From 48ddf8e45e0bbe321e0d732837b827731028ef11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 9 May 2025 16:20:44 +0200 Subject: [PATCH] bump version 3.0.7 --- README.md | 4 ++-- default.nix | 2 +- direnvrc | 2 +- templates/flake/.envrc | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b987909..e8888c6 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/default.nix b/default.nix index 50ec0bc..fc80fef 100644 --- a/default.nix +++ b/default.nix @@ -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 = ./.; diff --git a/direnvrc b/direnvrc index 0930e20..3668fb5 100644 --- a/direnvrc +++ b/direnvrc @@ -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 diff --git a/templates/flake/.envrc b/templates/flake/.envrc index a6ee435..8e65265 100644 --- a/templates/flake/.envrc +++ b/templates/flake/.envrc @@ -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