about summary refs log tree commit diff
path: root/pkgs/tools/system/auto-cpufreq/default.nix
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2021-02-09 19:12:43 -0500
committerCole Helbling <cole.e.helbling@outlook.com>2021-02-16 15:04:09 -0800
commit3141185a3b6213e5635eaea26577731bcb7cdb77 (patch)
tree4f631f7440c930bc49ee5b7e0c2a88baaa8336d1 /pkgs/tools/system/auto-cpufreq/default.nix
parent01a7784022498844f054b8310f996f812fd7bce3 (diff)
downloadnixlib-3141185a3b6213e5635eaea26577731bcb7cdb77.tar
nixlib-3141185a3b6213e5635eaea26577731bcb7cdb77.tar.gz
nixlib-3141185a3b6213e5635eaea26577731bcb7cdb77.tar.bz2
nixlib-3141185a3b6213e5635eaea26577731bcb7cdb77.tar.lz
nixlib-3141185a3b6213e5635eaea26577731bcb7cdb77.tar.xz
nixlib-3141185a3b6213e5635eaea26577731bcb7cdb77.tar.zst
nixlib-3141185a3b6213e5635eaea26577731bcb7cdb77.zip
auto-cpufreq: 1.5.3 -> 1.6.1
Co-authored-by: Aamaruvi Yogamani <38222826+Technical27@users.noreply.github.com>
Diffstat (limited to 'pkgs/tools/system/auto-cpufreq/default.nix')
-rw-r--r--pkgs/tools/system/auto-cpufreq/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/auto-cpufreq/default.nix b/pkgs/tools/system/auto-cpufreq/default.nix
index b4bef5fc5e39..f86ac47fdde6 100644
--- a/pkgs/tools/system/auto-cpufreq/default.nix
+++ b/pkgs/tools/system/auto-cpufreq/default.nix
@@ -2,13 +2,13 @@
 
 python3Packages.buildPythonPackage rec {
   pname = "auto-cpufreq";
-  version = "1.5.3";
+  version = "1.6.1";
 
   src = fetchFromGitHub {
     owner = "AdnanHodzic";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-NDIdQ4gUN2jG+VWXsv3fdUogZxOOiNtnbekD30+jx6M=";
+    sha256 = "sha256-oz3C1150CPfT0kkx1x7VIX/Rm06dkjyxeDPFCRJaWNc=";
   };
 
   propagatedBuildInputs = with python3Packages; [ click distro psutil ];