direnv: 2.29.0 -> 2.30.0 (#151931)

https://github.com/direnv/direnv/releases/tag/v2.30.0
This commit is contained in:
zowoq 2021-12-24 10:13:12 +10:00 committed by GitHub
parent 32701be883
commit f5f1851f19
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.29.0";
version = "2.30.0";
src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
sha256 = "sha256-gbaD//wkgdZEgQUuCUphqx0n9Xf2VFzQrBFrwOdQmi4=";
sha256 = "sha256-URA4aXtxahNwQDif9HpsM+WS7CGOYO2WHa69Q5pmG5A=";
};
vendorSha256 = "sha256-P8NLY1iGh86ntmYsTVlnNh5akdaM8nzcxDn6Nfmgr84=";
vendorSha256 = "sha256-YhgQUl9fdictEtz6J88vEzznGd8Ipeb9AYo/p1ZLz5k=";
# we have no bash at the moment for windows
BASH_PATH =