summary refs log tree commit diff
path: root/pkgs/tools/system/thermald
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-07-28 12:22:59 +0300
committerNikolay Amiantov <ab@fmap.me>2015-07-28 12:33:30 +0300
commit9d815b266d02ee159f47987d66dac633aa82799b (patch)
treee469c404e4f31b73974b64e95b279672b20b288c /pkgs/tools/system/thermald
parentb2d5326e3a671c5a52569bcb504f4a458ca897d4 (diff)
downloadnixpkgs-9d815b266d02ee159f47987d66dac633aa82799b.tar
nixpkgs-9d815b266d02ee159f47987d66dac633aa82799b.tar.gz
nixpkgs-9d815b266d02ee159f47987d66dac633aa82799b.tar.bz2
nixpkgs-9d815b266d02ee159f47987d66dac633aa82799b.tar.lz
nixpkgs-9d815b266d02ee159f47987d66dac633aa82799b.tar.xz
nixpkgs-9d815b266d02ee159f47987d66dac633aa82799b.tar.zst
nixpkgs-9d815b266d02ee159f47987d66dac633aa82799b.zip
thermald: update package
Diffstat (limited to 'pkgs/tools/system/thermald')
-rw-r--r--pkgs/tools/system/thermald/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/thermald/default.nix b/pkgs/tools/system/thermald/default.nix
index 85bc40caa27..9fe9adaedad 100644
--- a/pkgs/tools/system/thermald/default.nix
+++ b/pkgs/tools/system/thermald/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, dbus_libs, dbus_glib, libxml2 }:
 
 stdenv.mkDerivation rec {
-  version = "1.4.2";
+  version = "1.4.3";
   name = "thermald-${version}";
   src = fetchFromGitHub {
     owner = "01org";
     repo = "thermal_daemon";
     rev = "v${version}";
-    sha256 = "051119wb0n31rn15pnx56d1r58a2d1fmj030q991mcv7pcy6c8mg";
+    sha256 = "1wrbydmw1jc5dcjawhhsa52hilzajl9n849i09d2nfilv3qcqqi9";
   };
 
   buildInputs = [ autoconf automake libtool pkgconfig dbus_libs dbus_glib libxml2 ];