about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-12-26 10:28:03 -0500
committerGitHub <noreply@github.com>2023-12-26 10:28:03 -0500
commit66aee7ec5d65ace71a625f0a052fea9af9e74dd3 (patch)
treed5f2af44c7933630d79dd75226d0a09666a62ade /pkgs/applications/networking/cluster
parent6536b127b61aaf900d3868966d925d3e58f06c61 (diff)
parentc0f720d3b1e48e036770adeb65459ae427af50d2 (diff)
Merge pull request #276713 from r-ryantm/auto-update/cilium-cli
cilium-cli: 0.15.17 -> 0.15.19
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 4c123c0f4ef24..80f67b3a1bde8 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.17";
+  version = "0.15.19";
 
   src = fetchFromGitHub {
     owner = "cilium";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Gb3S3R9gt/4sCOxjiIEXDnVEUEt7Zgz0GJZFEP9D+h8=";
+    hash = "sha256-52i3Ek/rXFF9rMMiXNMnRjT2HYsknGKvVtCRrVDmo9U=";
   };
 
   vendorHash = null;