mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-12-16 05:51:15 +01:00
update fetchurl checksum
This commit is contained in:
parent
ae9062da3a
commit
e9be444755
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ Put the following lines in your `.envrc`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
|
if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
|
||||||
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-bn8WANE5a91RusFmRI7kS751ApelG02nMcwRekC/qzc="
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM="
|
||||||
fi
|
fi
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
|
if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
|
||||||
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-bn8WANE5a91RusFmRI7kS751ApelG02nMcwRekC/qzc="
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM="
|
||||||
fi
|
fi
|
||||||
use flake
|
use flake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue