Nix: Bump version to 2.5.0

Fixes popup in GUI
This commit is contained in:
shadeyg56 2025-01-21 16:07:33 -06:00
parent cef9bfec79
commit 4cee388c1b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ python3Packages.buildPythonPackage {
format = "pyproject";
pname = "auto-cpufreq";
version = "2.4.0";
version = "2.5.0";
src = ../.;
nativeBuildInputs = with pkgs; [wrapGAppsHook gobject-introspection];