Skip to content

Commit 8a731ae

Browse files
committed
bump version 2.1.0
1 parent 2b9b1de commit 8a731ae

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
@@ -88,8 +88,8 @@ keep-outputs = true
8888
Put the following lines in your `.envrc`:
8989

9090
```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="
9393
fi
9494
```
9595

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='2' minor='0' patch='1' # UPDATE(nix-direnv version)
42+
declare major='2' minor='1' patch='0' # UPDATE(nix-direnv version)
4343

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

0 commit comments

Comments
 (0)