about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hdparm
AgeCommit message (Collapse)AuthorFilesLines
2018-03-31hdparm: 9.55 -> 9.56R. RyanTM1-2/+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/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-22hdparm: 9.54 -> 9.55Ryan Mulligan1-2/+2
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-02-07hdparm: 9.53 -> 9.54Tuomas Tynkkynen1-2/+2
2018-01-19hdparm: 9.52 -> 9.53Tuomas Tynkkynen1-2/+2
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-05-14hdparm: 9.51 -> 9.52Tuomas Tynkkynen1-2/+2
2017-03-30hdparm: 9.48 -> 9.51ndowens1-7/+9
hdparm: Fixed mandir
2015-07-09hdparm: 9.45 -> 9.48William A. Kennington III1-2/+2
2014-09-30hdparm: fix expressionMateusz Kowalczyk1-1/+1
2014-09-30hdparm: update from 9.43 to 9.45Mateusz Kowalczyk1-2/+4
2013-11-28Upgrade hdparm from 9.39 -> 9.43William A. Kennington III1-2/+2
2012-03-09* hdparm updated to 9.39.Eelco Dolstra1-7/+8
svn path=/nixpkgs/trunk/; revision=32963
2008-06-07* hdparm 8.7.Eelco Dolstra1-3/+8
svn path=/nixpkgs/trunk/; revision=12007
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra1-1/+1
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-03-19* Added hdparm.Eelco Dolstra1-0/+14
svn path=/nixpkgs/trunk/; revision=8344