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

authored by Donovan Glover and committed by GitHub d526249f 48ad995f

+6 -5
+5 -5
pkgs/by-name/hy/hyprswitch/package.nix pkgs/by-name/hy/hyprshell/package.nix
··· 8 8 }: 9 9 10 10 rustPlatform.buildRustPackage (finalAttrs: { 11 - pname = "hyprswitch"; 12 - version = "3.3.2"; 11 + pname = "hyprshell"; 12 + version = "4.1.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "H3rmt"; 16 16 repo = "hyprswitch"; 17 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-cmo544QvdacVTHPqmc6er4xnSSc63e6Z71BS0FxSklE="; 18 + hash = "sha256-eSTeNVHkfUS6qlN1pWWpMVeT+jjacithCHOpOhRKanA="; 19 19 }; 20 20 21 21 useFetchCargoVendor = true; 22 - cargoHash = "sha256-DEifup2oAcqZplx2JoN3hkP1VmxwYVFS8ZqfpR80baA="; 22 + cargoHash = "sha256-NzyK46zmHWxFaTS9mzFC7kBUMys1sjmcWaZUcwLusEk="; 23 23 24 24 nativeBuildInputs = [ 25 25 wrapGAppsHook4 ··· 32 32 33 33 meta = { 34 34 description = "CLI/GUI that allows switching between windows in Hyprland"; 35 - mainProgram = "hyprswitch"; 35 + mainProgram = "hyprshell"; 36 36 homepage = "https://github.com/H3rmt/hyprswitch"; 37 37 license = lib.licenses.mit; 38 38 platforms = lib.platforms.linux;
+1
pkgs/top-level/aliases.nix
··· 888 888 hyenae = throw "hyenae has been removed because it fails to build and was unmaintained for 15 years"; # Added 2025-04-04 889 889 hyprgui = throw "hyprgui has been removed as the repository is deleted"; # Added 2024-12-27 890 890 hyprlauncher = throw "hyprlauncher has been removed as the repository is deleted"; # Added 2024-12-27 891 + hyprswitch = throw "hyprswitch has been renamed to hyprshell"; # Added 2025-06-01 891 892 hyprwall = throw "hyprwall has been removed as the repository is deleted"; # Added 2024-12-27 892 893 893 894 ### I ###