GNU GLOBAL 6.0.
svn path=/nixpkgs/trunk/; revision=29316
This commit is contained in:
parent
8a904741f8
commit
4fe98cdc02
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ fetchurl, stdenv, libtool, ncurses }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "global-5.9.7";
|
||||
name = "global-6.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/global/${name}.tar.gz";
|
||||
sha256 = "1vhsa44fxmgc41l7gw904dhdq0kl0xw16wb9n8r22bw0nmfad5z8";
|
||||
sha256 = "1nwhlxd97grq8ynw7szv5lcxiqgqifiy1jqaa45664hd6bv1i5xx";
|
||||
};
|
||||
|
||||
buildInputs = [ libtool ncurses ];
|
||||
|
|
Loading…
Reference in a new issue