update fetchurl checksum

This commit is contained in:
Jörg Thalheim 2023-12-18 13:59:19 +01:00
parent dad4923849
commit 475080d4c6
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ Put the following lines in your `.envrc`:
```bash ```bash
if ! has nix_direnv_version || ! nix_direnv_version 3.0.1; then if ! has nix_direnv_version || ! nix_direnv_version 3.0.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.1/direnvrc" "sha256-21TMnI2xWX7HkSTjFFri2UaohXVj854mgvWapWrxRXg=" source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.1/direnvrc" "sha256-17G+Mvt/JsyJrwsf7bqMr7ho7liHP+0Lo4RMIHgp0F8="
fi fi
``` ```

View File

@ -1,4 +1,4 @@
if ! has nix_direnv_version || ! nix_direnv_version 3.0.1; then if ! has nix_direnv_version || ! nix_direnv_version 3.0.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.1/direnvrc" "sha256-21TMnI2xWX7HkSTjFFri2UaohXVj854mgvWapWrxRXg=" source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.1/direnvrc" "sha256-17G+Mvt/JsyJrwsf7bqMr7ho7liHP+0Lo4RMIHgp0F8="
fi fi
use flake use flake