Commit Graph

19 Commits

Author SHA1 Message Date
R. Ryantm
d3db4d5df9 prometheus-statsd-exporter: 0.26.0 -> 0.26.1 2024-03-22 19:09:23 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Maximilian Bosch
26ecd1d48e
prometheus-statsd-exporter: add build info
Same as in 48a0dd84e8.
2024-02-25 15:35:04 +01:00
R. Ryantm
620c89f58e prometheus-statsd-exporter: 0.25.0 -> 0.26.0 2023-12-18 03:24:55 +00:00
R. Ryantm
0c4251aa78 prometheus-statsd-exporter: 0.24.0 -> 0.25.0 2023-10-24 19:48:14 +00:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
R. Ryantm
1c8ea72d94 prometheus-statsd-exporter: 0.23.1 -> 0.24.0 2023-06-10 06:53:38 +00:00
R. Ryantm
476caaac8a prometheus-statsd-exporter: 0.23.0 -> 0.23.1 2023-03-10 23:12:52 +00:00
Fabian Affolter
78a8d5bd0c
prometheus-statsd-exporter: add changelog to meta 2022-12-10 23:34:15 +01:00
R. Ryantm
c7ad50f486 prometheus-statsd-exporter: 0.22.8 -> 0.23.0 2022-12-10 21:09:31 +00:00
R. RyanTM
91425c5740
prometheus-statsd-exporter: 0.22.7 -> 0.22.8 (#191422) 2022-09-19 14:37:13 -04:00
R. RyanTM
324ff82d27
prometheus-statsd-exporter: 0.22.2 -> 0.22.7 (#184482) 2022-08-03 11:40:38 -04:00
R. Ryantm
32a7f9da13 prometheus-statsd-exporter: 0.20.2 -> 0.22.2 2022-02-13 07:35:24 +00:00
Robin Gloster
0a75e25dac
prometheus-statsd-exporter: 0.9.0 -> 0.20.2 2021-05-11 17:57:46 -05:00
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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
Ivan Kozik
46ce4fac18 prometheus-statsd-exporter: 0.4.0 -> 0.9.0 2019-04-21 20:15:12 +00:00