Skip to content

Commit 1b03bba

Browse files
authored
rekor-cli: 1.3.9 -> 1.3.10 (NixOS#397989)
2 parents c35ecfc + ef250bf commit 1b03bba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/security/rekor/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ let
1414
}:
1515
buildGoModule rec {
1616
inherit pname;
17-
version = "1.3.9";
17+
version = "1.3.10";
1818

1919
src = fetchFromGitHub {
2020
owner = "sigstore";
2121
repo = "rekor";
2222
rev = "v${version}";
23-
hash = "sha256-JJzLOu8UJbkLT+JywddKtgmDNxAiSV6n9eaQu1ihqSg=";
23+
hash = "sha256-fxBLh7QrBBkUsVrONeFmrXtmRGNgkH7WnncMQ+E56Ok=";
2424
# populate values that require us to use git. By doing this in postFetch we
2525
# can delete .git afterwards and maintain better reproducibility of the src.
2626
leaveDotGit = true;
@@ -33,7 +33,7 @@ let
3333
'';
3434
};
3535

36-
vendorHash = "sha256-/tB2Fvs+EJGaReluhYG/PgGSxmGGAv+MOZ2J4ln0mRw=";
36+
vendorHash = "sha256-2ddpzKzVlmOgxsBtLB28fKZ2o4QvtrNZC+1wOny3Amk=";
3737

3838
nativeBuildInputs = [ installShellFiles ];
3939

0 commit comments

Comments
 (0)