README: fix checksum

This commit is contained in:
Jörg Thalheim 2021-06-03 18:55:23 +02:00
parent 11c33126cc
commit 4cb1aa4f10
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -127,7 +127,7 @@ Put the following lines in your `.envrc`:
```bash
if ! has nix_direnv_version || ! nix_direnv_version 1.4.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.4.0/direnvrc" "sha256-cVSyO0/m0hbePv+plzua014InR0lNXa+0LTn0yEW0xc="
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.4.0/direnvrc" "sha256-4XfVDjv75eHMWN4G725VW7BoOV4Vl3vAabK4YXIfPyE="
fi
```