Skip to content

Commit

Permalink
direnv: 2.13.2 -> 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Nov 30, 2017
1 parent b0f82f0 commit cc1d7a3
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,14 +2,14 @@

buildGoPackage rec {
name = "direnv-${version}";
version = "2.13.2";
version = "2.13.3";
goPackagePath = "github.com/direnv/direnv";

src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
sha256 = "1lvpfqaa7hv8mf7pkj0vnidq4c3zjxlz34pk3w4y3n0v0pwfpy9z";
sha256 = "1scj13qg98p838d2jvn0ks893xvrdrlmvrrjqwvqm11xw0v8bzxr";
};

postConfigure = ''
Expand Down

0 comments on commit cc1d7a3

Please sign in to comment.