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