thermald: 2.4.8 -> 2.4.9

This commit is contained in:
R. Ryantm 2022-03-25 22:51:34 +00:00
parent f33719eda1
commit 38d6c62a98

View file

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