diff --git a/README.md b/README.md index a3134ef..74b9025 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Put the following lines in your `.envrc`: ```bash if ! has nix_direnv_version || ! nix_direnv_version 1.6.1; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.6.1/direnvrc" "sha256-P2S98+KgnN3WN+MPDY5wpg5Cqu3VYhxiCZH09cD88z8=" + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.6.1/direnvrc" "sha256-aFwy76WtzXD7SVXWetpg+welXMZI/VcEUPQ2WUMXYSY=" fi ``` diff --git a/template/.envrc b/template/.envrc index 6545458..6dec14f 100644 --- a/template/.envrc +++ b/template/.envrc @@ -1,4 +1,4 @@ if ! has nix_direnv_version || ! nix_direnv_version 1.6.1; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.6.1/direnvrc" "sha256-P2S98+KgnN3WN+MPDY5wpg5Cqu3VYhxiCZH09cD88z8=" + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.6.1/direnvrc" "sha256-aFwy76WtzXD7SVXWetpg+welXMZI/VcEUPQ2WUMXYSY=" fi use flake