prometheus-snmp-exporter: 0.22.0 -> 0.25.0

This commit is contained in:
R. Ryantm 2023-12-18 03:02:51 +00:00 committed by WilliButz
parent 282d4dcd9c
commit d4492abe66
No known key found for this signature in database
GPG Key ID: 0EFE04FB95E18413

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "snmp_exporter";
version = "0.22.0";
version = "0.25.0";
src = fetchFromGitHub {
owner = "prometheus";
repo = "snmp_exporter";
rev = "v${version}";
sha256 = "sha256-HncffOX0/z8XIEXTOkt6bcnAfY7xwgNBGhUwC3FIJjo=";
sha256 = "sha256-6Y2zJwY5gToJlY6iLug2jNXXtNLNz98WoTKGcWgYzaA=";
};
vendorHash = "sha256-n0LPKmGPxLZgvzdpyuE67WOJv7MKN28m7PtQpWYdtMk=";
vendorHash = "sha256-8soLDI/hBzSZB6Lfj1jVkIWfIkMPJmp84bu7TKg7jeo=";
buildInputs = [ net-snmp ];