Commit graph

21 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM da96664623 pgmetrics: 1.10.3 -> 1.10.5 2021-01-22 19:04:36 +00: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
R. RyanTM 01ca7ead63 pgmetrics: 1.10.2 -> 1.10.3 2020-12-08 02:47:59 +00:00
R. RyanTM 5d3b355469 pgmetrics: 1.10.0 -> 1.10.2 2020-11-11 20:26:07 +00:00
Mario Rodas bbfa7c4aca pgmetrics: 1.9.3 -> 1.10.0
https://github.com/rapidloop/pgmetrics/releases/tag/v1.10.0
2020-10-06 04:20:00 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM dbb4daf59c pgmetrics: 1.9.2 -> 1.9.3 2020-08-02 09:57:27 +00:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM 46ddbc949e pgmetrics: 1.9.1 -> 1.9.2 2020-06-30 11:19:03 +00:00
R. RyanTM b4ac8f219b pgmetrics: 1.9.0 -> 1.9.1 2020-06-06 15:38:53 +00:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
R. RyanTM cdc38990a5 pgmetrics: 1.8.1 -> 1.9.0 2020-04-15 06:24:58 +00:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas b11d54582d pgmetrics: fix build on darwin 2020-03-21 05:58:00 -05:00
R. RyanTM f47ec36970
pgmetrics: 1.7.1 -> 1.8.1 2020-03-14 11:48:34 +00:00
R. RyanTM c994780bb4 pgmetrics: 1.7.0 -> 1.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgmetrics/versions
2019-10-22 19:18:44 -07:00
R. RyanTM e01fd3f123 pgmetrics: 1.6.2 -> 1.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgmetrics/versions
2019-06-02 05:14:07 -07:00
Mario Rodas 64ed902a33
pgmetrics: 1.6.1 -> 1.6.2 2019-04-21 23:00:00 -05:00
Mario Rodas da7d91017c pgmetrics: 1.5.0 -> 1.6.1 (#57575) 2019-03-13 23:49:53 +01:00
Mario Rodas 780a3ffa12 pgmetrics: init at 1.5.0 2018-11-07 06:47:31 -05:00