Skip to content

Commit

Permalink
direnv: 2.9.0 -> 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Dec 10, 2016
1 parent e942ed2 commit ec7cdd9
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,13 +2,13 @@

stdenv.mkDerivation rec {
name = "direnv-${version}";
version = "2.9.0";
version = "2.10.0";

src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
sha256 = "1zi4i2ds8xkbhfcpi52hca4lcwan9gf93bdmd2vwdsry16kn3f6k";
sha256 = "04b098i8dlr6frks67ik0kbc281c6j8lkb6v0y33iwqv45n233q3";
};

buildInputs = [ go ];
Expand Down

0 comments on commit ec7cdd9

Please sign in to comment.