rekor-server: 1.4.3 -> 1.5.0 (#482594)

This commit is contained in:
Thomas Gerbet
2026-01-22 15:55:49 +00:00
committed by GitHub
+3 -3
View File
@@ -15,13 +15,13 @@ let
}:
buildGoModule rec {
inherit pname;
version = "1.4.3";
version = "1.5.0";
src = fetchFromGitHub {
owner = "sigstore";
repo = "rekor";
rev = "v${version}";
hash = "sha256-EdEYjim3FDkc04uBYWFA8iPNJArHfjjioyUPCh7iwgw=";
hash = "sha256-yOagWlUs5u9HebKxgtK8hPsm9kGxaR7hJpZdG9cOI54=";
# 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-kw6i9BzVTy6dJsIm8d4FPt7QeI+6AOqCfq3KhdQFuQ4=";
vendorHash = "sha256-LHTq5Y0WvlyO48mVD1NxnKX7L7pdRY/xnsZCV5OR71U=";
nativeBuildInputs = [ installShellFiles ];