Unverified Commit 19452031 authored by Winter's avatar Winter Committed by GitHub
Browse files

fetchurl: don't prefer hashed mirrors by default (#405149)

parents 29b31add 40d5f4e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ stdenvNoCC.mkDerivation (

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

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