Merge pull request #161814 from r-ryantm/auto-update/kuma

kuma: 1.4.1 -> 1.5.0

authored by Mario Rodas and committed by GitHub e6372365 5126a75d

+3 -3
+3 -3
pkgs/applications/networking/cluster/kuma/default.nix
··· 16 16 17 17 buildGoModule rec { 18 18 inherit pname ; 19 - version = "1.4.1"; 19 + version = "1.5.0"; 20 20 tags = lib.optionals enableGateway ["gateway"]; 21 - vendorSha256 = "sha256-9v+ti/JTAF4TLZ0uvzFvrB0YBnRD2E0Q6K2yicEX3Zw="; 21 + vendorSha256 = "sha256-ND1OTa37bxUNLDHceKdgiGE4LkEgBu9NmwuXtE4pZWk="; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "kumahq"; 25 25 repo = "kuma"; 26 26 rev = version; 27 - sha256 = "sha256-zx4rohkv6jm2abtd0I/uQMITkCuhY3StHMKoaTxce0Q="; 27 + sha256 = "sha256-CnL+OQfM1lamdCRHTLRmgpwfEfC7C9TX6UEF75bsOsQ="; 28 28 }; 29 29 30 30 doCheck = false;