kuma: 2.7.1 -> 2.7.2

This commit is contained in:
R. Ryantm 2024-04-30 15:14:46 +00:00
parent 705bad7ed6
commit dea7f821d4

View File

@ -15,14 +15,14 @@
buildGoModule rec {
inherit pname;
version = "2.7.1";
version = "2.7.2";
tags = lib.optionals enableGateway [ "gateway" ];
src = fetchFromGitHub {
owner = "kumahq";
repo = "kuma";
rev = version;
hash = "sha256-jTKGJe498eEI0re6gEAKW81IjAJ4VmqjetoKp8A7Cz0=";
hash = "sha256-Y9JejIKENIyn2EyRHXLm6CZqlP4MwvPSMRlciYl+a30=";
};
vendorHash = "sha256-ne62twZXac5GfQ8JcWElIMqc+Vpvn0Y9XSNgAtF62q0=";