about summary refs log tree commit diff stats
path: root/hm/soispha/conf/yambar/scripts/grades-average
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-25 15:22:35 +0200
committerSoispha <soispha@vhack.eu>2023-10-25 15:22:35 +0200
commit2cb6a1497ae827e6b2e47ecd69e7334f9fa32dc9 (patch)
treedbb4ff02f7e905f82f06e4f9ad7bb7f630330a06 /hm/soispha/conf/yambar/scripts/grades-average
parentfeat(hm/pkgs/src/neorg): Active completion generation (diff)
downloadnixos-config-2cb6a1497ae827e6b2e47ecd69e7334f9fa32dc9.zip
build(treewide): Update (+ shell_library)
Diffstat (limited to 'hm/soispha/conf/yambar/scripts/grades-average')
-rwxr-xr-xhm/soispha/conf/yambar/scripts/grades-average2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/yambar/scripts/grades-average b/hm/soispha/conf/yambar/scripts/grades-average
index d307eb85..7118712f 100755
--- a/hm/soispha/conf/yambar/scripts/grades-average
+++ b/hm/soispha/conf/yambar/scripts/grades-average
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.6.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.6.2" . %SHELL_LIBRARY_PATH
 
 while true; do
     grade="$(grades list average | awk '{print $2}')";