nezha: 2.2.2 -> 2.2.3

(cherry picked from commit 886ac64c2c)
This commit is contained in:
R. Ryantm 2026-06-16 18:51:40 +00:00 committed by github-actions[bot]
commit 4d69faf1a9

View file

@ -48,13 +48,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "nezha";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "nezhahq";
repo = "nezha";
tag = "v${finalAttrs.version}";
hash = "sha256-40GirWaa03sX5UNL0ZI8qcFqYV2ZuRniWofKluKeW+0=";
hash = "sha256-Vj9vgLT38HbdF4mWQkv3Yrshdv/kQpWk51teyl9qzF0=";
};
proxyVendor = true;