prometheus-nut-exporter: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm 2023-02-05 02:27:16 +00:00
parent 19ad2a2b84
commit 2fe38edf39

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nut-exporter";
version = "2.5.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "DRuggeri";
repo = "nut_exporter";
rev = "v${version}";
sha256 = "sha256-imO++i4bfxQnMNh+BOZRYvJAzqgehFIElpQX3NyQF+8=";
sha256 = "sha256-I44unG7eKBGxjm2HnCcm1ThlrDpDglXBork7meOOGiw=";
};
vendorHash = "sha256-ji8JlEYChPBakt5y6+zcm1l04VzZ0/fjfGFJ9p+1KHE=";