Skip to content

Commit

Permalink
direnv: 2.15.0 -> 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Feb 25, 2018
1 parent 4b9b82c commit c5d257d
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.15.0";
version = "2.15.1";
goPackagePath = "github.com/direnv/direnv";

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

postConfigure = ''
Expand Down

0 comments on commit c5d257d

Please sign in to comment.