update fetchurl checksum

This commit is contained in:
Jörg Thalheim 2024-09-03 20:51:16 +02:00
parent fed21f2dea
commit 2f8c11b08b
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ Put the following lines in your `.envrc`:
```bash
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
fi
```