extlib: fix version to match tarball
This commit is contained in:
parent
c8e8cfc0d1
commit
5d56681505
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl, ocaml, findlib}:
|
{stdenv, fetchurl, ocaml, findlib}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-extlib-1.5.2";
|
name = "ocaml-extlib-1.5.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://ocaml-extlib.googlecode.com/files/extlib-1.5.3.tar.gz;
|
url = http://ocaml-extlib.googlecode.com/files/extlib-1.5.3.tar.gz;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user