direnv: 2.28.0 -> 2.29.0 (#147956)

https://github.com/direnv/direnv/releases/tag/v2.29.0
This commit is contained in:
zowoq
2021-11-30 15:29:03 +00:00
committed by GitHub
parent dad4fddd52
commit 29d1f6e1f6
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "direnv";
version = "2.28.0";
version = "2.29.0";
src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
sha256 = "sha256-iZ3Lf7Yg+N9BWyLLF+MrT2gpPT9BTcp6pNMpfqwcZXo=";
sha256 = "sha256-gbaD//wkgdZEgQUuCUphqx0n9Xf2VFzQrBFrwOdQmi4=";
};
vendorSha256 = "sha256-P8NLY1iGh86ntmYsTVlnNh5akdaM8nzcxDn6Nfmgr84=";