mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-09 03:56:10 +01:00
bump version 3.0.3
This commit is contained in:
parent
bdced1d41a
commit
cb88841c32
4 changed files with 6 additions and 6 deletions
|
|
@ -70,8 +70,8 @@ for integration with shells other than Bash. Be sure to also allow
|
||||||
Put the following lines in your `.envrc`:
|
Put the following lines in your `.envrc`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
if ! has nix_direnv_version || ! nix_direnv_version 3.0.2; then
|
if ! has nix_direnv_version || ! nix_direnv_version 3.0.3; then
|
||||||
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.2/direnvrc" "sha256-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas="
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.3/direnvrc" "sha256-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas="
|
||||||
fi
|
fi
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# https://github.com/abathur/resholve/issues/107
|
# https://github.com/abathur/resholve/issues/107
|
||||||
resholve.mkDerivation rec {
|
resholve.mkDerivation rec {
|
||||||
pname = "nix-direnv";
|
pname = "nix-direnv";
|
||||||
version = "3.0.2";
|
version = "3.0.3";
|
||||||
|
|
||||||
src = builtins.path {
|
src = builtins.path {
|
||||||
path = ./.;
|
path = ./.;
|
||||||
|
|
|
||||||
2
direnvrc
2
direnvrc
|
|
@ -1,6 +1,6 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
NIX_DIRENV_VERSION=3.0.2
|
NIX_DIRENV_VERSION=3.0.3
|
||||||
|
|
||||||
# min required versions
|
# min required versions
|
||||||
BASH_MIN_VERSION=4.4
|
BASH_MIN_VERSION=4.4
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
if ! has nix_direnv_version || ! nix_direnv_version 3.0.2; then
|
if ! has nix_direnv_version || ! nix_direnv_version 3.0.3; then
|
||||||
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.2/direnvrc" "sha256-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas="
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.3/direnvrc" "sha256-i/Kz3NhCql8UNBtJMJDVxMH1PYvxzu+S5wjg63fQGas="
|
||||||
fi
|
fi
|
||||||
use flake
|
use flake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue