1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

pcsc-lite-not-found - alioth.debian.org decommissioned:

https://reproducible-builds.org/blog/posts/162/
This commit is contained in:
Sander Hollaar 2018-06-10 13:27:59 +02:00
parent f0bfa9de83
commit ea66f3b839

View file

@ -8,8 +8,8 @@ stdenv.mkDerivation rec {
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/4235/pcsc-lite-1.8.23.tar.bz2";
sha256 = "1jc9ws5ra6v3plwraqixin0w0wfxj64drahrbkyrrwzghqjjc9ss";
url = "https://pcsclite.apdu.fr/files/pcsc-lite-1.8.23.tar.bz2";
sha256 = "09b7a79hjkgiyvhyvwf8gpxaf8b7wd0342hx6zrpd269hhfbjvwy";
};
patches = [ ./no-dropdir-literals.patch ];