Skip to content

Commit

Permalink
bump version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 10, 2023
1 parent 010f574 commit 4e0d1e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ for integration with shells other than Bash. Be sure to also allow
Put the following lines in your `.envrc`:

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

Expand Down
2 changes: 1 addition & 1 deletion direnvrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# shellcheck shell=bash

NIX_DIRENV_VERSION=2.5.1
NIX_DIRENV_VERSION=3.0.0

# min required versions
BASH_MIN_VERSION=5.2
Expand Down
4 changes: 2 additions & 2 deletions templates/flake/.envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.5.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.1/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
fi
use flake

0 comments on commit 4e0d1e6

Please sign in to comment.