Skip to content

Commit

Permalink
direnv: 2.21.0 -> 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Jan 26, 2020
1 parent 34996ef commit 61c9405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/direnv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildGoPackage rec {
pname = "direnv";
version = "2.21.0";
version = "2.21.1";
goPackagePath = "github.com/direnv/direnv";

src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
sha256 = "0k0sh8pzpxix8sjhnvj2h3s6br32daj3mgac0i2bbzvmil77l2sb";
sha256 = "05yhhd6f55ps96faw9gz4ap8qmv41cfrsz8l0qbvir0jn2hjhmqw";
};

postConfigure = ''
Expand Down

0 comments on commit 61c9405

Please sign in to comment.