about summary refs log tree commit diff stats
path: root/hm/soispha/conf/taskwarrior/hooks
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-11-25 15:39:32 +0100
committerSoispha <soispha@vhack.eu>2023-11-25 15:39:32 +0100
commit437bf84f40850e6c8af9f9a3cefbfb5b0a8801a6 (patch)
tree84d4d32353fb5506361a3769946c6f48a7e2de38 /hm/soispha/conf/taskwarrior/hooks
parentbuild(flake): Update (diff)
downloadnixos-config-437bf84f40850e6c8af9f9a3cefbfb5b0a8801a6.zip
build(treewide): Update shell library
Diffstat (limited to 'hm/soispha/conf/taskwarrior/hooks')
-rwxr-xr-xhm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh2
-rwxr-xr-xhm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh2
-rwxr-xr-xhm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh2
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() {