bump version 2.5.0

This commit is contained in:
Jörg Thalheim 2023-11-26 14:34:24 +01:00
parent 3bc5ef4363
commit c84183c0ac
3 changed files with 5 additions and 5 deletions

View file

@ -70,8 +70,8 @@ manage your shell with `programs.<your_shell>.enable = true`.
Put the following lines in your `.envrc`:
```bash
if ! has nix_direnv_version || ! nix_direnv_version 2.4.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.4.0/direnvrc" "sha256-XQzUAvL6pysIJnRJyR7uVpmUSZfc7LSgWQwq/4mBr1U="
if ! has nix_direnv_version || ! nix_direnv_version 2.5.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.0/direnvrc" "sha256-XQzUAvL6pysIJnRJyR7uVpmUSZfc7LSgWQwq/4mBr1U="
fi
```