direnv: 2.32.1 -> 2.32.2 (#202723)

https://github.com/direnv/direnv/releases/tag/v2.32.2
This commit is contained in:
kilianar 2022-11-25 10:47:01 +01:00 committed by GitHub
parent c09a8a9721
commit c8fcb7aeb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "direnv";
version = "2.32.1";
version = "2.32.2";
src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
sha256 = "sha256-xweCJtGp+id2ledK5ddoXoKJp57KUvwHuqhrIo8ch8Q=";
sha256 = "sha256-Ql/Q9SoCNy2JKt/32RIMx08rbGvrthdgTpFIFx4m1p4=";
};
vendorSha256 = "sha256-u/LukIOYRudFYOrrlZTMtDAlM3+WjoSBiueR7aySSVU=";
vendorSha256 = "sha256-eQaQ77pOYC8q+IA26ArEhHQ0DCU093TbzaYhdV3UydE=";
# we have no bash at the moment for windows
BASH_PATH =