···34stdenv.mkDerivation rec {
5 name = "pcsclite-${version}";
6- version = "1.8.22";
78 src = fetchurl {
9 # This URL changes in unpredictable ways, so it is not sensible
10 # to put a version variable in there.
11- url = "https://alioth.debian.org/frs/download.php/file/4225/pcsc-lite-1.8.22.tar.bz2";
12- sha256 = "01flkdyqs7kr6c63dv2qg8dwir3v9jlr9rzlw7vafrivxmhqydba";
13 };
1415 patches = [ ./no-dropdir-literals.patch ];
···34stdenv.mkDerivation rec {
5 name = "pcsclite-${version}";
6+ version = "1.8.23";
78 src = fetchurl {
9 # This URL changes in unpredictable ways, so it is not sensible
10 # to put a version variable in there.
11+ url = "https://alioth.debian.org/frs/download.php/file/4235/pcsc-lite-1.8.23.tar.bz2";
12+ sha256 = "1jc9ws5ra6v3plwraqixin0w0wfxj64drahrbkyrrwzghqjjc9ss";
13 };
1415 patches = [ ./no-dropdir-literals.patch ];