rekor-cli: 1.3.10 -> 1.4.0 (#430264)

This commit is contained in:
Thomas Gerbet
2025-08-03 19:35:38 +02:00
committed by GitHub
+3 -3
View File
@@ -14,13 +14,13 @@ let
}:
buildGoModule rec {
inherit pname;
version = "1.3.10";
version = "1.4.0";
src = fetchFromGitHub {
owner = "sigstore";
repo = "rekor";
rev = "v${version}";
hash = "sha256-fxBLh7QrBBkUsVrONeFmrXtmRGNgkH7WnncMQ+E56Ok=";
hash = "sha256-uGPjeBnai1QP/U9uu4wVMUVjd8Nx1sl4r83xrOdEoF0=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;
@@ -33,7 +33,7 @@ let
'';
};
vendorHash = "sha256-2ddpzKzVlmOgxsBtLB28fKZ2o4QvtrNZC+1wOny3Amk=";
vendorHash = "sha256-lHaRabQzeh69GXQc3Spe1mLi7zyGSjhICH3ZENMJUfI=";
nativeBuildInputs = [ installShellFiles ];