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

This commit is contained in:
Donovan Glover 2025-06-07 22:11:58 +00:00 committed by GitHub
commit d526249f76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -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;

View file

@ -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 ###