thermald: 2.5.4 -> 2.5.6

This commit is contained in:
R. Ryantm 2024-01-28 16:34:39 +00:00
parent 5ee6b5165a
commit 39c00e2428

View file

@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "thermald";
version = "2.5.4";
version = "2.5.6";
outputs = [ "out" "devdoc" ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "thermal_daemon";
rev = "v${version}";
sha256 = "sha256-5UILKdv+HhilY+NsbMwqqvYjbM3mAeec/lX+CGY0CPE=";
sha256 = "sha256-7QoHq3NtBtGJ/ihiAkGWBng9mP+NAUiNX03Fb4T11cg=";
};
nativeBuildInputs = [