Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

thermald: 1.7.2 -> 1.8

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

+2 -2
+2 -2
pkgs/tools/system/thermald/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 name = "thermald-${version}"; 6 - version = "1.7.2"; 7 8 src = fetchFromGitHub { 9 owner = "01org"; 10 repo = "thermal_daemon"; 11 rev = "v${version}"; 12 - sha256 = "1cs2pq8xvfnsvrhg2bxawk4kn3z1qmfrnpnhs178pvfbglzh15hc"; 13 }; 14 15 nativeBuildInputs = [ pkgconfig ];
··· 3 4 stdenv.mkDerivation rec { 5 name = "thermald-${version}"; 6 + version = "1.8"; 7 8 src = fetchFromGitHub { 9 owner = "01org"; 10 repo = "thermal_daemon"; 11 rev = "v${version}"; 12 + sha256 = "1g1l7k8yxj8bl1ysdx8v6anv1s7xk9j072y44gwki70dy48n7j92"; 13 }; 14 15 nativeBuildInputs = [ pkgconfig ];