hyprshell: 3.3.2 -> 4.1.1 from hyprswitch (#412775)

Changed files
+6 -5
pkgs
by-name
hy
hyprshell
top-level
+5 -5
pkgs/by-name/hy/hyprswitch/package.nix pkgs/by-name/hy/hyprshell/package.nix
···
}:
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
···
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;
+1
pkgs/top-level/aliases.nix
···
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 ###