Merge pull request #253272 from LeSuisse/rekor-1.3.0

rekor-cli, rekor-server: 1.2.2 -> 1.3.2
This commit is contained in:
Thomas Gerbet 2023-10-21 13:16:59 +02:00 committed by GitHub
commit d8e7df7bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -4,13 +4,13 @@ let
generic = { pname, packageToBuild, description }:
buildGoModule rec {
inherit pname;
version = "1.2.2";
version = "1.3.2";
src = fetchFromGitHub {
owner = "sigstore";
repo = "rekor";
rev = "v${version}";
hash = "sha256-U7KxkPYVAy3/olXsEgPMX/kzg0KvYMovLO4LWw8guE4=";
hash = "sha256-QiK+ixVURf5Fsx9YPgzYCuCy1wYjxTUXGVr4FIn41Xc=";
# 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;
@ -23,7 +23,7 @@ let
'';
};
vendorHash = "sha256-hZyoVlNrPKE6ub94jVEOLGvxWoXKxFYcsEZyRrZuNkQ=";
vendorHash = "sha256-0379IX5W51Z48CffK1F2ZCPGLUq0g8lZXIQqaupC5io=";
nativeBuildInputs = [ installShellFiles ];

View File

@ -12664,7 +12664,7 @@ with pkgs;
rewrk = callPackage ../tools/networking/rewrk { };
inherit (callPackage ../tools/security/rekor { })
inherit (callPackage ../tools/security/rekor { buildGoModule = buildGo121Module; })
rekor-cli
rekor-server;