Skip to content

Commit d677f78

Browse files
committed
bump version 2.0.0
1 parent 3f8ca46 commit d677f78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ via home-manager section.
133133
Put the following lines in your `.envrc`:
134134

135135
```bash
136-
if ! has nix_direnv_version || ! nix_direnv_version 1.6.1; then
137-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.6.1/direnvrc" "sha256-aFwy76WtzXD7SVXWetpg+welXMZI/VcEUPQ2WUMXYSY="
136+
if ! has nix_direnv_version || ! nix_direnv_version 2.0.0; then
137+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.0.0/direnvrc" "sha256-aFwy76WtzXD7SVXWetpg+welXMZI/VcEUPQ2WUMXYSY="
138138
fi
139139
```
140140

direnvrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _nix_direnv_preflight () {
3939
#
4040
# Checks that the nix-direnv version is at least as old as <version_at_least>.
4141
nix_direnv_version() {
42-
declare major='1' minor='6' patch='1' # UPDATE(nix-direnv version)
42+
declare major='2' minor='0' patch='0' # UPDATE(nix-direnv version)
4343

4444
[[ $1 =~ ^([^+-.]*)(\.?)([^+-.]*)(\.?)([^+-]*)(-?)([^+]*)(\+?)(.*)$ ]]
4545
declare -a ver; ver=("${BASH_REMATCH[@]:1}")

0 commit comments

Comments
 (0)