summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-27 02:52:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-27 02:52:46 +0000
commit2e2efe8d0abf9fdd44a9cd0e27d3005418a9cf69 (patch)
tree28c84a0e8bf68ba25b301a0f50f21fe6bfe59f6c /pkgs/tools/system
parent38b9aaf6682015f1d2fc7b7f48da96992c30cfa3 (diff)
thermald: 2.5.3 -> 2.5.4
Diffstat (limited to 'pkgs/tools/system')
-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 b4696d7042248..9f667bb4203ec 100644
--- a/pkgs/tools/system/thermald/default.nix
+++ b/pkgs/tools/system/thermald/default.nix
@@ -18,7 +18,7 @@
 
 stdenv.mkDerivation rec {
   pname = "thermald";
-  version = "2.5.3";
+  version = "2.5.4";
 
   outputs = [ "out" "devdoc" ];
 
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     owner = "intel";
     repo = "thermal_daemon";
     rev = "v${version}";
-    sha256 = "sha256-rYhf+mbELNmm6gVS7eH1EEY73Dsw1vZLFUbaTOU980I=";
+    sha256 = "sha256-5UILKdv+HhilY+NsbMwqqvYjbM3mAeec/lX+CGY0CPE=";
   };
 
   nativeBuildInputs = [