3
0
Fork 0
forked from mirrors/nixpkgs

thermald: 1.9 -> 1.9.1

This commit is contained in:
R. RyanTM 2019-12-09 14:33:23 -08:00
parent 51ef7c3e49
commit 14bcd8d229

View file

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