lol

rekor-cli: 1.3.9 -> 1.3.10

R. Ryantm ef250bf7 a78a226c

+3 -3
+3 -3
pkgs/tools/security/rekor/default.nix
··· 14 14 }: 15 15 buildGoModule rec { 16 16 inherit pname; 17 - version = "1.3.9"; 17 + version = "1.3.10"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "sigstore"; 21 21 repo = "rekor"; 22 22 rev = "v${version}"; 23 - hash = "sha256-JJzLOu8UJbkLT+JywddKtgmDNxAiSV6n9eaQu1ihqSg="; 23 + hash = "sha256-fxBLh7QrBBkUsVrONeFmrXtmRGNgkH7WnncMQ+E56Ok="; 24 24 # populate values that require us to use git. By doing this in postFetch we 25 25 # can delete .git afterwards and maintain better reproducibility of the src. 26 26 leaveDotGit = true; ··· 33 33 ''; 34 34 }; 35 35 36 - vendorHash = "sha256-/tB2Fvs+EJGaReluhYG/PgGSxmGGAv+MOZ2J4ln0mRw="; 36 + vendorHash = "sha256-2ddpzKzVlmOgxsBtLB28fKZ2o4QvtrNZC+1wOny3Amk="; 37 37 38 38 nativeBuildInputs = [ installShellFiles ]; 39 39