karmor: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-03-22 09:01:18 +00:00
parent 0ebdaea977
commit 1f5b4fd8c2
1 changed files with 3 additions and 3 deletions

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "karmor";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "kubearmor";
repo = "kubearmor-client";
rev = "v${version}";
hash = "sha256-NeLMHecfDyMhXmq1HO3qRIWeYpkoj9Od5wWStZEkHYU=";
hash = "sha256-hul348zF81oXTcvcfRpNYiiqfocS3HPwcPdXp7Ij91Y=";
};
vendorHash = "sha256-EIvwzgpC9Ls43RJEhxNYDlF4luKthFgJleaXcYzOYow=";
vendorHash = "sha256-CKOZxmUVZWFb7cc+amPwyMv5ScujWeipEqm95m63SYk=";
nativeBuildInputs = [ installShellFiles ];