Merge pull request #5251 from ts468/powertop
Update Powertop: 2.6.1 -> 2.7
This commit is contained in:
commit
eb94c70dc8
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, gettext, libnl, ncurses, pciutils, pkgconfig, zlib }:
|
{ stdenv, fetchurl, gettext, libnl, ncurses, pciutils, pkgconfig, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "powertop-2.6.1";
|
name = "powertop-2.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://01.org/sites/default/files/downloads/powertop/${name}.tar.gz";
|
url = "https://01.org/sites/default/files/downloads/powertop/${name}.tar.gz";
|
||||||
sha256 = "1r103crmkdk617qrxqjzy2mlhaacbpg5q795546zwcxlbdnxwk03";
|
sha256 = "1jkqqr3l1x98m7rgin1dgfzxqwj4vciw9lyyq1kl9bdswa818jwd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gettext libnl ncurses pciutils pkgconfig zlib ];
|
buildInputs = [ gettext libnl ncurses pciutils pkgconfig zlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user