netdata-go-plugins: 0.51.3 -> 0.51.4

https://github.com/netdata/go.d.plugin/releases/tag/v0.51.4
This commit is contained in:
Mario Rodas 2023-03-18 04:20:00 +00:00
parent a6a085c6dc
commit bd2b3ec62b

View file

@ -1,13 +1,13 @@
{ lib, fetchFromGitHub, buildGoModule }:
buildGoModule rec {
pname = "netdata-go-plugins";
version = "0.51.3";
version = "0.51.4";
src = fetchFromGitHub {
owner = "netdata";
repo = "go.d.plugin";
rev = "v${version}";
sha256 = "sha256-z4sw/OJYgc2SaGsGwWcX2zAxnCkTTbK8G/XKGCGega0=";
hash = "sha256-yYagbTrUpynvmd20MATQvsR+jZM7dhrQdfSjuayrZJI=";
};
vendorHash = "sha256-lKoFm+wch9/ZgDSNSgYUrOq/X8DUEuSAQ4cc8UGaJzU=";