Commit graph

31 commits

Author SHA1 Message Date
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07: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
Sergey Lukjanov 30efcbccff alertmanager: add Frostman to maintainers 2020-06-17 11:38:00 -07:00
Sergey Lukjanov 7449170e6b alertmanager: 0.20.0 -> 0.21.0 2020-06-17 11:37:38 -07:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
zowoq bd6b2318c3 prometheus-alertmanager: use installShellFiles 2020-04-27 21:06:12 +10:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Bruno Bigras 78ab6d338f prometheus-alertmanager: 0.19.0 -> 0.20.0 2020-02-05 23:38:05 -05:00
Robin Gloster 513a68a723
prometheus-alertmanager: 0.18.0 -> 0.19.0 2019-10-03 21:00:39 +02:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster 88b55379fd
alertmanager: 0.16.2 -> 0.18.0 2019-08-23 15:38:07 +02:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02: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
Bas van Dijk 18925d0ceb prometheus-alertmanager: 0.15.3 -> 0.16.2 2019-04-10 14:52:31 +02:00
Franz Pletz 3cd66c1263
prometheus-alertmanager: 0.15.2 -> 0.15.3 2018-11-20 13:43:19 +01:00
Thilo Uttendorfer dd58c35332 prometheus-alertmanager: 0.15.1 -> 0.15.2 (#48121) 2018-10-09 23:39:52 +02:00
Franz Pletz 27b8072a98
prometheus-alertmanager: 0.14.0 -> 0.15.1 2018-07-15 21:41:45 +02:00
Franz Pletz 440c24e247
prometheus-alertmanager: 0.13.0 -> 0.14.0 2018-03-04 16:35:56 +01:00
Benjamin Staffin 0a0f8d637d
prometheus-alertmanager: 0.9.1 -> 0.13.0 2018-01-25 17:41:25 -05:00
Christine Koppelt 821a7a38ea prometheus-alertmanager: 0.8.0 -> 0.9.1 2017-10-30 17:04:56 +01:00
Franz Pletz 3d25e96b1f
prometheus-alertmanager: 0.6.0 -> 0.8.0 2017-08-27 02:33:34 +02:00
Benjamin Staffin faea8776d1
prometheus-alertmanager: 0.5.1 -> 0.6.0 2017-04-25 14:52:41 -07:00
Franz Pletz 741bdeea38
prometheus-alertmanager: 0.5.0 -> 0.5.1 2016-12-01 02:02:04 +01:00
Robin Gloster 9deb7821d9
prometheus-alertmanager: 0.4.2 -> 0.5.0 2016-11-07 09:47:29 +01:00
Robin Gloster f77191888d
prometheus-alertmanager: 0.3.0 -> 0.4.2 2016-09-08 15:26:49 +02:00
Franz Pletz 5647521a2a prometheus-alertmanager: 0.2.1 -> 0.3.0 2016-07-18 20:28:31 +02:00
Svein Ove Aas 31a8eee841 prometheus: Bump all to newest
Disable tests for prometheus-node-exporter because one megacli test fails.

Closes #16575.
2016-07-18 20:27:53 +02:00
Kamil Chmielewski 8cd1d4cda5 buildGoPackage: use Go 1.6 by default 2016-06-09 13:08:10 +02:00
Kamil Chmielewski 8dc356c731 prometheus-alertmanager: fetchgit -> fetchFromGitHub 2016-06-09 13:08:10 +02:00
Kamil Chmielewski 7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
Kamil Chmielewski a6cd1321b9 prometheus-alertmanager: extracted from goPackages 2016-06-09 11:22:02 +02:00