ccid: 1.4.16 -> 1.4.18
This commit is contained in:
parent
ff344624d6
commit
d8858f8a25
@ -1,11 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pcsclite, pkgconfig, libusb1, perl }:
|
{ stdenv, fetchurl, pcsclite, pkgconfig, libusb1, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.4.16";
|
version = "1.4.18";
|
||||||
name = "ccid-${version}";
|
name = "ccid-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.de.debian.org/debian/pool/main/c/ccid/ccid_${version}.orig.tar.bz2";
|
url = "http://ftp.de.debian.org/debian/pool/main/c/ccid/ccid_${version}.orig.tar.bz2";
|
||||||
sha256 = "0a0e6aa38863c79e38673c085254fa94fd0aa040b9622304a8d6d4222b7e7ea0";
|
sha256 = "1aj14lkmfaxkhk5swqfgn2x18j7fijxs0jnxnx9cdc9f5mxaknsz";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
@ -18,11 +19,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pcsclite pkgconfig libusb1 ];
|
buildInputs = [ pcsclite pkgconfig libusb1 ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "ccid drivers for pcsclite";
|
description = "ccid drivers for pcsclite";
|
||||||
homepage = http://pcsclite.alioth.debian.org/;
|
homepage = http://pcsclite.alioth.debian.org/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with maintainers; [ viric wkennington ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user