treewide: use mirror urls (#386594)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-03 13:07:49 +05:30
committed by GitHub
parent 043628be0e
commit d124a64295
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation {
inherit version;
src = fetchurl {
url = "https://archive.apache.org/dist/activemq/${version}/apache-activemq-${version}-bin.tar.gz";
url = "mirror://apache/activemq/${version}/apache-activemq-${version}-bin.tar.gz";
hash = "sha256-JrLLSm6+Be1vSBTTryRcZfbiGK0PrmJ/pM2uYnGuN9E=";
};
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
version = "5.4";
src = fetchurl {
url = "https://download.gnome.org/sources/libxml++/${version}/libxml++-${lib.versions.pad 3 version}.tar.xz";
url = "mirror://gnome/sources/libxml++/${version}/libxml++-${lib.versions.pad 3 version}.tar.xz";
hash = "sha256-6aI8Q2aGqUaY0hOOa8uvhJEh1jv6D1DcNP77/XlWaEg=";
};