diff --git a/README.md b/README.md index bde63a9..69f1c02 100644 --- a/README.md +++ b/README.md @@ -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.2; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.2/direnvrc" "sha256-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas=" +if ! has nix_direnv_version || ! nix_direnv_version 3.0.3; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.3/direnvrc" "sha256-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas=" fi ``` diff --git a/default.nix b/default.nix index 2888356..9896f20 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ # https://github.com/abathur/resholve/issues/107 resholve.mkDerivation rec { pname = "nix-direnv"; - version = "3.0.2"; + version = "3.0.3"; src = builtins.path { path = ./.; diff --git a/direnvrc b/direnvrc index 7e6b6ba..7f0ec53 100644 --- a/direnvrc +++ b/direnvrc @@ -1,6 +1,6 @@ # shellcheck shell=bash -NIX_DIRENV_VERSION=3.0.2 +NIX_DIRENV_VERSION=3.0.3 # min required versions BASH_MIN_VERSION=4.4 diff --git a/templates/flake/.envrc b/templates/flake/.envrc index 7dec842..06ea4ee 100644 --- a/templates/flake/.envrc +++ b/templates/flake/.envrc @@ -1,4 +1,4 @@ -if ! has nix_direnv_version || ! nix_direnv_version 3.0.2; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.2/direnvrc" "sha256-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas=" +if ! has nix_direnv_version || ! nix_direnv_version 3.0.3; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.3/direnvrc" "sha256-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas=" fi use flake