diff --git a/config/workarounds/default.nix b/config/workarounds/default.nix index eae02481..eb75baa7 100644 --- a/config/workarounds/default.nix +++ b/config/workarounds/default.nix @@ -19,7 +19,7 @@ let }; plover = with python3Packages; libsForQt5.mkDerivationWith buildPythonPackage rec { pname = "plover-wayland"; - version = " 2022-01-14"; + version = "2022-01-14"; src = fetchFromGitHub { owner = "matteodelabre"; repo = "plover";