karmor: 0.13.2 -> 0.13.3

This commit is contained in:
R. Ryantm 2023-06-25 14:01:29 +00:00
parent 1ec715f3a4
commit 9ebd4a43c0

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "karmor";
version = "0.13.2";
version = "0.13.3";
src = fetchFromGitHub {
owner = "kubearmor";
repo = "kubearmor-client";
rev = "v${version}";
hash = "sha256-IKvWS1c7u1a3Fm2+uyhhgyuM680ZYiq9Xq2Tg/Y6HJo=";
hash = "sha256-BhGe4CMd0YgWc4EAyig5wmLgHJxNc8ppsUMBeRaIJEE=";
};
vendorHash = "sha256-xBtKKq6oUjazRac1FozRXBNRv1rFXYAulWu0Rs8ETvQ=";
vendorHash = "sha256-VT0CiaG5AODAL6nhoPmpulPApgTUiH0mXI6mS1eK14k=";
nativeBuildInputs = [ installShellFiles ];