3
0
Fork 0
forked from mirrors/nixpkgs

thermald: 1.5.3 -> 1.5.4

This commit is contained in:
Nikolay Amiantov 2016-11-23 18:08:37 +03:00
parent 5cda77808a
commit c240000451

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "thermald-${version}";
version = "1.5.3";
version = "1.5.4";
src = fetchFromGitHub {
owner = "01org";
repo = "thermal_daemon";
rev = "v${version}";
sha256 = "0k10sl262d9slrln1vkgsxlr1pnfxzd3ycs552bl7ynf0zxpl48h";
sha256 = "0yrlnm1blfxi97af4dbx6xm5w1p8r20raiim1ng08gbqbgnjg56g";
};
buildInputs = [ autoconf automake libtool pkgconfig dbus_libs dbus_glib libxml2 ];
@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
preInstall = "sysconfdir=$out/etc";
meta = with stdenv.lib; {
description = "Thermal Daemon";
homepage = "https://01.org/linux-thermal-daemon";