nezha-agent: 1.12.3 -> 1.13.0

This commit is contained in:
R. Ryantm 2025-06-29 02:09:48 +00:00
parent 668b089f34
commit b53071b01c

View File

@ -8,13 +8,13 @@
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "nezha-agent"; pname = "nezha-agent";
version = "1.12.3"; version = "1.13.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nezhahq"; owner = "nezhahq";
repo = "agent"; repo = "agent";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-LhSuKbvTHO+bCCtxKENS7wbScDHE57Uf3nFrMDt2wOE="; hash = "sha256-CFwHMO78v/A5hjNypFo9Fp0gdkrKgNvPRGz3RfMRRAU=";
}; };
vendorHash = "sha256-5g2AgkqaelCD10dxwcEmBLYy5nrd4IALiss0dTrTTno="; vendorHash = "sha256-5g2AgkqaelCD10dxwcEmBLYy5nrd4IALiss0dTrTTno=";