Commit graph

23 commits

Author SHA1 Message Date
R. RyanTM 1caa40b331 hdparm: 9.61 -> 9.62 2021-05-22 19:00:51 +00:00
R. RyanTM 4751744636 hdparm: 9.60 -> 9.61 2021-05-19 10:54:07 -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
R. RyanTM 83215635d0 hdparm: 9.58 -> 9.60 2020-11-28 00:27:56 +00:00
Luflosi b8e5d13878 hdparm: name -> pname 2020-10-24 23:06:34 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mateusz Kowalczyk 1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
R. RyanTM 2252dc2585 hdparm: 9.56 -> 9.58 (#50098)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hdparm/versions
2018-11-09 22:38:48 -05:00
R. RyanTM 09049153e5 hdparm: 9.55 -> 9.56
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran `/nix/store/c646kg7w31rm3rz30n145jf77kjw2dmg-hdparm-9.56/bin/hdparm -h` got 0 exit code
- ran `/nix/store/c646kg7w31rm3rz30n145jf77kjw2dmg-hdparm-9.56/bin/hdparm -V` and found version 9.56
- ran `/nix/store/c646kg7w31rm3rz30n145jf77kjw2dmg-hdparm-9.56/bin/hdparm -h` and found version 9.56
- found 9.56 with grep in /nix/store/c646kg7w31rm3rz30n145jf77kjw2dmg-hdparm-9.56
- directory tree listing: https://gist.github.com/288d8bff26d3af52b38fbd8055ee2aac
2018-03-31 17:11:27 +02:00
Ryan Mulligan 4a18b4222a hdparm: 9.54 -> 9.55
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/9abla9hl91wvxvcbrif9xjhsb164lgxc-hdparm-9.55/bin/hdparm -h` got 0 exit code
- ran `/nix/store/9abla9hl91wvxvcbrif9xjhsb164lgxc-hdparm-9.55/bin/hdparm -V` and found version 9.55
- ran `/nix/store/9abla9hl91wvxvcbrif9xjhsb164lgxc-hdparm-9.55/bin/hdparm -h` and found version 9.55
- found 9.55 with grep in /nix/store/9abla9hl91wvxvcbrif9xjhsb164lgxc-hdparm-9.55
- directory tree listing: https://gist.github.com/ded98c9055722d9f66f8346ae792663c
2018-03-22 22:00:54 +02:00
Tuomas Tynkkynen 1b6e95e1eb hdparm: 9.53 -> 9.54 2018-02-07 18:48:04 +02:00
Tuomas Tynkkynen 1dade8665a hdparm: 9.52 -> 9.53 2018-01-19 00:00:36 +02:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Tuomas Tynkkynen d22b1d0ba1 hdparm: 9.51 -> 9.52 2017-05-14 13:47:29 +03:00
ndowens d023239bb7 hdparm: 9.48 -> 9.51
hdparm: Fixed mandir
2017-03-30 17:10:15 -05:00
William A. Kennington III bf32753cd9 hdparm: 9.45 -> 9.48 2015-07-09 17:30:35 -07:00
Mateusz Kowalczyk a345f5cb20 hdparm: fix expression 2014-09-30 11:26:23 +01:00
Mateusz Kowalczyk 397b0de1c1 hdparm: update from 9.43 to 9.45 2014-09-30 10:39:30 +01:00
William A. Kennington III 07f125a5da Upgrade hdparm from 9.39 -> 9.43 2013-11-28 01:10:33 -06:00
Eelco Dolstra 6bc6c61f01 * hdparm updated to 9.39.
svn path=/nixpkgs/trunk/; revision=32963
2012-03-09 19:24:54 +00:00
Eelco Dolstra 7478e316b7 * hdparm 8.7.
svn path=/nixpkgs/trunk/; revision=12007
2008-06-07 12:20:19 +00:00
Eelco Dolstra 607b0d3e80 * Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done

svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra 9d81167f77 * Added hdparm.
svn path=/nixpkgs/trunk/; revision=8344
2007-03-19 09:31:44 +00:00