extlib: fix version to match tarball

wip/yesman
Evgeny Egorochkin 11 years ago
parent c8e8cfc0d1
commit 5d56681505
  1. 2
      pkgs/development/ocaml-modules/extlib/default.nix

@ -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;

Loading…
Cancel
Save