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

kuma: 1.4.1 -> 1.5.0
This commit is contained in:
Mario Rodas 2022-05-21 10:35:14 -05:00 committed by GitHub
commit e63723655a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,15 +16,15 @@
buildGoModule rec {
inherit pname ;
version = "1.4.1";
version = "1.5.0";
tags = lib.optionals enableGateway ["gateway"];
vendorSha256 = "sha256-9v+ti/JTAF4TLZ0uvzFvrB0YBnRD2E0Q6K2yicEX3Zw=";
vendorSha256 = "sha256-ND1OTa37bxUNLDHceKdgiGE4LkEgBu9NmwuXtE4pZWk=";
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
rev = version;
sha256 = "sha256-zx4rohkv6jm2abtd0I/uQMITkCuhY3StHMKoaTxce0Q=";
sha256 = "sha256-CnL+OQfM1lamdCRHTLRmgpwfEfC7C9TX6UEF75bsOsQ=";
};
doCheck = false;