diff options
author | Soispha <soispha@vhack.eu> | 2023-11-25 15:39:32 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-11-25 15:39:32 +0100 |
commit | 437bf84f40850e6c8af9f9a3cefbfb5b0a8801a6 (patch) | |
tree | 84d4d32353fb5506361a3769946c6f48a7e2de38 /hm/soispha/conf/taskwarrior/hooks | |
parent | build(flake): Update (diff) | |
download | nixos-config-437bf84f40850e6c8af9f9a3cefbfb5b0a8801a6.zip |
build(treewide): Update shell library
Diffstat (limited to 'hm/soispha/conf/taskwarrior/hooks')
3 files changed, 3 insertions, 3 deletions
diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh index b06caaec..fb88da10 100755 --- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh +++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.7.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.7.1" . %SHELL_LIBRARY_PATH # override shell lib output to stdout eprint() { diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh index d4a32475..3d0d4520 100755 --- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh +++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.7.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.7.1" . %SHELL_LIBRARY_PATH # override shell lib output to stdout eprint() { diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh index 4300b014..096af122 100755 --- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh +++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.7.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.7.1" . %SHELL_LIBRARY_PATH # override shell lib output to stdout eprint() { |