diff --git a/tests/fetchurl.sh b/tests/fetchurl.sh index d51d081f5..ec3399b08 100644 --- a/tests/fetchurl.sh +++ b/tests/fetchurl.sh @@ -23,7 +23,7 @@ clearStore hash=$(nix hash-file ./fetchurl.sh) -[[ $hash =~ ^sha512- ]] +[[ $hash =~ ^sha256- ]] outPath=$(nix-build '' --argstr url file://$(pwd)/fetchurl.sh --argstr hash $hash --no-out-link --hashed-mirrors '')