README: update fetchurl checksum

This commit is contained in:
Jörg Thalheim 2021-10-21 07:47:48 +02:00
parent dbf5e87258
commit 8110535675

View file

@ -134,7 +134,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-4XfVDjv75eHMWN4G725VW7BoOV4Vl3vAabK4YXIfPyE="
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.4.0/direnvrc" "sha256-sha256-carKk9aUFHMuHt+IWh74hFj58nY4K3uywpZbwXX0BTI="
fi
```