mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
global: update from 6.3.4 to 6.4
This commit is contained in:
parent
a3b2058153
commit
2958fedc2d
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
, pythonPackages, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "global-6.3.4";
|
||||
name = "global-6.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/global/${name}.tar.gz";
|
||||
sha256 = "0hcplcayyjf42d8ygzla6142b5dq4ybq4wg3n3cgx3b5yfhvic85";
|
||||
sha256 = "13i4zwx6gaibc4j79wd0hgxysw8ibxz9c018zxhydnxlyadzcnri";
|
||||
};
|
||||
|
||||
buildInputs = [ libtool ncurses makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue