Merge pull request #299871 from r-ryantm/auto-update/karmor

karmor: 1.2.0 -> 1.2.1
This commit is contained in:
Nick Cao 2024-03-30 10:39:51 -04:00 committed by GitHub
commit 069fecc6ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "karmor";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "kubearmor";
repo = "kubearmor-client";
rev = "v${version}";
hash = "sha256-hul348zF81oXTcvcfRpNYiiqfocS3HPwcPdXp7Ij91Y=";
hash = "sha256-NNCV/+Jh/tjc7SC4E9/gtiVthVmAxZBOyW3MFISbkH4=";
};
vendorHash = "sha256-CKOZxmUVZWFb7cc+amPwyMv5ScujWeipEqm95m63SYk=";