karmor: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2024-03-28 23:50:56 +00:00
parent b0dc996a60
commit f2a5fa82b5
@@ -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=";