Skip to content

Commit

Permalink
direnv: 2.23.1 -> 2.24.0 (#104109)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 18, 2020
1 parent 6625284 commit 377c7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/direnv/default.nix
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "direnv";
version = "2.23.1";
version = "2.24.0";

vendorSha256 = null;

src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
sha256 = "02b27imda9pg65z5xw2q398p2281d5d46vgs3i9mrwcfsbpl5s6d";
sha256 = "1hgivmz6f5knpchkyi3njj1h81hixm77ad5g2v0m9bid09b97nh8";
};

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

0 comments on commit 377c7b1

Please sign in to comment.