3
0
Fork 0
forked from mirrors/nixpkgs

extlib: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:21:11 +03:00
parent c8e8cfc0d1
commit 5d56681505

View file

@ -1,7 +1,7 @@
{stdenv, fetchurl, ocaml, findlib}:
stdenv.mkDerivation {
name = "ocaml-extlib-1.5.2";
name = "ocaml-extlib-1.5.3";
src = fetchurl {
url = http://ocaml-extlib.googlecode.com/files/extlib-1.5.3.tar.gz;