Skip to content

Commit

Permalink
direnv: 2.13.3 -> 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Dec 13, 2017
1 parent 0be3f2c commit cac2cdd
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.3";
version = "2.14.0";
goPackagePath = "github.com/direnv/direnv";

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

postConfigure = ''
Expand Down

0 comments on commit cac2cdd

Please sign in to comment.