Skip to content

Commit 6499c31

Browse files
committedNov 28, 2017
direnv: 2.13.1 -> 2.13.2
1 parent 55709e4 commit 6499c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/misc/direnv/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
buildGoPackage rec {
44
name = "direnv-${version}";
5-
version = "2.13.1";
5+
version = "2.13.2";
66
goPackagePath = "github.com/direnv/direnv";
77

88
src = fetchFromGitHub {
99
owner = "direnv";
1010
repo = "direnv";
1111
rev = "v${version}";
12-
sha256 = "1j2jkxzd6rh4ms39izqfm4w8h12dg0ccvqsj0z1z4hb3f1jqcgbz";
12+
sha256 = "1lvpfqaa7hv8mf7pkj0vnidq4c3zjxlz34pk3w4y3n0v0pwfpy9z";
1313
};
1414

1515
postConfigure = ''

0 commit comments

Comments
 (0)
Please sign in to comment.