mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +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
|
||||
fi
|
||||
if test -z "$hashFormat"; then
|
||||
hashFormat=--base32
|
||||
hashFormat=--sri
|
||||
fi
|
||||
|
||||
if test -z "$url"; then
|
||||
|
Loading…
Reference in New Issue
Block a user