From b755ab39a32d654957a2417501e158331b57ea6f Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 23 Mar 2024 21:55:18 +0100 Subject: fix(treewide): Update the shell library version --- sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh | 2 +- sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh | 2 +- sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh | 2 +- sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/nixpkgs/pkgs/scripts/source/specific') diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh b/sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh index aa79a2ac..865ecacf 100755 --- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh +++ b/sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH context="$(task _get rc.context)" if [ "$context" ]; then diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh b/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh index bf07bbd6..559351b9 100755 --- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh +++ b/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # load dependencies . ./functions/add.sh diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh b/sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh index a62c6e1d..475fd48a 100755 --- a/sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh +++ b/sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # these are used in version() # shellcheck disable=2034 diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh b/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh index 01116276..ae9107b9 100755 --- a/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh +++ b/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH jq --raw-output '.description' "$XDG_RUNTIME_DIR/ytcc/running" | fmt -u -s | less -- cgit 1.4.1