nezha: 1.14.12 -> 1.14.14 (#480182)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-15 00:41:23 +00:00
committed by GitHub
+2 -2
View File
@@ -48,13 +48,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "nezha";
version = "1.14.12";
version = "1.14.14";
src = fetchFromGitHub {
owner = "nezhahq";
repo = "nezha";
tag = "v${finalAttrs.version}";
hash = "sha256-gNXbg5JaHHogJaRGmAjOXskrbkSRu1fnIqQMu8U3lzk=";
hash = "sha256-F6M/bpuupQDDxKrafWlB3vk6iKf1QfJU1x0p3MAzzhM=";
};
proxyVendor = true;