From 4cee388c1bbea3adc333b597717d5d8d12375705 Mon Sep 17 00:00:00 2001 From: shadeyg56 Date: Tue, 21 Jan 2025 16:07:33 -0600 Subject: [PATCH] Nix: Bump version to 2.5.0 Fixes popup in GUI --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 80634fe5..80c12cf3 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -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];