Merge pull request #41790 from ookhoi/pcsc-lite-not-found

pcsc-lite-not-found - alioth.debian.org decommissioned:
This commit is contained in:
Matthew Justin Bauer 2018-06-10 14:58:48 -04:00 committed by GitHub
commit aa18847e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ 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";
url = "https://pcsclite.apdu.fr/files/pcsc-lite-1.8.23.tar.bz2";
sha256 = "1jc9ws5ra6v3plwraqixin0w0wfxj64drahrbkyrrwzghqjjc9ss";
};