summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-01-20 14:25:28 -0800
committerGitHub <noreply@github.com>2022-01-20 23:25:28 +0100
commiteda8da3286e270a345560f8bf1b0b06a3e4664e7 (patch)
treeef2f4853508b454a3b88830e97434eaf8039f66c /pkgs/tools/system
parent97264aced22d6ee576d26ea1f759af69b33f7b62 (diff)
downloadnixpkgs-eda8da3286e270a345560f8bf1b0b06a3e4664e7.tar
nixpkgs-eda8da3286e270a345560f8bf1b0b06a3e4664e7.tar.gz
nixpkgs-eda8da3286e270a345560f8bf1b0b06a3e4664e7.tar.bz2
nixpkgs-eda8da3286e270a345560f8bf1b0b06a3e4664e7.tar.lz
nixpkgs-eda8da3286e270a345560f8bf1b0b06a3e4664e7.tar.xz
nixpkgs-eda8da3286e270a345560f8bf1b0b06a3e4664e7.tar.zst
nixpkgs-eda8da3286e270a345560f8bf1b0b06a3e4664e7.zip
thermald: 2.4.7 -> 2.4.8
* thermald: 2.4.7 -> 2.4.8 (#155631)

* thermald: update homepage

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/thermald/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/thermald/default.nix b/pkgs/tools/system/thermald/default.nix
index 1acb06592e7..eb1e8ab5a34 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.7";
+  version = "2.4.8";
 
   outputs = [ "out" "devdoc" ];
 
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     owner = "intel";
     repo = "thermal_daemon";
     rev = "v${version}";
-    sha256 = "sha256-1vRIpX4qH9QbinzZr//u7D9CZ6cUHirhXwnUuQyCEdg=";
+    sha256 = "sha256-Mup88vNS0iApwsZTdPnpXmkA0LNpSOzxBmbejcWIC+0=";
   };
 
   nativeBuildInputs = [
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Thermal Daemon";
-    homepage = "https://01.org/linux-thermal-daemon";
+    homepage = "https://github.com/intel/thermal_daemon";
     changelog = "https://github.com/intel/thermal_daemon/blob/master/README.txt";
     license = licenses.gpl2Plus;
     platforms = [ "x86_64-linux" "i686-linux" ];