direnv: 2.35.0 -> 2.36.0 (#397950)

This commit is contained in:
R. RyanTM
2025-04-11 19:28:20 +02:00
committed by GitHub
parent 09a05c27e7
commit dbd8a4c9fc
+3 -3
View File
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "direnv";
version = "2.35.0";
version = "2.36.0";
src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
hash = "sha256-C4FkBS+2MZGGlpWb7ng4Aa9IvqEuY716M5h2W3b8N1E=";
hash = "sha256-xqHc4Eb0mHQezmElJv20AMNQPgusXdvskNmlO+JP1lw=";
};
vendorHash = "sha256-O2NZgWn00uKLstYPIj9LwyF4kmitJ1FXltazv8RrmZg=";
vendorHash = "sha256-+7HnbJ6cIzYHkEJVcp2IydHyuqD5PfdL6TUcq7Dpluk=";
# we have no bash at the moment for windows
BASH_PATH = lib.optionalString (!stdenv.hostPlatform.isWindows) "${bash}/bin/bash";