mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
global: update from 6.2.2 to 6.2.9
This commit is contained in:
parent
b35d255286
commit
8cfaf0697c
@ -1,11 +1,11 @@
|
||||
{ fetchurl, stdenv, libtool, ncurses }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "global-6.2.2";
|
||||
name = "global-6.2.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/global/${name}.tar.gz";
|
||||
sha256 = "0a41d3wc22f05fqi5zpx1r22annsi4whdkjdmw50nidjca1vq5pj";
|
||||
sha256 = "00y38kp0zbpjl9c9phldy7j2ihqc54qn4cdgk0azbjdsv75k3n6q";
|
||||
};
|
||||
|
||||
buildInputs = [ libtool ncurses ];
|
||||
|
Loading…
Reference in New Issue
Block a user