Skip to content

Commit 324ab0e

Browse files
committed
bump version 3.0.2
1 parent 943716a commit 324ab0e

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 3.0.1; then
74-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.1/direnvrc" "sha256-17G+Mvt/JsyJrwsf7bqMr7ho7liHP+0Lo4RMIHgp0F8="
73+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.2; then
74+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.2/direnvrc" "sha256-17G+Mvt/JsyJrwsf7bqMr7ho7liHP+0Lo4RMIHgp0F8="
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=3.0.1
3+
NIX_DIRENV_VERSION=3.0.2
44

55
# min required versions
66
BASH_MIN_VERSION=4.4

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 3.0.1; then
2-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.1/direnvrc" "sha256-17G+Mvt/JsyJrwsf7bqMr7ho7liHP+0Lo4RMIHgp0F8="
1+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.2; then
2+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.2/direnvrc" "sha256-17G+Mvt/JsyJrwsf7bqMr7ho7liHP+0Lo4RMIHgp0F8="
33
fi
44
use flake

0 commit comments

Comments
 (0)