about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-06-14 09:51:52 -0300
committerGitHub <noreply@github.com>2024-06-14 09:51:52 -0300
commitcfa416d6ccdbbf4be399dce53818acab187195ab (patch)
tree3d4d437f5a66b0cca190040b52b4cc985e264a5b /pkgs/applications/networking/cluster
parente83d2719d5f4949542b16c08c459ee7a8def2781 (diff)
parent87fceeef349f88f132713431400ed8841d05f2af (diff)
Merge pull request #319674 from r-ryantm/auto-update/cilium-cli
cilium-cli: 0.16.9 -> 0.16.10
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/cilium/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/cilium/default.nix b/pkgs/applications/networking/cluster/cilium/default.nix
index 6ae9b8eef5a1d..7ea0c3c6905b7 100644
--- a/pkgs/applications/networking/cluster/cilium/default.nix
+++ b/pkgs/applications/networking/cluster/cilium/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "cilium-cli";
-  version = "0.16.9";
+  version = "0.16.10";
 
   src = fetchFromGitHub {
     owner = "cilium";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-aER0VLYkHV0mPM4uBaKLPVmQ+Re5KUm8/01l87wMnF8=";
+    hash = "sha256-SgAqq9tT4Rtg1AvoUsDvR5cCLIOuHwNUFN2NOheciYw=";
   };
 
   vendorHash = null;