forked from mirrors/nixpkgs
pcsclite: 1.8.22 -> 1.8.23
This commit is contained in:
parent
1c0c82582a
commit
2e4b802e98
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pcsclite-${version}";
|
name = "pcsclite-${version}";
|
||||||
version = "1.8.22";
|
version = "1.8.23";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# This URL changes in unpredictable ways, so it is not sensible
|
# This URL changes in unpredictable ways, so it is not sensible
|
||||||
# to put a version variable in there.
|
# to put a version variable in there.
|
||||||
url = "https://alioth.debian.org/frs/download.php/file/4225/pcsc-lite-1.8.22.tar.bz2";
|
url = "https://alioth.debian.org/frs/download.php/file/4235/pcsc-lite-1.8.23.tar.bz2";
|
||||||
sha256 = "01flkdyqs7kr6c63dv2qg8dwir3v9jlr9rzlw7vafrivxmhqydba";
|
sha256 = "1jc9ws5ra6v3plwraqixin0w0wfxj64drahrbkyrrwzghqjjc9ss";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./no-dropdir-literals.patch ];
|
patches = [ ./no-dropdir-literals.patch ];
|
||||||
|
|
Loading…
Reference in a new issue