summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-08-19 09:45:47 +0200
committerGitHub <noreply@github.com>2021-08-19 09:45:47 +0200
commit6c64610487b576e3b4a15377816511f37492425c (patch)
tree4993dae1766cdab2714524ec3a7ce6330f2f18e2 /pkgs/tools/system
parent59c9952d4fa5809da18ab2fe8d30988f3d6bbf07 (diff)
parent953c19369be8b1069722c0146284e0297b8c3279 (diff)
downloadnixpkgs-6c64610487b576e3b4a15377816511f37492425c.tar
nixpkgs-6c64610487b576e3b4a15377816511f37492425c.tar.gz
nixpkgs-6c64610487b576e3b4a15377816511f37492425c.tar.bz2
nixpkgs-6c64610487b576e3b4a15377816511f37492425c.tar.lz
nixpkgs-6c64610487b576e3b4a15377816511f37492425c.tar.xz
nixpkgs-6c64610487b576e3b4a15377816511f37492425c.tar.zst
nixpkgs-6c64610487b576e3b4a15377816511f37492425c.zip
Merge pull request #134171 from Kranzes/auto-update/thermald
thermald: 2.4.3 -> 2.4.6
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 4d2ca811837..312c31d671c 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.4.3";
+  version = "2.4.6";
 
   outputs = [ "out" "devdoc" ];
 
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     owner = "intel";
     repo = "thermal_daemon";
     rev = "v${version}";
-    sha256 = "sha256-CPrk2r3C4WG+y3KzWf6xWhfNdDgEigki62iAXu+DccU=";
+    sha256 = "sha256-ZknZznoYVX3dNBIUvER6odv5eNrCV3//CXH1ypCf6tE=";
   };
 
   nativeBuildInputs = [