summary refs log tree commit diff
path: root/pkgs/os-specific/linux/powertop
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-02-02 11:07:14 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-02-02 11:07:14 +0100
commitdb63a24ac06086fe5948b58eb9364d07030eb731 (patch)
tree93e94a573639df6ca93f752791fb80a84845c919 /pkgs/os-specific/linux/powertop
parent9463175461199c9972dabbefed7637f94cc617d6 (diff)
downloadnixpkgs-db63a24ac06086fe5948b58eb9364d07030eb731.tar
nixpkgs-db63a24ac06086fe5948b58eb9364d07030eb731.tar.gz
nixpkgs-db63a24ac06086fe5948b58eb9364d07030eb731.tar.bz2
nixpkgs-db63a24ac06086fe5948b58eb9364d07030eb731.tar.lz
nixpkgs-db63a24ac06086fe5948b58eb9364d07030eb731.tar.xz
nixpkgs-db63a24ac06086fe5948b58eb9364d07030eb731.tar.zst
nixpkgs-db63a24ac06086fe5948b58eb9364d07030eb731.zip
powertop: fix and update
Diffstat (limited to 'pkgs/os-specific/linux/powertop')
-rw-r--r--pkgs/os-specific/linux/powertop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/powertop/default.nix b/pkgs/os-specific/linux/powertop/default.nix
index 2fb852acc31..4de8ad6db0f 100644
--- a/pkgs/os-specific/linux/powertop/default.nix
+++ b/pkgs/os-specific/linux/powertop/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, gettext, libnl, ncurses, pciutils, pkgconfig, zlib }:
 
 stdenv.mkDerivation rec {
-  name = "powertop-2.1";
+  name = "powertop-2.2";
 
   src = fetchurl {
     url = "https://01.org/powertop/sites/default/files/downloads/${name}.tar.gz";
-    sha256 = "16161nlah4i4hq8vyx7ds1vq7icdzwm7gmyjg0xhcrs1r9n83m1x";
+    sha256 = "0a5haxawcjrlwwxx4j5kd4ad05gjmcr13v8gswfwfxcn7fyf2f8k";
   };
 
   buildInputs = [ gettext libnl ncurses pciutils pkgconfig zlib ];