rekor-cli: 0.12.0 -> 0.12.1

authored by

R. Ryantm and committed by
Bobby Rong
4ae2e3ae 397da864

+3 -3
+3 -3
pkgs/tools/security/rekor/default.nix
··· 4 generic = { pname, packageToBuild, description }: 5 buildGoModule rec { 6 inherit pname; 7 - version = "0.12.0"; 8 9 src = fetchFromGitHub { 10 owner = "sigstore"; 11 repo = "rekor"; 12 rev = "v${version}"; 13 - sha256 = "sha256-XMudPMCy9AKpqMmt+iH+xyB08s83B/Q0G8PC/4l7llo="; 14 # populate values that require us to use git. By doing this in postFetch we 15 # can delete .git afterwards and maintain better reproducibility of the src. 16 leaveDotGit = true; ··· 23 ''; 24 }; 25 26 - vendorSha256 = "sha256-cNe3lp866VTeL81FXKVG910ZmO2jrGIZowPRRMFc0bQ="; 27 28 nativeBuildInputs = [ installShellFiles ]; 29
··· 4 generic = { pname, packageToBuild, description }: 5 buildGoModule rec { 6 inherit pname; 7 + version = "0.12.1"; 8 9 src = fetchFromGitHub { 10 owner = "sigstore"; 11 repo = "rekor"; 12 rev = "v${version}"; 13 + sha256 = "sha256-0Ogq/bxTMy0Ulxbcjn9PnXBg9XlHthBA1db8ZhuL+UQ="; 14 # populate values that require us to use git. By doing this in postFetch we 15 # can delete .git afterwards and maintain better reproducibility of the src. 16 leaveDotGit = true; ··· 23 ''; 24 }; 25 26 + vendorSha256 = "sha256-RseDjR5RpjWC7lLVAVdFFj/jKmYX129bUVjbYKhqh54="; 27 28 nativeBuildInputs = [ installShellFiles ]; 29