rekor-cli: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm
2026-05-26 19:17:17 +00:00
parent 90e103778c
commit 1186b0abd0
+3 -3
View File
@@ -15,13 +15,13 @@ let
}:
buildGoModule rec {
inherit pname;
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "sigstore";
repo = "rekor";
rev = "v${version}";
hash = "sha256-ZaeacpzdBG3QBGPQ0rTW8cJyTe5S8ff6OIVv1/VcbL4=";
hash = "sha256-imtdI8nWII2l24FgWXVU0LKg4hYmZHi6DGzenoEfOgA=";
# 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;
@@ -34,7 +34,7 @@ let
'';
};
vendorHash = "sha256-xrsiFrC8o4l1nPvxNzsXPY9nshKsy5sVei8yHAee46s=";
vendorHash = "sha256-QxIw3rGTntNpLNhLZq9G6OiuTd+UbjA5B60TYBqFiSY=";
nativeBuildInputs = [ installShellFiles ];