mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 10:37:53 +00:00
apt-cacher-ng: use mirror url
This commit is contained in:
parent
a4fc9e8515
commit
f0ab603220
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
version = "3.7.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://ftp.debian.org/debian/pool/main/a/apt-cacher-ng/apt-cacher-ng_${version}.orig.tar.xz";
|
||||
url = "mirror://debian/pool/main/a/apt-cacher-ng/apt-cacher-ng_${version}.orig.tar.xz";
|
||||
sha256 = "0pwsj9rf6a6q7cnfbpcrfq2gjcy7sylqzqqr49g2zi39lrrh8533";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user