bump version 2.5.1

This commit is contained in:
Jörg Thalheim 2023-11-27 21:22:13 +01:00
parent 1e3bd2942e
commit 511f6554b3
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.5.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.0/direnvrc" "sha256-5XwUul/GUzj52MC5LvjHaZXDW2iLnl93tEQSYm9f3Rc="
if ! has nix_direnv_version || ! nix_direnv_version 2.5.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.1/direnvrc" "sha256-5XwUul/GUzj52MC5LvjHaZXDW2iLnl93tEQSYm9f3Rc="
fi
```