From c27ca7e237f647c70fdb3bbe2b7a51feaa1b8f8c Mon Sep 17 00:00:00 2001 From: arminius-smh Date: Sun, 1 Jun 2025 00:02:35 +0200 Subject: [PATCH 1/2] 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 ### From 922eaa48b16109788a4f6360baee79d5dfdd9173 Mon Sep 17 00:00:00 2001 From: arminius-smh Date: Sun, 1 Jun 2025 00:07:52 +0200 Subject: [PATCH 2/2] hyprshell: 3.3.2 -> 4.1.1 --- pkgs/by-name/hy/hyprshell/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/hy/hyprshell/package.nix b/pkgs/by-name/hy/hyprshell/package.nix index aa5737abee5c..b68be2b18faa 100644 --- a/pkgs/by-name/hy/hyprshell/package.nix +++ b/pkgs/by-name/hy/hyprshell/package.nix @@ -9,17 +9,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "hyprshell"; - version = "3.3.2"; + 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