direnv: 2.34.0 -> 2.35.0

This commit is contained in:
R. Ryantm 2024-10-08 00:40:01 +00:00
parent 8ab1d552b8
commit d2821b4043

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "direnv";
version = "2.34.0";
version = "2.35.0";
src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
hash = "sha256-EvzqLS/FiWrbIXDkp0L/T8QNKnRGuQkbMWajI3X3BDw=";
hash = "sha256-C4FkBS+2MZGGlpWb7ng4Aa9IvqEuY716M5h2W3b8N1E=";
};
vendorHash = "sha256-FfKvLPv+jUT5s2qQ7QlzBMArI+acj7nhpE8FGMPpp5E=";
vendorHash = "sha256-O2NZgWn00uKLstYPIj9LwyF4kmitJ1FXltazv8RrmZg=";
# we have no bash at the moment for windows
BASH_PATH =