pcsclite: 1.8.21 -> 1.8.22

This commit is contained in:
Franz Pletz 2017-08-01 01:32:29 +02:00
parent c217f48c35
commit 523f343084
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.21";
version = "1.8.22";
src = fetchurl {
# 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/4216/pcsc-lite-1.8.21.tar.bz2";
sha256 = "1b8kwl81f6s3y7qh68ahr8sp8a0w6m464v9b3s4zxq2cgpmnaczy";
url = "https://alioth.debian.org/frs/download.php/file/4225/pcsc-lite-1.8.22.tar.bz2";
sha256 = "01flkdyqs7kr6c63dv2qg8dwir3v9jlr9rzlw7vafrivxmhqydba";
};
patches = [ ./no-dropdir-literals.patch ];