kubesec: 2.11.5 -> 2.12.0

This commit is contained in:
R. Ryantm 2022-10-28 20:50:55 +00:00
parent 2dad0f86ad
commit 978a17a794

View file

@ -6,15 +6,15 @@
buildGoModule rec {
pname = "kubesec";
version = "2.11.5";
version = "2.12.0";
src = fetchFromGitHub {
owner = "controlplaneio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SxXYtIoyKe9/M3Ct1qy2QC6pYpt9GOefGsC5nUCoTEA=";
sha256 = "sha256-0irZ3mCpXDWc/RovTK9d7AT/Gfbyt1R4WjCJFZ5RFdg=";
};
vendorSha256 = "sha256-pq4s/Rqu1I1nrTxy5Cn1rt5HO6z7ziKz/9LLpXLYpPc=";
vendorSha256 = "sha256-sRIGehDuAjtpOAYYtqANua8LSzl/+WolZimMxlkG5X8=";
nativeBuildInputs = [ installShellFiles ];