mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
hyprshell: 3.3.2 -> 4.1.1 from hyprswitch (#412775)
This commit is contained in:
commit
d526249f76
2 changed files with 6 additions and 5 deletions
|
@ -8,18 +8,18 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "hyprswitch";
|
pname = "hyprshell";
|
||||||
version = "3.3.2";
|
version = "4.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "H3rmt";
|
owner = "H3rmt";
|
||||||
repo = "hyprswitch";
|
repo = "hyprswitch";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-cmo544QvdacVTHPqmc6er4xnSSc63e6Z71BS0FxSklE=";
|
hash = "sha256-eSTeNVHkfUS6qlN1pWWpMVeT+jjacithCHOpOhRKanA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-DEifup2oAcqZplx2JoN3hkP1VmxwYVFS8ZqfpR80baA=";
|
cargoHash = "sha256-NzyK46zmHWxFaTS9mzFC7kBUMys1sjmcWaZUcwLusEk=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
wrapGAppsHook4
|
wrapGAppsHook4
|
||||||
|
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "CLI/GUI that allows switching between windows in Hyprland";
|
description = "CLI/GUI that allows switching between windows in Hyprland";
|
||||||
mainProgram = "hyprswitch";
|
mainProgram = "hyprshell";
|
||||||
homepage = "https://github.com/H3rmt/hyprswitch";
|
homepage = "https://github.com/H3rmt/hyprswitch";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
|
@ -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
|
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
|
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
|
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
|
hyprwall = throw "hyprwall has been removed as the repository is deleted"; # Added 2024-12-27
|
||||||
|
|
||||||
### I ###
|
### I ###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue