ccid: 1.4.27 -> 1.4.29 (#44503)

Also update the non-existent homepage and download link.

authored by jpathy and committed by xeji 8a973336 57d5e2b2

+4 -4
+4 -4
pkgs/tools/security/ccid/default.nix
··· 1 { stdenv, fetchurl, pcsclite, pkgconfig, libusb1, perl }: 2 3 stdenv.mkDerivation rec { 4 - version = "1.4.27"; 5 name = "ccid-${version}"; 6 7 src = fetchurl { 8 - url = "https://alioth.debian.org/frs/download.php/file/4218/ccid-1.4.27.tar.bz2"; 9 - sha256 = "0dyikpmhsph36ndgd61bs4yx437v5y0bmm8ahjacp1k9c1ly4q56"; 10 }; 11 12 postPatch = '' ··· 23 24 meta = with stdenv.lib; { 25 description = "ccid drivers for pcsclite"; 26 - homepage = http://pcsclite.alioth.debian.org/; 27 license = licenses.gpl2Plus; 28 maintainers = with maintainers; [ wkennington ]; 29 platforms = platforms.linux;
··· 1 { stdenv, fetchurl, pcsclite, pkgconfig, libusb1, perl }: 2 3 stdenv.mkDerivation rec { 4 + version = "1.4.29"; 5 name = "ccid-${version}"; 6 7 src = fetchurl { 8 + url = "https://ccid.apdu.fr/files/${name}.tar.bz2"; 9 + sha256 = "0kdqmbma6sclsrbxy9w85h7cs0v11if4nc2r9v09613k8pl2lhx5"; 10 }; 11 12 postPatch = '' ··· 23 24 meta = with stdenv.lib; { 25 description = "ccid drivers for pcsclite"; 26 + homepage = https://ccid.apdu.fr/; 27 license = licenses.gpl2Plus; 28 maintainers = with maintainers; [ wkennington ]; 29 platforms = platforms.linux;