Commit graph

26 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM 91606e095e
cadvisor: 0.37.0 -> 0.38.7 (#109921) 2021-01-21 10:04:23 -08: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
Sandro Jäckel a0c61e1fe9
cadvisor: 0.36.0 -> 0.37.0 2021-01-01 18:48:41 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas 991bbef683 cadvisor: 0.35.0 -> 0.36.0 2020-03-14 01:44:28 +00:00
Mario Rodas bce8090922
cadvisor: 0.34.0 -> 0.35.0
Changelog: https://github.com/google/cadvisor/releases/tag/v0.35.0
2019-12-22 00:00:00 -05:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Mario Rodas 1aee94dc42
cadvisor: 0.33.1 -> 0.34.0 2019-08-27 22:40:43 -05: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
R. RyanTM caf9e0abe6 cadvisor: 0.33.0 -> 0.33.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/cadvisor/versions
2019-04-14 02:59:00 -07:00
R. RyanTM 1dbf1e4e27 cadvisor: 0.32.0 -> 0.33.0 (#56606)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cadvisor/versions
2019-03-15 21:20:35 +01:00
Wael M. Nasreddine 09435db08a
cadvisor: export GOCACHE in the buildPhase
TMPDIR, in `GOCACHE = "$TMPDIR";`, will not be intepreted  when it's set
outside of a phase.
2019-03-11 09:59:19 -07:00
Wael M. Nasreddine 6ef04cabd4
go_1_12: init at go 1.12 2019-03-02 14:24:17 -08:00
R. RyanTM c51a1b89c2 cadvisor: 0.31.0 -> 0.32.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/cadvisor/versions
2018-12-16 08:59:25 -08:00
R. RyanTM 67c5133f60 cadvisor: 0.30.2 -> 0.31.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/cadvisor/versions
2018-09-25 06:48:02 -07:00
R. RyanTM a2fcc1f7a8 cadvisor: 0.29.1 -> 0.30.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cadvisor/versions.
2018-08-08 19:28:02 -07:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Ryan Mulligan bc7ca17345 cadvisor: 0.28.3 -> 0.29.1
Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.29.1 with grep in /nix/store/8zpvaz7imhsknld6d0qyykqw9b718lxi-cadvisor-0.29.1
- found 0.29.1 in filename of file in /nix/store/8zpvaz7imhsknld6d0qyykqw9b718lxi-cadvisor-0.29.1
2018-03-07 19:50:56 -08:00
adisbladis 1ca9fb1085
cadvisor: 0.26.1 -> 0.28.3 2018-01-28 06:51:28 +08:00
Franz Pletz 6f7f5b5c85
cadvisor: 0.23.8 -> 0.26.1 2017-09-05 14:24:58 +02:00
Yann Hodique 35f2abf45d cadvisor: fix supported platforms 2017-05-07 14:41:39 -07:00
Eric Sagnes fe54db9027 cadvisor: 0.10.1 -> 0.23.8 2016-09-15 21:28:12 +09:00
Pascal Wittmann f99d5cf2fc Fixed some descriptions 2015-04-28 10:55:20 +02:00
Jaka Hudoklin 853358bca6 cadvisor: update to 0.10.1 2015-03-18 14:39:04 +01:00
Jaka Hudoklin b232395a06 Add cadvisor 2014-12-28 20:20:38 +01:00