thermald: 1.4.3 -> 1.5.3
This commit is contained in:
parent
a77cb861fd
commit
bf0a3b4ba8
|
@ -1,13 +1,14 @@
|
||||||
{ stdenv, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, dbus_libs, dbus_glib, libxml2 }:
|
{ stdenv, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, dbus_libs, dbus_glib, libxml2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.4.3";
|
|
||||||
name = "thermald-${version}";
|
name = "thermald-${version}";
|
||||||
|
version = "1.5.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "01org";
|
owner = "01org";
|
||||||
repo = "thermal_daemon";
|
repo = "thermal_daemon";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1wrbydmw1jc5dcjawhhsa52hilzajl9n849i09d2nfilv3qcqqi9";
|
sha256 = "0k10sl262d9slrln1vkgsxlr1pnfxzd3ycs552bl7ynf0zxpl48h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf automake libtool pkgconfig dbus_libs dbus_glib libxml2 ];
|
buildInputs = [ autoconf automake libtool pkgconfig dbus_libs dbus_glib libxml2 ];
|
||||||
|
|
Loading…
Reference in New Issue