mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
treewide: use apache mirror where possible
This commit is contained in:
parent
b62b159c17
commit
60362b173e
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
name = "apache-mxnet-src-${version}-incubating.tar.gz";
|
||||
url = "https://dlcdn.apache.org/incubator/mxnet/${version}/apache-mxnet-src-${version}-incubating.tar.gz";
|
||||
url = "mirror://apache/incubator/mxnet/${version}/apache-mxnet-src-${version}-incubating.tar.gz";
|
||||
hash = "sha256-EephMoF02MKblvNBl34D3rC/Sww3rOZY+T442euMkyI=";
|
||||
};
|
||||
|
||||
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "2.0.0.AM26";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://dlcdn.apache.org//directory/apacheds/dist/${version}/apacheds-${version}.zip";
|
||||
url = "mirror://apache/directory/apacheds/dist/${version}/apacheds-${version}.zip";
|
||||
sha256 = "sha256-36kDvfSy5rt/3+nivEFTepnIKf6sX0NTgPRm28M+1v4=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user