Update ounit to version 1.1.2
This commit is contained in:
parent
c3e12acb5a
commit
3989f09ae6
@ -5,11 +5,11 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ounit-1.1.0";
|
name = "ounit-1.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://forge.ocamlcore.org/frs/download.php/495/ounit-1.1.0.tar.gz;
|
url = http://forge.ocamlcore.org/frs/download.php/886/ounit-1.1.2.tar.gz;
|
||||||
sha256 = "12vybg9xlw5c8ip23p8cljfzhkdsm25482sf1yh46fcqq8p2jmqx";
|
sha256 = "e6bc1b0cdbb5b5552d85bee653e23aafe20bb97fd7cd229c867d01ff999888e3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml findlib];
|
buildInputs = [ocaml findlib];
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.xs4all.nl/~mmzeeman/ocaml/;
|
homepage = http://www.xs4all.nl/~mmzeeman/ocaml/;
|
||||||
description = "Unit test framework for OCaml";
|
description = "Unit test framework for OCaml";
|
||||||
license = "MIT/X11";
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = ocaml.meta.platforms;
|
platforms = ocaml.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
stdenv.lib.maintainers.z77z
|
stdenv.lib.maintainers.z77z
|
||||||
|
Loading…
Reference in New Issue
Block a user