From 55d9170cc989a13c9e560a091aec4546b03428ec Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 14 Apr 2024 21:24:43 -0400 Subject: nix direnv v 3.0.4 --- .envrc-nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.envrc-nix') diff --git a/.envrc-nix b/.envrc-nix index 87adf1c..b942a6a 100644 --- a/.envrc-nix +++ b/.envrc-nix @@ -1,7 +1,7 @@ NIX_ENFORCE_PURITY=1 # - https://github.com/nix-community/nix-direnv -NixDirEnvVersion="3.0.0" -NixDirEnvSHA="sha256-21TMnI2xWX7HkSTjFFri2UaohXVj854mgvWapWrxRXg=" +NixDirEnvVersion="3.0.4" +NixDirEnvSHA="sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4=" if ! has nix_direnv_version || ! nix_direnv_version ${NixDirEnvVersion}; then source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/${NixDirEnvVersion}/direnvrc" "${NixDirEnvSHA}" fi -- cgit v1.2.3