forked from mirrors/nixpkgs
extlib: fix version to match tarball
This commit is contained in:
parent
c8e8cfc0d1
commit
5d56681505
|
@ -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…
Reference in a new issue