From 8ac7ef346bcc2a0b748709f97a2b445fcd443fd5 Mon Sep 17 00:00:00 2001 From: m3tam3re
Date: Sun, 26 Jul 2026 10:13:50 +0200 Subject: [PATCH] zellij-ps: update helper-scripts to d30382d869 --- pkgs/zellij-ps/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/zellij-ps/default.nix b/pkgs/zellij-ps/default.nix index c979745..b186c68 100644 --- a/pkgs/zellij-ps/default.nix +++ b/pkgs/zellij-ps/default.nix @@ -12,12 +12,15 @@ with lib; pname = "zellij-ps"; version = "0.1.0"; + # Branch-tracking source: follows the tip of the master branch of + # code.m3ta.dev/m3tam3re/helper-scripts. The repo has no tags, so we + # track commits via the Gitea API (see ./update.sh). src = fetchFromGitea { domain = "code.m3ta.dev"; owner = "m3tam3re"; repo = "helper-scripts"; - rev = "08a3217b83391c1110545c1ee3161eecd5dbe5e9"; - sha256 = "1sc4i58mwcg3qsq0wwl5rvk08ykbxc497bq7mrxiirndsarskby7"; + rev = "d30382d8692399d952a1aacbdb77e6ab87ba046d"; + sha256 = "0zrl8089qj14gwn9k3b73vnw2zn48f9yh9w0qbh8g8mb171sxyaj"; }; propagatedBuildInputs = [fish fd fzf zellij]; @@ -33,6 +36,8 @@ with lib; chmod +x $out/bin/zellij-ps ''; + passthru.updateScript = ./update.sh; + meta = { description = "Zellij project switcher - quickly switch between project folders"; license = lib.licenses.mit;