thermald: 2.5.3 -> 2.5.4

This commit is contained in:
R. Ryantm 2023-08-27 02:52:46 +00:00
parent 38b9aaf668
commit 2e2efe8d0a

View file

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