thermald: 1.8 -> 1.9

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/thermald/versions
This commit is contained in:
R. RyanTM 2019-08-20 18:57:58 -07:00 committed by Nikolay Amiantov
parent d736138b00
commit 1b1e3d140e

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "thermald-${version}";
version = "1.8";
version = "1.9";
src = fetchFromGitHub {
owner = "01org";
repo = "thermal_daemon";
rev = "v${version}";
sha256 = "1g1l7k8yxj8bl1ysdx8v6anv1s7xk9j072y44gwki70dy48n7j92";
sha256 = "1ajhivl9jifcf12nbk281yayk7666v65m249aclyli0bz1kh8cfs";
};
nativeBuildInputs = [ pkgconfig ];