Thomas Gerbet
2023-10-17 09:55:05 +02:00
committed by Thomas Gerbet
parent c320c78c72
commit d9925bd964
2 changed files with 4 additions and 4 deletions
+3 -3
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 ];
+1 -1
View File
@@ -12640,7 +12640,7 @@ with pkgs;
rewrk = callPackage ../tools/networking/rewrk { };
inherit (callPackage ../tools/security/rekor { })
inherit (callPackage ../tools/security/rekor { buildGoModule = buildGo121Module; })
rekor-cli
rekor-server;