Merge pull request #165795 from r-ryantm/auto-update/thermald

thermald: 2.4.8 -> 2.4.9
This commit is contained in:
Artturi 2022-03-26 05:38:07 +02:00 committed by GitHub
commit 25f54f0a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "thermald";
version = "2.4.8";
version = "2.4.9";
outputs = [ "out" "devdoc" ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "thermal_daemon";
rev = "v${version}";
sha256 = "sha256-Mup88vNS0iApwsZTdPnpXmkA0LNpSOzxBmbejcWIC+0=";
sha256 = "sha256-82O4vrUo3lMNzGOI5WyV1eponF0za0WM6mtd54xqUh8=";
};
nativeBuildInputs = [