Skip to content

Commit b73fd0c

Browse files
committedMay 30, 2017
global: 6.5.6 -> 6.5.7
1 parent 94be2db commit b73fd0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/tools/misc/global/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
stdenv.mkDerivation rec {
66
name = "global-${version}";
7-
version = "6.5.6";
7+
version = "6.5.7";
88

99
src = fetchurl {
1010
url = "mirror://gnu/global/${name}.tar.gz";
11-
sha256 = "018m536k5y6lks1a6gqn3bsp7r8zk017znqj9kva1nm8d7x9lbqj";
11+
sha256 = "0cnd7a7d1pl46yk15q6mnr9i9w3xi8pxgchw4ia9njgr4jjqzh6r";
1212
};
1313

1414
nativeBuildInputs = [ libtool makeWrapper ];

0 commit comments

Comments
 (0)
Please sign in to comment.