summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-09 14:30:16 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-09 23:30:16 +0200
commitd5cb2b49e7889a54744990530382ef7f374ae97d (patch)
treeb642f7be9f3209b28239c3c06c34b085eec50bcb
parent488ee63a13cb6ac9180f92da19d8be9d1da86fcf (diff)
downloadnixlib-d5cb2b49e7889a54744990530382ef7f374ae97d.tar
nixlib-d5cb2b49e7889a54744990530382ef7f374ae97d.tar.gz
nixlib-d5cb2b49e7889a54744990530382ef7f374ae97d.tar.bz2
nixlib-d5cb2b49e7889a54744990530382ef7f374ae97d.tar.lz
nixlib-d5cb2b49e7889a54744990530382ef7f374ae97d.tar.xz
nixlib-d5cb2b49e7889a54744990530382ef7f374ae97d.tar.zst
nixlib-d5cb2b49e7889a54744990530382ef7f374ae97d.zip
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
-rw-r--r--pkgs/tools/system/thermald/default.nix4
1 files 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 ];