bump version 3.0.3

This commit is contained in:
Jörg Thalheim 2023-12-21 11:14:14 +01:00
parent bdced1d41a
commit cb88841c32
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.2; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.2/direnvrc" "sha256-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas="
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-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas="
fi
```

View file

@ -4,7 +4,7 @@
# https://github.com/abathur/resholve/issues/107
resholve.mkDerivation rec {
pname = "nix-direnv";
version = "3.0.2";
version = "3.0.3";
src = builtins.path {
path = ./.;

View file

@ -1,6 +1,6 @@
# shellcheck shell=bash
NIX_DIRENV_VERSION=3.0.2
NIX_DIRENV_VERSION=3.0.3
# min required versions
BASH_MIN_VERSION=4.4

View file

@ -1,4 +1,4 @@
if ! has nix_direnv_version || ! nix_direnv_version 3.0.2; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.2/direnvrc" "sha256-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas="
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-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas="
fi
use flake