Loading pkgs/build-support/fetchurl/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/build-support/fetchurl/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading