mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #327868 from SuperSandro2000/apache-mirror
This commit is contained in:
commit
85669cfe51
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue