summary refs log tree commit diff
diff options
context:
space:
mode:
authorlethalman <lucabru@src.gnome.org>2014-12-07 17:41:34 +0100
committerlethalman <lucabru@src.gnome.org>2014-12-07 17:41:34 +0100
commiteb94c70dc814c12c019adb3b198f35a0135679ba (patch)
tree9dd67aeb5f12c90e761d5efa4f3a925fc4451aa9
parent71ef2b5d2d489a5a2bcb86190b33797f4954290c (diff)
parent8fce0d336071c315f319facb6e76287ca354695b (diff)
downloadnixlib-eb94c70dc814c12c019adb3b198f35a0135679ba.tar
nixlib-eb94c70dc814c12c019adb3b198f35a0135679ba.tar.gz
nixlib-eb94c70dc814c12c019adb3b198f35a0135679ba.tar.bz2
nixlib-eb94c70dc814c12c019adb3b198f35a0135679ba.tar.lz
nixlib-eb94c70dc814c12c019adb3b198f35a0135679ba.tar.xz
nixlib-eb94c70dc814c12c019adb3b198f35a0135679ba.tar.zst
nixlib-eb94c70dc814c12c019adb3b198f35a0135679ba.zip
Merge pull request #5251 from ts468/powertop
Update Powertop: 2.6.1 -> 2.7
-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 630fe04e226b..befe16f72f21 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.6.1";
+  name = "powertop-2.7";
 
   src = fetchurl {
     url = "https://01.org/sites/default/files/downloads/powertop/${name}.tar.gz";
-    sha256 = "1r103crmkdk617qrxqjzy2mlhaacbpg5q795546zwcxlbdnxwk03";
+    sha256 = "1jkqqr3l1x98m7rgin1dgfzxqwj4vciw9lyyq1kl9bdswa818jwd";
   };
 
   buildInputs = [ gettext libnl ncurses pciutils pkgconfig zlib ];