direnv: 2.36.0 -> 2.37.0 (#421905)

This commit is contained in:
R. RyanTM
2025-07-11 11:49:19 +02:00
committed by GitHub
parent 117b163b78
commit 28a37dfa54
+3 -3
View File
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "direnv";
version = "2.36.0";
version = "2.37.0";
src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
hash = "sha256-xqHc4Eb0mHQezmElJv20AMNQPgusXdvskNmlO+JP1lw=";
hash = "sha256-wMv2ZzAc3GhUhvSnHgxJKPFmEjhujff9/CozYcgKfbk=";
};
vendorHash = "sha256-+7HnbJ6cIzYHkEJVcp2IydHyuqD5PfdL6TUcq7Dpluk=";
vendorHash = "sha256-SAIGFQGACTB3Q0KnIdiKKNYY6fVjf/09wGqNr0Hkg+M=";
# we have no bash at the moment for windows
BASH_PATH = lib.optionalString (!stdenv.hostPlatform.isWindows) "${bash}/bin/bash";