about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/scripts/source/apps
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-23 21:55:18 +0100
committerSoispha <soispha@vhack.eu>2024-03-24 16:37:04 +0100
commitb755ab39a32d654957a2417501e158331b57ea6f (patch)
tree8a2ade8f4402ff31f88bdc6134666bed8f5cecd1 /sys/nixpkgs/pkgs/scripts/source/apps
parentstyle(treewide): Format (diff)
downloadnixos-config-b755ab39a32d654957a2417501e158331b57ea6f.tar.gz
nixos-config-b755ab39a32d654957a2417501e158331b57ea6f.zip
fix(treewide): Update the shell library version
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 0a56eb82..84d39deb 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.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %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 34311082..08bf8998 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.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %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 ba2dc88b..2c1ca938 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.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %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 90a88683..e73dc53c 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.1.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # needed for help() and version
 # shellcheck disable=2034