bump version 3.0.7

This commit is contained in:
Jörg Thalheim 2025-05-09 16:20:44 +02:00
parent c43538a2a8
commit 48ddf8e45e
4 changed files with 6 additions and 6 deletions

View file

@ -75,8 +75,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.6; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.7; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.7/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
fi
```

View file

@ -10,7 +10,7 @@
# https://github.com/abathur/resholve/issues/107
resholve.mkDerivation rec {
pname = "nix-direnv";
version = "3.0.6";
version = "3.0.7";
src = builtins.path {
path = ./.;

View file

@ -1,7 +1,7 @@
# -*- mode: sh -*-
# shellcheck shell=bash
NIX_DIRENV_VERSION=3.0.6
NIX_DIRENV_VERSION=3.0.7
# min required versions
BASH_MIN_VERSION=4.4

View file

@ -1,5 +1,5 @@
# shellcheck shell=bash
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.7; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.7/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
fi
use flake