karmor: 0.14.3 -> 1.0.0

This commit is contained in:
kashw2 2023-12-13 08:44:36 +10:00
parent 1a5412e140
commit b79da0af0d

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "karmor";
version = "0.14.3";
version = "1.0.0";
src = fetchFromGitHub {
owner = "kubearmor";
repo = "kubearmor-client";
rev = "v${version}";
hash = "sha256-D0BsjAZ7yhbZ8dJ3U/K2tdKhLTZBmK/HorApSYVb3ww=";
hash = "sha256-TL/K1r76DV9CdKfVpE3Fn7N38lHqEF9Sxtthfew2l3w=";
};
vendorHash = "sha256-vCcdQt8/jkUQVz0SpjWUhiJd7d3ePIF6qLD8NKCc618=";
vendorHash = "sha256-72gFtM+Z65VreeIamoBHXx2EsGCv8aDHmRz2aSQCU7Q=";
nativeBuildInputs = [ installShellFiles ];