bump version 3.0.0

This commit is contained in:
Jörg Thalheim 2023-12-10 22:00:37 +01:00
parent 010f57476c
commit 4e0d1e6cf9
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`: Put the following lines in your `.envrc`:
```bash ```bash
if ! has nix_direnv_version || ! nix_direnv_version 2.5.1; then if ! has nix_direnv_version || ! nix_direnv_version 3.0.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.1/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM=" source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
fi fi
``` ```

View file

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

View file

@ -1,4 +1,4 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.5.1; then if ! has nix_direnv_version || ! nix_direnv_version 3.0.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.1/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM=" source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
fi fi
use flake use flake