Commit graph

17 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
WilliButz 1c90c5bcc4
prometheus-snmp-exporter: 0.18.0 -> 0.19.0
https://github.com/prometheus/snmp_exporter/releases/tag/v0.19.0
2020-10-22 11:31:33 +02:00
WilliButz 7449a3274e
prometheus-exporters: expose tests in exporter definitions 2020-06-18 12:48:55 +02:00
Sergey Lukjanov 43d46b15b7 snmp_exporter: add Frostman to maintainers 2020-05-26 12:11:40 -07:00
Sergey Lukjanov 01c937fd47 snmp_exporter: 0.17.0 -> 0.18.0 2020-05-26 12:10:44 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Sergey Lukjanov bd3319d28c snmp_exporter: 0.15.0 -> 0.17.0 2020-02-20 08:12:32 -08:00
Jörg Thalheim 725f85e271
net-snmp: rename from net_snmp 2019-12-21 22:56:08 +00:00
adisbladis a560ea3736
prometheus-snmp-exporter: 0.13.0 -> 0.15.0 2019-09-05 22:33:39 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
WilliButz 81156549a2 prometheus-snmp-exporter: 0.11.0 -> 0.13.0 (#46677) 2018-09-15 02:02:34 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
WilliButz 6c76c4c6d8 prometheus-snmp-exporter: 0.9.0 -> 0.11.0 (#41363) 2018-06-01 18:25:08 +02:00
WilliButz 5d0adad0ca prometheus-snmp-exporter: 0.3.0 -> 0.9.0 2018-05-01 15:36:19 +02:00
Franz Pletz 068feb65c9
prometeus-snmp-exporter: 0.1.0 -> 0.3.0 2017-08-04 08:26:09 +02:00
oida 8376f5cc3a
prometheus-snmp-exporter: init at v0.1.0 2016-12-29 02:03:12 +01:00