kumactl: 2.11.1 -> 2.11.4 (#429892)

authored by Weijia Wang and committed by GitHub 37cf8e35 f6cdcb01

+3 -3
+3 -3
pkgs/applications/networking/cluster/kuma/default.nix
··· 16 16 17 17 buildGoModule rec { 18 18 inherit pname; 19 - version = "2.11.1"; 19 + version = "2.11.4"; 20 20 tags = lib.optionals enableGateway [ "gateway" ]; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "kumahq"; 24 24 repo = "kuma"; 25 25 tag = version; 26 - hash = "sha256-OOuGPVDuCwUhKr2K1sXs4hMWlOqGkXuBXj20ffwhCco="; 26 + hash = "sha256-vYZLcY2z4gqf/DmYUEatTd2QJzb53rIXpX/w4hnRWps="; 27 27 }; 28 28 29 - vendorHash = "sha256-hq+n9nTSf7LDMvlttTmk59pZQaJJIRlqwOSBtMJKPfc="; 29 + vendorHash = "sha256-ycHaNTtoPeY+DJef1L+3WRtlBLbRedDaCb/49aaN1So="; 30 30 31 31 # no test files 32 32 doCheck = false;