Upgrade: powertop: 2.5 -> 2.6.1
This commit is contained in:
parent
cdabab5b28
commit
0b2b06f9a9
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, gettext, libnl, ncurses, pciutils, pkgconfig, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "powertop-2.5";
|
||||
name = "powertop-2.6.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://01.org/powertop/sites/default/files/downloads/${name}.tar.gz";
|
||||
sha256 = "02rwqbpasdayl201v0549gbp2f82rd0hqiv3i111r7npanjhhb4b";
|
||||
url = "https://01.org/sites/default/files/downloads/powertop/${name}.tar.gz";
|
||||
sha256 = "1r103crmkdk617qrxqjzy2mlhaacbpg5q795546zwcxlbdnxwk03";
|
||||
};
|
||||
|
||||
buildInputs = [ gettext libnl ncurses pciutils pkgconfig zlib ];
|
||||
|
Loading…
Reference in New Issue
Block a user