nezha: 2.2.3 -> 2.2.6

(cherry picked from commit 9ee296e818)
This commit is contained in:
Moraxyc 2026-06-20 14:41:22 +00:00 committed by github-actions[bot]
commit 408636ba23

View file

@ -49,13 +49,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "nezha";
version = "2.2.3";
version = "2.2.6";
src = fetchFromGitHub {
owner = "nezhahq";
repo = "nezha";
tag = "v${finalAttrs.version}";
hash = "sha256-Vj9vgLT38HbdF4mWQkv3Yrshdv/kQpWk51teyl9qzF0=";
hash = "sha256-HsDymQ1y4ouUMpcpSycSfbwJm+hzct7U0Wjm/ouorO0=";
};
proxyVendor = true;