powertop: 2.9 -> 2.10

musl patch still needed :)
This commit is contained in:
Will Dietz 2019-01-05 00:37:56 -06:00
parent 7d864c6bd6
commit 7200eff868

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, fetchpatch, gettext, libnl, ncurses, pciutils, pkgconfig, zlib }:
stdenv.mkDerivation rec {
name = "powertop-${version}";
version = "2.9";
pname = "powertop";
version = "2.10";
src = fetchurl {
url = "https://01.org/sites/default/files/downloads/powertop/powertop-v${version}.tar.gz";
sha256 = "0l4jjlf05li2mc6g8nrss3h435wjhmnqd8m7v3kha3x0x7cbfzxa";
url = "https://01.org/sites/default/files/downloads/${pname}-v${version}.tar.gz";
sha256 = "0xaazqccyd42v2q532dxx40nqhb9sfsa6cyx8641rl57mfg4bdyk";
};
outputs = [ "out" "man" ];