Skip to content

Commit

Permalink
direnv: 2.14.0 -> 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Feb 23, 2018
1 parent e349ccc commit 835d8e5
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.14.0";
version = "2.15.0";
goPackagePath = "github.com/direnv/direnv";

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

postConfigure = ''
Expand Down

0 comments on commit 835d8e5

Please sign in to comment.