Skip to content

Commit

Permalink
direnv: 2.12.2 -> 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Oct 6, 2017
1 parent 92852fd commit 55f5699
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.12.2";
version = "2.13.1";
goPackagePath = "github.com/direnv/direnv";

src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
sha256 = "0i8fnxhcl1zin714wxk93x8fi36z4fibapfn4jl3qkwbczkj8c8b";
sha256 = "1j2jkxzd6rh4ms39izqfm4w8h12dg0ccvqsj0z1z4hb3f1jqcgbz";
};

postConfigure = ''
Expand Down

0 comments on commit 55f5699

Please sign in to comment.