Skip to content

Commit 86baf6c

Browse files
authored
fulcio: 1.6.6 -> 1.7.0 (NixOS#397999)
2 parents 1b03bba + 955b436 commit 86baf6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fu/fulcio/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
buildGoModule rec {
1717
pname = "fulcio";
18-
version = "1.6.6";
18+
version = "1.7.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "sigstore";
2222
repo = pname;
2323
rev = "v${version}";
24-
hash = "sha256-CfkHGHxeDUxHWX98FgmA4RNCVlgi9XA9eYkb+G5cZTA=";
24+
hash = "sha256-ymPczybHADTz4uiY8aLLre+Q8bBq/5L5MXJ26eBhi+U=";
2525
# populate values that require us to use git. By doing this in postFetch we
2626
# can delete .git afterwards and maintain better reproducibility of the src.
2727
leaveDotGit = true;
@@ -33,7 +33,7 @@ buildGoModule rec {
3333
find "$out" -name .git -print0 | xargs -0 rm -rf
3434
'';
3535
};
36-
vendorHash = "sha256-qQsaX/xaqD1qb9wH6riohm+NU49cN3EkO012oz9n4tw=";
36+
vendorHash = "sha256-lfJCPE8FRAX+juXQ7CiwItbnd0kAheaEdWG0Bwoyz/Y=";
3737

3838
nativeBuildInputs = [ installShellFiles ];
3939

0 commit comments

Comments
 (0)