From ea66f3b839646800b0d33315dc85f349e5cb935b Mon Sep 17 00:00:00 2001 From: Sander Hollaar Date: Sun, 10 Jun 2018 13:27:59 +0200 Subject: [PATCH] pcsc-lite-not-found - alioth.debian.org decommissioned: https://reproducible-builds.org/blog/posts/162/ --- pkgs/tools/security/pcsclite/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/pcsclite/default.nix b/pkgs/tools/security/pcsclite/default.nix index 589316b1d1c5..1fd10674657e 100644 --- a/pkgs/tools/security/pcsclite/default.nix +++ b/pkgs/tools/security/pcsclite/default.nix @@ -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 ];