mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
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, fetchurl, gettext, libnl, ncurses, pciutils, pkgconfig, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "powertop-2.5";
|
name = "powertop-2.6.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://01.org/powertop/sites/default/files/downloads/${name}.tar.gz";
|
url = "https://01.org/sites/default/files/downloads/powertop/${name}.tar.gz";
|
||||||
sha256 = "02rwqbpasdayl201v0549gbp2f82rd0hqiv3i111r7npanjhhb4b";
|
sha256 = "1r103crmkdk617qrxqjzy2mlhaacbpg5q795546zwcxlbdnxwk03";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gettext libnl ncurses pciutils pkgconfig zlib ];
|
buildInputs = [ gettext libnl ncurses pciutils pkgconfig zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user