nezha: 2.2.2 -> 2.2.3 (#532415)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-17 03:59:03 +00:00
committed by GitHub
+2 -2
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;