From d5cb2b49e7889a54744990530382ef7f374ae97d Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 9 Jun 2018 14:30:16 -0700 Subject: [PATCH] thermald: 1.7.1 -> 1.7.2 (#41512) 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. These checks were done: - built on NixOS - /nix/store/nbpmvairfm9zrzjijmwhr30bzmp2653h-thermald-1.7.2/bin/thermald passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 1 of 1 passed binary check by having the new version present in output. - found 1.7.2 with grep in /nix/store/nbpmvairfm9zrzjijmwhr30bzmp2653h-thermald-1.7.2 - directory tree listing: https://gist.github.com/ad1f865238e5c5f860f3887649db1e4e - du listing: https://gist.github.com/7d5e5cedb23a1867821a4444b72d29ab --- pkgs/tools/system/thermald/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/system/thermald/default.nix b/pkgs/tools/system/thermald/default.nix index 1300a6a87655..27458174dc2a 100644 --- a/pkgs/tools/system/thermald/default.nix +++ b/pkgs/tools/system/thermald/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { name = "thermald-${version}"; - version = "1.7.1"; + version = "1.7.2"; src = fetchFromGitHub { owner = "01org"; repo = "thermal_daemon"; rev = "v${version}"; - sha256 = "0y0r8zcaxcnim3axc7kh5pm4py33pgv5mwh002cbrw6h90l2qzq1"; + sha256 = "1cs2pq8xvfnsvrhg2bxawk4kn3z1qmfrnpnhs178pvfbglzh15hc"; }; nativeBuildInputs = [ pkgconfig ];