From 17a335673b666331e42fd57c7b6669780b79455f Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 11 Nov 2024 14:19:21 -0600 Subject: [PATCH] freerdp: revert to stable version Signed-off-by: Myned --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 494dfb7..25dd267 100644 --- a/configuration.nix +++ b/configuration.nix @@ -65,6 +65,10 @@ # https://github.com/NixOS/nixpkgs/issues/333946 fprintd = stable.fprintd; + # BUG: Empty password regression, remove > v3.9.0 on unstable + # https://github.com/FreeRDP/FreeRDP/issues/10784 + freerdp3 = stable.freerdp3; + ### Hypr* hypridle = inputs.hypridle.packages.${prev.system}.default; hyprland = inputs.hyprland.packages.${prev.system}.default;