auto-cpufreq: 2.6.0 -> 3.0.0 (#480916)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-03 00:40:55 +00:00
committed by GitHub
+2 -2
View File
@@ -12,14 +12,14 @@
python3Packages.buildPythonPackage rec {
pname = "auto-cpufreq";
version = "2.6.0";
version = "3.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "AdnanHodzic";
repo = "auto-cpufreq";
tag = "v${version}";
hash = "sha256-DEs6jbWYJFJgpaPtF5NT3DQs3erjzdm2brLNHpjrEPA=";
hash = "sha256-X+2RxD4+F8LBqvJNRh6FduRLU4a2SnZQ8a9BCN6Ty1E=";
};
patches = [