diff options
Diffstat (limited to 'sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh')
-rwxr-xr-x | sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh index f3e74732..f6f4ee41 100755 --- a/sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh +++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.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 context="$(task _get rc.context)" [ "$context" ] && task context none |