Merge pull request #92595 from r-ryantm/auto-update/thermald

thermald: 2.1 -> 2.2
This commit is contained in:
Maximilian Bosch 2020-07-08 11:18:48 +02:00 committed by GitHub
commit e3d95b9ccf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "thermald";
version = "2.1";
version = "2.2";
src = fetchFromGitHub {
owner = "intel";
repo = "thermal_daemon";
rev = "v${version}";
sha256 = "1k8svy03k57ld6p5d29i0ccrd1gics6kbyx1bkfmw9fh1bbljyf7";
sha256 = "1nrhv3bypyc48h9smj5cpq63rawm6vqyg3cwkhpz69rgjnf1283m";
};
nativeBuildInputs = [ pkgconfig ];