summary refs log tree commit diff
path: root/pkgs/os-specific/linux/powertop
diff options
context:
space:
mode:
authorThomas Strobel <ts468@cam.ac.uk>2014-12-07 17:20:21 +0100
committerThomas Strobel <ts468@cam.ac.uk>2014-12-07 17:20:21 +0100
commit8fce0d336071c315f319facb6e76287ca354695b (patch)
treed528e39976fb1a9166dcc9b4bc60795abc2f6a6b /pkgs/os-specific/linux/powertop
parent178ecc1515a232499aebf401701023dfdfebe7c4 (diff)
downloadnixpkgs-8fce0d336071c315f319facb6e76287ca354695b.tar
nixpkgs-8fce0d336071c315f319facb6e76287ca354695b.tar.gz
nixpkgs-8fce0d336071c315f319facb6e76287ca354695b.tar.bz2
nixpkgs-8fce0d336071c315f319facb6e76287ca354695b.tar.lz
nixpkgs-8fce0d336071c315f319facb6e76287ca354695b.tar.xz
nixpkgs-8fce0d336071c315f319facb6e76287ca354695b.tar.zst
nixpkgs-8fce0d336071c315f319facb6e76287ca354695b.zip
Update Powertop: 2.6.1 -> 2.7
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 630fe04e226..befe16f72f2 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 ];