From 07d3b14ce251db9c4c9ee59e72c489003f67df17 Mon Sep 17 00:00:00 2001 From: nicoo Date: Tue, 17 Sep 2024 06:52:57 +0000 Subject: [PATCH] nix-prefetch-bzr: emit SRI hashes by default --- pkgs/build-support/fetchbzr/nix-prefetch-bzr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/fetchbzr/nix-prefetch-bzr b/pkgs/build-support/fetchbzr/nix-prefetch-bzr index dbe8a7ef8013..184f2485ce57 100755 --- a/pkgs/build-support/fetchbzr/nix-prefetch-bzr +++ b/pkgs/build-support/fetchbzr/nix-prefetch-bzr @@ -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