zellij-ps: update helper-scripts to d30382d869
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user