Skip to content

Commit fed21f2

Browse files
committed
bump version 3.0.6
1 parent e796476 commit fed21f2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.5; then
74-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
73+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
74+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
7575
fi
7676
```
7777

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# https://github.com/abathur/resholve/issues/107
1111
resholve.mkDerivation rec {
1212
pname = "nix-direnv";
13-
version = "3.0.5";
13+
version = "3.0.6";
1414

1515
src = builtins.path {
1616
path = ./.;

direnvrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: sh -*-
22
# shellcheck shell=bash
33

4-
NIX_DIRENV_VERSION=3.0.5
4+
NIX_DIRENV_VERSION=3.0.6
55

66
# min required versions
77
BASH_MIN_VERSION=4.4

templates/flake/.envrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# shellcheck shell=bash
2-
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
3-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
2+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
3+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
44
fi
55
use flake

0 commit comments

Comments
 (0)