rekor-cli: 1.4.0 -> 1.4.1 (#438313)

Changed files
+3 -3
pkgs
tools
security
rekor
+3 -3
pkgs/tools/security/rekor/default.nix
···
}:
buildGoModule rec {
inherit pname;
-
version = "1.4.0";
+
version = "1.4.1";
src = fetchFromGitHub {
owner = "sigstore";
repo = "rekor";
rev = "v${version}";
-
hash = "sha256-uGPjeBnai1QP/U9uu4wVMUVjd8Nx1sl4r83xrOdEoF0=";
+
hash = "sha256-qn65d2bG8flSlMXG5TiMrNAVX8emv4ymsGs516TKFWU=";
# 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;
···
'';
};
-
vendorHash = "sha256-lHaRabQzeh69GXQc3Spe1mLi7zyGSjhICH3ZENMJUfI=";
+
vendorHash = "sha256-lHzBpCisojRk6adWq+vZsvGqXQ22IzqO3bJa3foaWIA=";
nativeBuildInputs = [ installShellFiles ];