Merge pull request #134171 from Kranzes/auto-update/thermald

thermald: 2.4.3 -> 2.4.6
This commit is contained in:
Maximilian Bosch 2021-08-19 09:45:47 +02:00 committed by GitHub
commit 6c64610487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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