diff --git a/pkgs/by-name/hy/hyprswitch/package.nix b/pkgs/by-name/hy/hyprshell/package.nix similarity index 76% rename from pkgs/by-name/hy/hyprswitch/package.nix rename to pkgs/by-name/hy/hyprshell/package.nix index 0eb1b46fc724..b68be2b18faa 100644 --- a/pkgs/by-name/hy/hyprswitch/package.nix +++ b/pkgs/by-name/hy/hyprshell/package.nix @@ -8,18 +8,18 @@ }: rustPlatform.buildRustPackage (finalAttrs: { - pname = "hyprswitch"; - version = "3.3.2"; + pname = "hyprshell"; + version = "4.1.1"; src = fetchFromGitHub { owner = "H3rmt"; repo = "hyprswitch"; tag = "v${finalAttrs.version}"; - hash = "sha256-cmo544QvdacVTHPqmc6er4xnSSc63e6Z71BS0FxSklE="; + hash = "sha256-eSTeNVHkfUS6qlN1pWWpMVeT+jjacithCHOpOhRKanA="; }; useFetchCargoVendor = true; - cargoHash = "sha256-DEifup2oAcqZplx2JoN3hkP1VmxwYVFS8ZqfpR80baA="; + cargoHash = "sha256-NzyK46zmHWxFaTS9mzFC7kBUMys1sjmcWaZUcwLusEk="; nativeBuildInputs = [ wrapGAppsHook4 @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "CLI/GUI that allows switching between windows in Hyprland"; - mainProgram = "hyprswitch"; + mainProgram = "hyprshell"; homepage = "https://github.com/H3rmt/hyprswitch"; license = lib.licenses.mit; platforms = lib.platforms.linux; diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 5b792147b534..854b88879f8c 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -888,6 +888,7 @@ mapAliases { hyenae = throw "hyenae has been removed because it fails to build and was unmaintained for 15 years"; # Added 2025-04-04 hyprgui = throw "hyprgui has been removed as the repository is deleted"; # Added 2024-12-27 hyprlauncher = throw "hyprlauncher has been removed as the repository is deleted"; # Added 2024-12-27 + hyprswitch = throw "hyprswitch has been renamed to hyprshell"; # Added 2025-06-01 hyprwall = throw "hyprwall has been removed as the repository is deleted"; # Added 2024-12-27 ### I ###