3
0
Fork 0
forked from mirrors/nixpkgs

pcsclite: 1.8.20 -> 1.8.21

This commit is contained in:
Franz Pletz 2017-05-24 22:18:33 +02:00
parent bfa438eded
commit a74c43aa8d
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "pcsclite-${version}";
version = "1.8.20";
version = "1.8.21";
src = fetchurl {
# This URL changes in unpredictable ways, so it is not sensicle
# This URL changes in unpredictable ways, so it is not sensible
# to put a version variable in there.
url = "https://alioth.debian.org/frs/download.php/file/4203/pcsc-lite-1.8.20.tar.bz2";
sha256 = "1ckb0jf4n585a4j26va3jm2nrv3c1y38974514f8qy3c04a02zgc";
url = "https://alioth.debian.org/frs/download.php/file/4216/pcsc-lite-1.8.21.tar.bz2";
sha256 = "1b8kwl81f6s3y7qh68ahr8sp8a0w6m464v9b3s4zxq2cgpmnaczy";
};
patches = [ ./no-dropdir-literals.patch ];