nix-prefetch-bzr: emit SRI hashes by default

This commit is contained in:
nicoo 2024-09-17 06:52:57 +00:00
parent fb8a85e2bb
commit 07d3b14ce2

View File

@ -9,7 +9,7 @@ if test -z "$hashType"; then
hashType=sha256
fi
if test -z "$hashFormat"; then
hashFormat=--base32
hashFormat=--sri
fi
if test -z "$url"; then