File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/tools/security/rekor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ;
3333 '' ;
3434 } ;
3535
36- vendorHash = "sha256-/tB2Fvs+EJGaReluhYG/PgGSxmGGAv+MOZ2J4ln0mRw =" ;
36+ vendorHash = "sha256-2ddpzKzVlmOgxsBtLB28fKZ2o4QvtrNZC+1wOny3Amk =" ;
3737
3838 nativeBuildInputs = [ installShellFiles ] ;
3939
You can’t perform that action at this time.
0 commit comments