about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-05 05:09:58 +0200
committerGitHub <noreply@github.com>2024-04-05 05:09:58 +0200
commita66b3d0d1c02f76b9b5f72a5cad9f686face30a3 (patch)
tree8e6544024c06feb05d518d5bb4b7cb2e81187d9a /pkgs/tools/system
parent0fbced986ec1dbc4d3f4cd9c4ed6c0badd2e925a (diff)
parent649429f97a54840d1b96bdf7274954c00c0d6e68 (diff)
Merge pull request #300161 from r-ryantm/auto-update/thermald
thermald: 2.5.6 -> 2.5.7
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/thermald/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/tools/system/thermald/default.nix b/pkgs/tools/system/thermald/default.nix
index 1b96a33cdd337..911678165c2c2 100644
--- a/pkgs/tools/system/thermald/default.nix
+++ b/pkgs/tools/system/thermald/default.nix
@@ -10,7 +10,6 @@
 , libevdev
 , libtool
 , libxml2
-, xz
 , pkg-config
 , lib, stdenv
 , upower
@@ -18,7 +17,7 @@
 
 stdenv.mkDerivation rec {
   pname = "thermald";
-  version = "2.5.6";
+  version = "2.5.7";
 
   outputs = [ "out" "devdoc" ];
 
@@ -26,7 +25,7 @@ stdenv.mkDerivation rec {
     owner = "intel";
     repo = "thermal_daemon";
     rev = "v${version}";
-    sha256 = "sha256-7QoHq3NtBtGJ/ihiAkGWBng9mP+NAUiNX03Fb4T11cg=";
+    sha256 = "sha256-FU9nPuyCWMEmx2i3YTT/Y3BYinYU0MBCOjH5Pm3LENA=";
   };
 
   nativeBuildInputs = [
@@ -45,7 +44,6 @@ stdenv.mkDerivation rec {
     dbus-glib
     libevdev
     libxml2
-    xz
     upower
   ];