mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
powertop: 2.8 -> 2.9
This commit is contained in:
parent
aa58307973
commit
05cb49625d
@ -1,11 +1,12 @@
|
||||
{ stdenv, fetchurl, gettext, libnl, ncurses, pciutils, pkgconfig, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "powertop-2.8";
|
||||
name = "powertop-${version}";
|
||||
version = "2.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://01.org/sites/default/files/downloads/powertop/${name}.tar.gz";
|
||||
sha256 = "0nlwazxbnn0k6q5f5b09wdhw0f194lpzkp3l7vxansqhfczmcyx8";
|
||||
url = "https://01.org/sites/default/files/downloads/powertop/powertop-v${version}.tar.gz";
|
||||
sha256 = "0l4jjlf05li2mc6g8nrss3h435wjhmnqd8m7v3kha3x0x7cbfzxa";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user