Merge pull request #180451 from r-ryantm/auto-update/cilium-cli

cilium-cli: 0.11.10 -> 0.11.11

authored by

superherointj and committed by
GitHub
b6539708 fc4b3a84

+2 -2
+2 -2
pkgs/applications/networking/cluster/cilium/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "cilium-cli"; 5 - version = "0.11.10"; 5 + version = "0.11.11"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cilium"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-BkcnChxUceWGG5hBOHvzZokgcw8T/vvNwIEtHkLfUJA="; 11 + sha256 = "sha256-IZMtkTKslFvbk/qwfZpFZAV6VUj66JKGFewXH1Ujxbw="; 12 12 }; 13 13 14 14 vendorSha256 = null;