about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/scripts/source/apps
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nixpkgs/pkgs/scripts/source/apps')
-rwxr-xr-xsys/nixpkgs/pkgs/scripts/source/apps/aumo.sh2
-rwxr-xr-xsys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh2
-rwxr-xr-xsys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh2
-rwxr-xr-xsys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh b/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh
index 7426115a..81777041 100755
--- a/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh
+++ b/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.0.13" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
 
 unmounting() {
     disk_name="$(find /dev/disk/by-label -type l -printf "%P|" | rofi -sep "|" -dmenu -p "Select disk to mount")"
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh b/sys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh
index 620a299a..34311082 100755
--- a/sys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh
+++ b/sys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.0.13" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
 
 # needed for help() and version
 # shellcheck disable=2034
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh b/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
index 572299ea..ea0a770c 100755
--- a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
+++ b/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.0.13" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
 
 UPDATE_SCRIPT_NAME="update.sh"
 CONFIG_DIRECTORY_PATH="$HOME/.local/share/flake-update"
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh b/sys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh
index 3a22b0fd..90a88683 100755
--- a/sys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh
+++ b/sys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.0.13" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.1" . %SHELL_LIBRARY_PATH
 
 # needed for help() and version
 # shellcheck disable=2034