bump powertop to 1.11

svn path=/nixpkgs/trunk/; revision=14458
This commit is contained in:
Armijn Hemel 2009-03-09 13:53:48 +00:00
parent 2c11f47c8c
commit a61ee3644c
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, ncurses}:
{stdenv, fetchurl, ncurses, gettext}:
stdenv.mkDerivation {
name = "powertop-1.9";
name = "powertop-1.11";
src = fetchurl {
url = http://www.lesswatts.org/projects/powertop/download/powertop-1.9.tar.gz;
sha256 = "15150ra7n0q1nfij4ax3dnlplyjakm2ipx246xi3wsj3qc99m2a1";
url = http://www.lesswatts.org/projects/powertop/download/powertop-1.11.tar.gz;
sha256 = "1wl0c7sav5rf7andnx704vs3n5gj2b5g1adx8zjfbbgvwm9wrrvh";
};
patches = [./powertop-1.8.patch];
buildInputs = [ncurses];
buildInputs = [ncurses gettext];
}

View file

@ -7192,7 +7192,7 @@ let
};
powertop = import ../os-specific/linux/powertop {
inherit fetchurl stdenv ncurses;
inherit fetchurl stdenv ncurses gettext;
};
procps = import ../os-specific/linux/procps {