Merge pull request #253272 from LeSuisse/rekor-1.3.0

rekor-cli, rekor-server: 1.2.2 -> 1.3.2

authored by Thomas Gerbet and committed by GitHub d8e7df7b ee2c201d

+4 -4
+3 -3
pkgs/tools/security/rekor/default.nix
··· 4 4 generic = { pname, packageToBuild, description }: 5 5 buildGoModule rec { 6 6 inherit pname; 7 - version = "1.2.2"; 7 + version = "1.3.2"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "sigstore"; 11 11 repo = "rekor"; 12 12 rev = "v${version}"; 13 - hash = "sha256-U7KxkPYVAy3/olXsEgPMX/kzg0KvYMovLO4LWw8guE4="; 13 + hash = "sha256-QiK+ixVURf5Fsx9YPgzYCuCy1wYjxTUXGVr4FIn41Xc="; 14 14 # populate values that require us to use git. By doing this in postFetch we 15 15 # can delete .git afterwards and maintain better reproducibility of the src. 16 16 leaveDotGit = true; ··· 23 23 ''; 24 24 }; 25 25 26 - vendorHash = "sha256-hZyoVlNrPKE6ub94jVEOLGvxWoXKxFYcsEZyRrZuNkQ="; 26 + vendorHash = "sha256-0379IX5W51Z48CffK1F2ZCPGLUq0g8lZXIQqaupC5io="; 27 27 28 28 nativeBuildInputs = [ installShellFiles ]; 29 29
+1 -1
pkgs/top-level/all-packages.nix
··· 12664 12664 12665 12665 rewrk = callPackage ../tools/networking/rewrk { }; 12666 12666 12667 - inherit (callPackage ../tools/security/rekor { }) 12667 + inherit (callPackage ../tools/security/rekor { buildGoModule = buildGo121Module; }) 12668 12668 rekor-cli 12669 12669 rekor-server; 12670 12670