From c27ca7e237f647c70fdb3bbe2b7a51feaa1b8f8c Mon Sep 17 00:00:00 2001 From: arminius-smh Date: Sun, 1 Jun 2025 00:02:35 +0200 Subject: [PATCH] hyprswitch: rename to hyprshell --- pkgs/by-name/hy/{hyprswitch => hyprshell}/package.nix | 4 ++-- pkgs/top-level/aliases.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) rename pkgs/by-name/hy/{hyprswitch => hyprshell}/package.nix (93%) diff --git a/pkgs/by-name/hy/hyprswitch/package.nix b/pkgs/by-name/hy/hyprshell/package.nix similarity index 93% rename from pkgs/by-name/hy/hyprswitch/package.nix rename to pkgs/by-name/hy/hyprshell/package.nix index 0eb1b46fc724..aa5737abee5c 100644 --- a/pkgs/by-name/hy/hyprswitch/package.nix +++ b/pkgs/by-name/hy/hyprshell/package.nix @@ -8,7 +8,7 @@ }: rustPlatform.buildRustPackage (finalAttrs: { - pname = "hyprswitch"; + pname = "hyprshell"; version = "3.3.2"; src = fetchFromGitHub { @@ -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 761f9ec1c342..3b8f878aef6f 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -881,6 +881,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 ###