thermald: 2.4.6 -> 2.4.7

This commit is contained in:
R. Ryantm 2022-01-11 10:15:29 +00:00 committed by Nikolay Amiantov
parent bf5ccaa482
commit 9dc2e56e7d

View file

@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "thermald";
version = "2.4.6";
version = "2.4.7";
outputs = [ "out" "devdoc" ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "thermal_daemon";
rev = "v${version}";
sha256 = "sha256-ZknZznoYVX3dNBIUvER6odv5eNrCV3//CXH1ypCf6tE=";
sha256 = "sha256-1vRIpX4qH9QbinzZr//u7D9CZ6cUHirhXwnUuQyCEdg=";
};
nativeBuildInputs = [