mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
new powertop
svn path=/nixpkgs/trunk/; revision=10932
This commit is contained in:
parent
635b721180
commit
bde6dd8990
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, ncurses}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "powertop-1.8";
|
||||
name = "powertop-1.9";
|
||||
src = fetchurl {
|
||||
url = http://linuxpowertop.org/download/powertop-1.8.tar.gz;
|
||||
sha256 = "0fmdbg00yfzhw5ldc5g6il602lvpmhi9dri4l0pc2ndgwm3fl9bk";
|
||||
url = http://www.lesswatts.org/projects/powertop/download/powertop-1.9.tar.gz;
|
||||
sha256 = "15150ra7n0q1nfij4ax3dnlplyjakm2ipx246xi3wsj3qc99m2a1";
|
||||
};
|
||||
patches = [./powertop-1.8.patch];
|
||||
buildInputs = [ncurses];
|
||||
|
Loading…
Reference in New Issue
Block a user