about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-25 08:43:32 -0500
committerGitHub <noreply@github.com>2023-10-25 08:43:32 -0500
commit06ebb8e90fb8dcec770296381f278b1a5a723e2e (patch)
tree6d451603a8a271459d2b76082a46daff1aa40c6e /pkgs/applications/networking
parent806413e56d9ba0a219e659f9441cda3f21aab21d (diff)
parent6bbef7f4b4e5c6ee60f9e0134258af3b00669946 (diff)
Merge pull request #263269 from r-ryantm/auto-update/cilium-cli
cilium-cli: 0.15.10 -> 0.15.11
Diffstat (limited to 'pkgs/applications/networking')
-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 887d6e6f5c29a..8e1c1c14fd168 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.15.10";
+  version = "0.15.11";
 
   src = fetchFromGitHub {
     owner = "cilium";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-iIv4xOqggbMDvscnaaz0QXjeScJ4SzOP0fvfshq+vyE=";
+    hash = "sha256-czU5o6QS4MsXyyedQ0nzwDiCQacHcDsbm2iDk7nU+Y8=";
   };
 
   vendorHash = null;