powertop: update from 2.2 to 2.5
This commit is contained in:
parent
7e3e830e81
commit
dc2cb043a9
@ -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.2";
|
name = "powertop-2.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://01.org/powertop/sites/default/files/downloads/${name}.tar.gz";
|
url = "https://01.org/powertop/sites/default/files/downloads/${name}.tar.gz";
|
||||||
sha256 = "0a5haxawcjrlwwxx4j5kd4ad05gjmcr13v8gswfwfxcn7fyf2f8k";
|
sha256 = "02rwqbpasdayl201v0549gbp2f82rd0hqiv3i111r7npanjhhb4b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gettext libnl ncurses pciutils pkgconfig zlib ];
|
buildInputs = [ gettext libnl ncurses pciutils pkgconfig zlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user