Skip to content

Commit

Permalink
direnv: 2.33.0 -> 2.34.0 (#292564)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Mar 1, 2024
1 parent a481a7c commit 8147f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/direnv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "direnv";
version = "2.33.0";
version = "2.34.0";

src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
sha256 = "sha256-/xOqJ3dr+3S502rXHVBcHhgBCctoMYnWpfLqgrxIoN8=";
sha256 = "sha256-EvzqLS/FiWrbIXDkp0L/T8QNKnRGuQkbMWajI3X3BDw=";
};

vendorHash = "sha256-QGPcNgA/iiGt0CdFs2kR3zLL5/SWulSyyf/pW212JpU=";
vendorHash = "sha256-FfKvLPv+jUT5s2qQ7QlzBMArI+acj7nhpE8FGMPpp5E=";

# we have no bash at the moment for windows
BASH_PATH =
Expand Down

0 comments on commit 8147f49

Please sign in to comment.