summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-09-10 20:47:01 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-09-10 20:47:11 +1000
commit2421c9cfa2bdfe320908df1930d33ee03e894580 (patch)
treedf156f25afc4ca5d567fecbdab860390ab8aed4a
parentMerge pull request #254347 from doronbehar/pkg/vhdl-ls (diff)
downloadnixpkgs-2421c9cfa2bdfe320908df1930d33ee03e894580.tar.gz
karmor: 0.13.15 -> 0.13.16
-rw-r--r--pkgs/applications/networking/cluster/karmor/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/karmor/default.nix b/pkgs/applications/networking/cluster/karmor/default.nix
index f663c562f4d8..b3b480015156 100644
--- a/pkgs/applications/networking/cluster/karmor/default.nix
+++ b/pkgs/applications/networking/cluster/karmor/default.nix
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "karmor";
- version = "0.13.15";
+ version = "0.13.16";
src = fetchFromGitHub {
owner = "kubearmor";
repo = "kubearmor-client";
rev = "v${version}";
- hash = "sha256-irpfZFswZjowKDnHmoutTo6960jl5C3Dq+NurjOk3p8=";
+ hash = "sha256-MEP7OlmsPe5qpdFBEOzCsJqLdZ5t7bMwPE/JhP9bGTY=";
};
- vendorHash = "sha256-raMR27DqgT/Hjp3yAMAKLbfOjIZs0K0XsncgmIP6vxk=";
+ vendorHash = "sha256-5r5UqWRmqrLcpTeYpezGxIMj9JnPaohhd1i7VvaBVGM=";
nativeBuildInputs = [ installShellFiles ];
@@ -51,6 +51,6 @@ buildGoModule rec {
homepage = "https://kubearmor.io";
changelog = "https://github.com/kubearmor/kubearmor-client/releases/v${version}";
license = licenses.asl20;
- maintainers = with maintainers; [ urandom ];
+ maintainers = with maintainers; [ urandom kashw2 ];
};
}