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

karmor: 1.0.0 -> 1.1.0
This commit is contained in:
Nick Cao 2024-02-08 08:47:30 -05:00 committed by GitHub
commit e287c7c4a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "karmor";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "kubearmor";
repo = "kubearmor-client";
rev = "v${version}";
hash = "sha256-TL/K1r76DV9CdKfVpE3Fn7N38lHqEF9Sxtthfew2l3w=";
hash = "sha256-HQJHtRi/ddKD+CNG3Ea61jz8zKcACBYCUR+qKbzADcI=";
};
vendorHash = "sha256-72gFtM+Z65VreeIamoBHXx2EsGCv8aDHmRz2aSQCU7Q=";
vendorHash = "sha256-Lzp6n66oMrzTk4oWERa8Btb3FwiASpSj8hdQmYxYges=";
nativeBuildInputs = [ installShellFiles ];