mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
prometheus-snmp-exporter: 0.9.0 -> 0.11.0 (#41363)
This commit is contained in:
parent
6d1a45c7fb
commit
6c76c4c6d8
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "snmp_exporter-${version}";
|
||||
version = "0.9.0";
|
||||
version = "0.11.0";
|
||||
|
||||
goPackagePath = "github.com/prometheus/snmp_exporter";
|
||||
|
||||
@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||
owner = "prometheus";
|
||||
repo = "snmp_exporter";
|
||||
rev = "v${version}";
|
||||
sha256 = "081ah4zyy53plhm6znwrx55phm2ysxzyx7d4hm8zzrv5r967rgl1";
|
||||
sha256 = "027p96jzhq9l7m3s5qxxg3rqp14pai7q66d3ppin19lg7al11c9x";
|
||||
};
|
||||
|
||||
buildInputs = [ net_snmp ];
|
||||
|
Loading…
Reference in New Issue
Block a user