Skip to content

Commit 1945203

Browse files
authored
fetchurl: don't prefer hashed mirrors by default (#405149)
2 parents 29b31ad + 40d5f4e commit 1945203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/build-support/fetchurl/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ stdenvNoCC.mkDerivation (
222222

223223
# If set, prefer the content-addressable mirrors
224224
# (http://tarballs.nixos.org) over the original URLs.
225-
preferHashedMirrors = true;
225+
preferHashedMirrors = false;
226226

227227
# New-style output content requirements.
228228
inherit (hash_) outputHashAlgo outputHash;

0 commit comments

Comments
 (0)