nezha-agent: 0.16.5 -> 0.16.6

This commit is contained in:
Moraxyc 2024-05-05 00:32:06 +08:00
parent 7e9264a7d4
commit 7153787bcd
No known key found for this signature in database

View file

@ -7,16 +7,16 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "nezha-agent"; pname = "nezha-agent";
version = "0.16.5"; version = "0.16.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nezhahq"; owner = "nezhahq";
repo = "agent"; repo = "agent";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-WRHYI3/6qrVZRa4ANA6VBBJCaINP1N8Xjy0GWO4LqgA="; hash = "sha256-+78WrkFMY2dfqU3ShmzQgR1ZgEKyb9COUjlIf695OM8=";
}; };
vendorHash = "sha256-AtcRfvYBgTZJz9dpsMgacnV8RNi2Ph7QgUrcE6zzTo8="; vendorHash = "sha256-kqu3+hO0juxI5qbczVFg0GF+pljmePFbKd59a14U7Pg=";
ldflags = [ ldflags = [
"-s" "-s"