kyverno-chainsaw: 0.2.5 -> 0.2.6

This commit is contained in:
R. Ryantm 2024-07-13 07:48:09 +00:00
parent bd24e293f2
commit 7612cc88c6

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "kyverno-chainsaw"; pname = "kyverno-chainsaw";
version = "0.2.5"; version = "0.2.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kyverno"; owner = "kyverno";
repo = "chainsaw"; repo = "chainsaw";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-XkHXjRPthWPFr1t66DGeM5rQHqQEObEO5MhveClBmxg="; hash = "sha256-UnLsy+htNG7DWU1Qw9HJZOPshq4L7YCtXSkh4jZe/XA=";
}; };
vendorHash = "sha256-/W9tLNomE5sQb4NqZ4XCrNY+w6GbKblOhd9MilqLY50="; vendorHash = "sha256-UQCn5GKhhfHsHIOqYYVkKP76e2NTRtwjw2VvCwRPUB4=";
ldflags = [ ldflags = [
"-s" "-w" "-s" "-w"