mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nix-prefetch-bzr: emit SRI hashes by default
This commit is contained in:
parent
fb8a85e2bb
commit
07d3b14ce2
@ -9,7 +9,7 @@ if test -z "$hashType"; then
|
|||||||
hashType=sha256
|
hashType=sha256
|
||||||
fi
|
fi
|
||||||
if test -z "$hashFormat"; then
|
if test -z "$hashFormat"; then
|
||||||
hashFormat=--base32
|
hashFormat=--sri
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$url"; then
|
if test -z "$url"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user