Skip to content

Commit 48ddf8e

Browse files
committed
bump version 3.0.7
1 parent c43538a commit 48ddf8e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

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

7777
```bash
78-
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
79-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
78+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.7; then
79+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.7/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
8080
fi
8181
```
8282

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.6";
13+
version = "3.0.7";
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.6
4+
NIX_DIRENV_VERSION=3.0.7
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.6; then
3-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
2+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.7; then
3+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.7/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
44
fi
55
use flake

0 commit comments

Comments
 (0)