mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #41790 from ookhoi/pcsc-lite-not-found
pcsc-lite-not-found - alioth.debian.org decommissioned:
This commit is contained in:
commit
aa18847e00
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue