diff --git a/nix/package.nix b/nix/package.nix index d66eab3..1075678 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -11,7 +11,7 @@ }: rustPlatform.buildRustPackage rec { pname = "rmenu"; - version = "1.2.0"; + version = "1.2.1"; src = lib.cleanSource ../.;