From 78ae46a39de9db847d91b1f712ed37b2b7ba70a8 Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Thu, 16 Jul 2026 00:40:08 +0300 Subject: [PATCH 1/4] hyprlandPlugins.hypr-darkwindow: fix build Assisted-by: codex with gpt-5.6-sol-high --- .../window-managers/hyprwm/hyprland-plugins/hypr-darkwindow.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hypr-darkwindow.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hypr-darkwindow.nix index 4097b4b0d045..9a1f00e07b0d 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hypr-darkwindow.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hypr-darkwindow.nix @@ -13,7 +13,7 @@ mkHyprlandPlugin (finalAttrs: { owner = "micha4w"; repo = "Hypr-DarkWindow"; tag = "v${finalAttrs.version}"; - hash = "sha256-By/4CmpJvVvcBoyTtelH7MSLCKRaoXLCpiSfrbZIePc="; + hash = "sha256-91l5TD46OMfvmhd1WqWxm42cEnjR1yAj2Qk/73mr3ks="; }; installPhase = '' From 13fce961007acb49aaadc70fb8255b6dcc3532ac Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Thu, 16 Jul 2026 00:41:43 +0300 Subject: [PATCH 2/4] hyprlandPlugins.hyprgrass: fix build Assisted-by: codex with gpt-5.6-sol-high --- .../window-managers/hyprwm/hyprland-plugins/hyprgrass.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprgrass.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprgrass.nix index 7d0fbc2f1e16..640e16bfd659 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprgrass.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprgrass.nix @@ -12,13 +12,13 @@ mkHyprlandPlugin { pluginName = "hyprgrass"; - version = "0.8.2-unstable-2025-10-08"; + version = "0.8.2-unstable-2026-06-10"; src = fetchFromGitHub { owner = "horriblename"; repo = "hyprgrass"; - rev = "fdfa60d464a18ae20b7a7bc63c0d2336f37c164b"; - hash = "sha256-2Y2D2wuNqSldprawq8BSca90gSYSR5ZKL5ZW2YAV2F8="; + rev = "d094a3e62f6ecaeb41515982d3e13edefaf8a4e7"; + hash = "sha256-tCt7FNc1RBHou/ym7B0XzoOqqNq8Df+dizEDkAgJ4U0="; }; nativeBuildInputs = [ @@ -34,7 +34,7 @@ mkHyprlandPlugin { doCheck = true; - passthru.updateScript = nix-update-script { }; + passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = { description = "Hyprland plugin for touch gestures"; From b8d7e28d7aab2d5a71a9879c556f9fdf52d21abf Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Thu, 16 Jul 2026 00:42:39 +0300 Subject: [PATCH 3/4] hyprlandPlugins.hyprsplit: fix build Assisted-by: codex with gpt-5.6-sol-high --- .../window-managers/hyprwm/hyprland-plugins/hyprsplit.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix index 4f8d170a5d7a..c8e6d07f48a5 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix @@ -8,13 +8,13 @@ }: mkHyprlandPlugin (finalAttrs: { pluginName = "hyprsplit"; - version = "0.54.2"; + version = "0.54.3-unstable-2026-06-11"; src = fetchFromGitHub { owner = "shezdy"; repo = "hyprsplit"; - tag = "v${finalAttrs.version}"; - hash = "sha256-NFMLZmM6lM7v6WFcewOp7pKPlr6ampX/MB/kGxt/gPE="; + rev = "6b00b677d8905fb38779c91e12d6294e0e586a44"; + hash = "sha256-PaoUtmk+qIP/ESdxkxnY7mUMpMHjix88qu22R5GLQqE="; }; nativeBuildInputs = [ @@ -22,7 +22,7 @@ mkHyprlandPlugin (finalAttrs: { ninja ]; - passthru.updateScript = nix-update-script { }; + passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = { homepage = "https://github.com/shezdy/hyprsplit"; From 7a9c1e3ccc135a3a8570a65dc6f1fcff2ed5becb Mon Sep 17 00:00:00 2001 From: Aliaksandr Date: Thu, 16 Jul 2026 00:47:02 +0300 Subject: [PATCH 4/4] hyprlandPlugins.imgborders: fix build Assisted-by: codex with gpt-5.6-sol-high --- .../hyprwm/hyprland-plugins/imgborders.nix | 21 ++++++------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/imgborders.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/imgborders.nix index f7e387354ced..ff1811eb2b09 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/imgborders.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/imgborders.nix @@ -5,31 +5,22 @@ cmake, nix-update-script, }: -mkHyprlandPlugin (finalAttrs: { +mkHyprlandPlugin { pluginName = "imgborders"; - version = "1.0.1"; + version = "1.0.2-unstable-2026-05-17"; src = fetchFromCodeberg { owner = "zacoons"; repo = "imgborders"; - tag = finalAttrs.version; - hash = "sha256-fCzz4gh8pd7J6KQJB/avYcS0Z7NYpxjznPMtOwypPSQ="; + rev = "a20b4d36d01f82823ba3749db95c91743d26f656"; + hash = "sha256-e3PiaR7G6l/lMJ41xtSPcfMKhZcx8UHj13lr0u+8JAk="; }; nativeBuildInputs = [ cmake ]; - installPhase = '' - runHook preInstall - - mkdir -p $out/lib - mv imgborders.so $out/lib/libimgborders.so - - runHook postInstall - ''; - - passthru.updateScript = nix-update-script { }; + passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = { homepage = "https://codeberg.org/zacoons/imgborders"; @@ -39,4 +30,4 @@ mkHyprlandPlugin (finalAttrs: { mrdev023 ]; }; -}) +}