summary refs log tree commit diff
path: root/pkgs/tools/system/thermald/default.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-11-23 18:08:37 +0300
committerNikolay Amiantov <ab@fmap.me>2016-11-24 01:17:59 +0300
commitc240000451b15e18f29416c81f2a36492df0b971 (patch)
treebe8600d565d965e58e1b4b7dd38aba6fe2afcf71 /pkgs/tools/system/thermald/default.nix
parent5cda77808ab369addefa135c7cca22e8e52ffcbf (diff)
downloadnixlib-c240000451b15e18f29416c81f2a36492df0b971.tar
nixlib-c240000451b15e18f29416c81f2a36492df0b971.tar.gz
nixlib-c240000451b15e18f29416c81f2a36492df0b971.tar.bz2
nixlib-c240000451b15e18f29416c81f2a36492df0b971.tar.lz
nixlib-c240000451b15e18f29416c81f2a36492df0b971.tar.xz
nixlib-c240000451b15e18f29416c81f2a36492df0b971.tar.zst
nixlib-c240000451b15e18f29416c81f2a36492df0b971.zip
thermald: 1.5.3 -> 1.5.4
Diffstat (limited to 'pkgs/tools/system/thermald/default.nix')
-rw-r--r--pkgs/tools/system/thermald/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/tools/system/thermald/default.nix b/pkgs/tools/system/thermald/default.nix
index baa18aacdfb8..d5936b00806e 100644
--- a/pkgs/tools/system/thermald/default.nix
+++ b/pkgs/tools/system/thermald/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "thermald-${version}";
-  version = "1.5.3";
+  version = "1.5.4";
 
   src = fetchFromGitHub {
     owner = "01org";
     repo = "thermal_daemon";
     rev = "v${version}";
-    sha256 = "0k10sl262d9slrln1vkgsxlr1pnfxzd3ycs552bl7ynf0zxpl48h";
+    sha256 = "0yrlnm1blfxi97af4dbx6xm5w1p8r20raiim1ng08gbqbgnjg56g";
   };
 
   buildInputs = [ autoconf automake libtool pkgconfig dbus_libs dbus_glib libxml2 ];
@@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
 
   preInstall = "sysconfdir=$out/etc";
 
-
   meta = with stdenv.lib; {
     description = "Thermal Daemon";
     homepage = "https://01.org/linux-thermal-daemon";