bump version 3.0.4

This commit is contained in:
Jörg Thalheim 2024-01-02 22:46:30 +01:00
parent aa25d6e2e2
commit fc25d1ea4a
4 changed files with 6 additions and 6 deletions

View file

@ -70,8 +70,8 @@ for integration with shells other than Bash. Be sure to also allow
Put the following lines in your `.envrc`:
```bash
if ! has nix_direnv_version || ! nix_direnv_version 3.0.3; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.3/direnvrc" "sha256-0EVQVNSRQWsln+rgPW3mXVmnF5sfcmKEYOmOSfLYxHg="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-0EVQVNSRQWsln+rgPW3mXVmnF5sfcmKEYOmOSfLYxHg="
fi
```