update fetchurl checksum

This commit is contained in:
Jörg Thalheim 2025-05-09 17:13:38 +02:00
parent 48ddf8e45e
commit 70e533483b
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ Put the following lines in your `.envrc`:
```bash
if ! has nix_direnv_version || ! nix_direnv_version 3.0.7; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.7/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.7/direnvrc" "sha256-bn8WANE5a91RusFmRI7kS751ApelG02nMcwRekC/qzc="
fi
```