File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ keep-outputs = true
88
88
Put the following lines in your ` .envrc ` :
89
89
90
90
``` bash
91
- if ! has nix_direnv_version || ! nix_direnv_version 2.0.1 ; then
92
- source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/2.0.1 /direnvrc" " sha256-5tSiHl8q9TnqoJ7Wizgal7sOUcKxiBR+7YSSqOmt7hg="
91
+ if ! has nix_direnv_version || ! nix_direnv_version 2.1.0 ; then
92
+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/2.1.0 /direnvrc" " sha256-5tSiHl8q9TnqoJ7Wizgal7sOUcKxiBR+7YSSqOmt7hg="
93
93
fi
94
94
```
95
95
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ _nix_direnv_preflight () {
39
39
#
40
40
# Checks that the nix-direnv version is at least as old as <version_at_least>.
41
41
nix_direnv_version() {
42
- declare major='2' minor='0 ' patch='1 ' # UPDATE(nix-direnv version)
42
+ declare major='2' minor='1 ' patch='0 ' # UPDATE(nix-direnv version)
43
43
44
44
[[ $1 =~ ^([^+-.]*)(\.?)([^+-.]*)(\.?)([^+-]*)(-?)([^+]*)(\+?)(.*)$ ]]
45
45
declare -a ver; ver=("${BASH_REMATCH[@]:1}")
You can’t perform that action at this time.
0 commit comments