Merge pull request #317810 from r-ryantm/auto-update/kyverno-chainsaw

kyverno-chainsaw: 0.2.3 -> 0.2.5
This commit is contained in:
Weijia Wang 2024-07-03 00:26:51 +02:00 committed by GitHub
commit f99e077cdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kyverno-chainsaw";
version = "0.2.3";
version = "0.2.5";
src = fetchFromGitHub {
owner = "kyverno";
repo = "chainsaw";
rev = "v${version}";
hash = "sha256-YMUT1Wz/jDLH8eMYtfevdww/X+jdM9KqHjUCMSCRRXM=";
hash = "sha256-XkHXjRPthWPFr1t66DGeM5rQHqQEObEO5MhveClBmxg=";
};
vendorHash = "sha256-R2+HjziP0KtExYQ3ZPGZKkqfKinK3BBnxJJh454ed2w=";
vendorHash = "sha256-/W9tLNomE5sQb4NqZ4XCrNY+w6GbKblOhd9MilqLY50=";
ldflags = [
"-s" "-w"