Skip to content

Commit 4e0d1e6

Browse files
committed
bump version 3.0.0
1 parent 010f574 commit 4e0d1e6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ for integration with shells other than Bash. Be sure to also allow
7070
Put the following lines in your `.envrc`:
7171

7272
```bash
73-
if ! has nix_direnv_version || ! nix_direnv_version 2.5.1; then
74-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.1/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
73+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.0; then
74+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
7575
fi
7676
```
7777

direnvrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# shellcheck shell=bash
22

3-
NIX_DIRENV_VERSION=2.5.1
3+
NIX_DIRENV_VERSION=3.0.0
44

55
# min required versions
66
BASH_MIN_VERSION=5.2

templates/flake/.envrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if ! has nix_direnv_version || ! nix_direnv_version 2.5.1; then
2-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.1/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
1+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.0; then
2+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
33
fi
44
use flake

0 commit comments

Comments
 (0)