bump version 3.0.1

This commit is contained in:
Jörg Thalheim 2023-12-18 13:58:44 +01:00
parent 7b5c50c38b
commit dad4923849
3 changed files with 5 additions and 5 deletions

View File

@ -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 3.0.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0/direnvrc" "sha256-21TMnI2xWX7HkSTjFFri2UaohXVj854mgvWapWrxRXg="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.1/direnvrc" "sha256-21TMnI2xWX7HkSTjFFri2UaohXVj854mgvWapWrxRXg="
fi
```

View File

@ -1,6 +1,6 @@
# shellcheck shell=bash
NIX_DIRENV_VERSION=3.0.0
NIX_DIRENV_VERSION=3.0.1
# min required versions
BASH_MIN_VERSION=5.2

View File

@ -1,4 +1,4 @@
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-21TMnI2xWX7HkSTjFFri2UaohXVj854mgvWapWrxRXg="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.1/direnvrc" "sha256-21TMnI2xWX7HkSTjFFri2UaohXVj854mgvWapWrxRXg="
fi
use flake