prometheus-nut-exporter: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm 2022-12-30 22:13:17 +00:00 committed by Bobby Rong
parent 7fc9af068d
commit ac825c5763

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nut-exporter";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "DRuggeri";
repo = "nut_exporter";
rev = "v${version}";
sha256 = "sha256-ZQBvH5IJZjl0QzDA2h31O1fr70EB3kP+ZklQ4EQa/Is=";
sha256 = "sha256-pXC4DkuMyvNG8w/p5ku8hi6MhbF85PzVpFz+IExT9NU=";
};
vendorSha256 = "sha256-ji8JlEYChPBakt5y6+zcm1l04VzZ0/fjfGFJ9p+1KHE=";