From 755bb317757f1b98e426566becf969d29013a7ca Mon Sep 17 00:00:00 2001 From: arminius-smh Date: Mon, 16 Jun 2025 17:52:31 +0200 Subject: [PATCH 1/2] hyprshell: update repo url to hyprshell --- pkgs/by-name/hy/hyprshell/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/hy/hyprshell/package.nix b/pkgs/by-name/hy/hyprshell/package.nix index b5491abd696c..b479a6b06e0b 100644 --- a/pkgs/by-name/hy/hyprshell/package.nix +++ b/pkgs/by-name/hy/hyprshell/package.nix @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage (finalAttrs: { src = fetchFromGitHub { owner = "H3rmt"; - repo = "hyprswitch"; + repo = "hyprshell"; tag = "v${finalAttrs.version}"; hash = "sha256-SLLc1NCH8fvql1aSI9Uddt+oZoJVjv19UoLPPLoW/Vs="; }; @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "CLI/GUI that allows switching between windows in Hyprland"; mainProgram = "hyprshell"; - homepage = "https://github.com/H3rmt/hyprswitch"; + homepage = "https://github.com/H3rmt/hyprshell"; license = lib.licenses.mit; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ arminius-smh ]; From 9792047fecbef316471359a15ff6369329b72e16 Mon Sep 17 00:00:00 2001 From: arminius-smh Date: Mon, 16 Jun 2025 17:55:19 +0200 Subject: [PATCH 2/2] hyprshell: 4.2.1 -> 4.2.5 --- 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 b479a6b06e0b..996479f9c3db 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 = "4.2.1"; + version = "4.2.5"; src = fetchFromGitHub { owner = "H3rmt"; repo = "hyprshell"; tag = "v${finalAttrs.version}"; - hash = "sha256-SLLc1NCH8fvql1aSI9Uddt+oZoJVjv19UoLPPLoW/Vs="; + hash = "sha256-J6e2VyakM+8V/s5tSK9bEUfFHSGkyVaCCBZ/zQuMEOE="; }; useFetchCargoVendor = true; - cargoHash = "sha256-GCMsTCIQO3YSRu5kVyQwoH0tCHx2F+7PBZdhu35FhhQ="; + cargoHash = "sha256-ywTS6c+oxkaTmbVal08T0lrNIkqKJNE0Ovs98Yo6pOM="; nativeBuildInputs = [ wrapGAppsHook4