Commit graph

29 commits

Author SHA1 Message Date
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
Will Dietz 61f12eb907 ethtool: 5.3 -> 5.4 2020-01-15 09:26:10 +01:00
R. RyanTM 09d5be5ca5 ethtool: 5.2 -> 5.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ethtool/versions
2019-10-06 22:32:50 -07: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
Will Dietz 4ad627eca8 ethtool: 5.1 -> 5.2 2019-07-26 20:29:08 +02:00
Will Dietz 75bca7c163
ethtool: 5.0 -> 5.1
https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/tree/NEWS?id=cabc523cd2c398f63cd6198deb35039b2f08484f
2019-05-17 14:55:35 -05:00
Will Dietz 4a7a9d1650 ethtool: 4.19 -> 5.0 2019-03-14 08:17:48 +01:00
R. RyanTM acf75db44c ethtool: 4.18 -> 4.19 (#50117)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ethtool/versions
2018-11-10 15:37:11 +01:00
R. RyanTM 12b5435198 ethtool: 4.17 -> 4.18 (#45833)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
ethtool
2018-08-31 19:34:32 +02:00
R. RyanTM a3963742e5 ethtool: 4.16 -> 4.17
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ethtool/versions.

These checks were done:

- built on NixOS
- /nix/store/l6vkhh88xfbdfjaqm9wmnlvm1q6qqg7i-ethtool-4.17/bin/ethtool passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 4.17 with grep in /nix/store/l6vkhh88xfbdfjaqm9wmnlvm1q6qqg7i-ethtool-4.17
- directory tree listing: https://gist.github.com/1861fff97928fe0b6cb81079b3266156
- du listing: https://gist.github.com/65766ebe5f7022f5c96f6f8266a93c78
2018-06-20 11:02:05 +02:00
R. RyanTM 50f568e2d5 ethtool: 4.15 -> 4.16
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ethtool/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/gaiqa1ygxahd49bpb8zzc7fp4i1mml63-ethtool-4.16/bin/ethtool -h’ got 0 exit code
- ran ‘/nix/store/gaiqa1ygxahd49bpb8zzc7fp4i1mml63-ethtool-4.16/bin/ethtool --help’ got 0 exit code
- ran ‘/nix/store/gaiqa1ygxahd49bpb8zzc7fp4i1mml63-ethtool-4.16/bin/ethtool --version’ and found version 4.16
- found 4.16 with grep in /nix/store/gaiqa1ygxahd49bpb8zzc7fp4i1mml63-ethtool-4.16
- directory tree listing: https://gist.github.com/03539f0a0b1a6c9a35f832b19650ba47
2018-04-17 02:41:37 -07:00
Tuomas Tynkkynen 0bfa9a9dc2 ethtool: 4.13 -> 4.15 2018-02-02 18:15:18 +02:00
Tuomas Tynkkynen d2717a55d9 ethtool: 4.11 -> 4.13 2017-11-03 21:25:41 +02:00
Tuomas Tynkkynen 2bfc977b6e ethtool: 4.10 -> 4.11 2017-06-09 01:58:23 +03:00
Tuomas Tynkkynen f2eb770e33 ethtool: 4.6 -> 4.10 2017-05-14 15:18:41 +03:00
mimadrid 018f4eb164
ethtool: 4.5 -> 4.6 2016-07-16 15:04:31 +02:00
Franz Pletz 9da6390bae ethtool: 4.0 -> 4.5 2016-05-03 16:15:20 +02:00
William A. Kennington III 8d4c5c956d ethtool: 3.18 -> 4.0 2015-06-08 17:45:31 -07:00
Peter Simons 9ecafbe366 ethtool: update to 3.18 2015-01-30 13:23:06 +01:00
Aristid Breitkreuz 0957166f56 ethtool: update from 3.15 to 3.16 2014-10-06 22:41:21 +02:00
Moritz Ulrich f2779233db ethtool: update from 3.14 to 3.15 2014-09-04 19:31:33 +02:00
Rob Vermaas 4d6f2e41d7 ethtool: update from 3.13 to 3.14 2014-05-27 21:28:40 +02:00
Bjørn Forsman 2f314cb231 ethtool: update 3.11 -> 3.13 2014-02-13 23:09:02 +01:00
Bjørn Forsman 4d6605e882 Whitespace fixes in package expressions I maintain 2014-01-02 17:58:08 +01:00
Nixpkgs Monitor 8d2853102b ethtool: update from 3.10 to 3.11 2013-12-18 18:18:26 +02:00
Bjørn Forsman 1af178559f ethtool: 3.2 -> 3.10
And add package meta data.
2013-07-12 16:26:48 +02:00
Lluís Batlle i Rossell 781666f649 Updating ethtool (we had a 5-year-old ethtool)
svn path=/nixpkgs/trunk/; revision=34305
2012-05-31 16:03:49 +00:00
Rob Vermaas cce34a0779 * added ethtool 6
svn path=/nixpkgs/trunk/; revision=17346
2009-09-22 08:37:41 +00:00