summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/inifiles
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-11-06 01:56:39 +0000
committerAlyssa Ross <hi@alyssa.is>2021-11-06 01:56:39 +0000
commit02dfbde63938f077e21d7880781132ea141b0b21 (patch)
treef4a72bcaa4660993a15cd00ad6454b89bd846904 /pkgs/development/ocaml-modules/inifiles
parent60c602c89796f593a7d9d33e0e7d355fd129df7e (diff)
downloadnixpkgs-02dfbde63938f077e21d7880781132ea141b0b21.tar
nixpkgs-02dfbde63938f077e21d7880781132ea141b0b21.tar.gz
nixpkgs-02dfbde63938f077e21d7880781132ea141b0b21.tar.bz2
nixpkgs-02dfbde63938f077e21d7880781132ea141b0b21.tar.lz
nixpkgs-02dfbde63938f077e21d7880781132ea141b0b21.tar.xz
nixpkgs-02dfbde63938f077e21d7880781132ea141b0b21.tar.zst
nixpkgs-02dfbde63938f077e21d7880781132ea141b0b21.zip
treewide: use mirror URLs where available
Candidates identified with

	git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
		grep -v nixos.org | grep :// | cut -d '"' -f 2)"

and then manually reviewed and tested.
Diffstat (limited to 'pkgs/development/ocaml-modules/inifiles')
-rw-r--r--pkgs/development/ocaml-modules/inifiles/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/inifiles/default.nix b/pkgs/development/ocaml-modules/inifiles/default.nix
index ad9bd3e2dc7..7e265938114 100644
--- a/pkgs/development/ocaml-modules/inifiles/default.nix
+++ b/pkgs/development/ocaml-modules/inifiles/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "ocaml${ocaml.version}-inifiles-1.2";
 
   src = fetchurl {
-    url = "http://archive.ubuntu.com/ubuntu/pool/universe/o/ocaml-inifiles/ocaml-inifiles_1.2.orig.tar.gz";
+    url = "mirror://ubuntu/pool/universe/o/ocaml-inifiles/ocaml-inifiles_1.2.orig.tar.gz";
     sha256 = "0jhzgiypmh6hwsv1zpiq77fi0cvcmwbiy5x0yg7mz6p3dh1dmkns";
   };