thermald: 2.5.1 -> 2.5.2

This commit is contained in:
R. Ryantm 2023-03-05 14:24:33 +00:00
parent a1240f6b4a
commit b2acf6bcd1

View File

@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "thermald";
version = "2.5.1";
version = "2.5.2";
outputs = [ "out" "devdoc" ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "thermal_daemon";
rev = "v${version}";
sha256 = "sha256-j3WurlNJ67iXBt+jn1iGGtGup8m6OYQtqJTYwUkJ4Ro=";
sha256 = "sha256-Ex3HSGJJDPPciX0Po9TpySVPUL257wz1ZjaLCa2igCM=";
};
nativeBuildInputs = [