mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pcsclite: update download url
The current one doesn't work.
This commit is contained in:
parent
db9599c4a0
commit
147e6ed4c9
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
name = "pcsclite-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.de.debian.org/debian/pool/main/p/pcsc-lite/pcsc-lite_${version}.orig.tar.bz2";
|
||||
url = "https://alioth.debian.org/frs/download.php/file/3963/pcsc-lite-${version}.tar.bz2";
|
||||
sha256 = "04i63zi9ayg38z3cahp6gf3rgx23w17bmcpdccm2hvaj63blnz30";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user