omake: 0.10.2 -> 0.10.3

This commit is contained in:
Vincent Laporte 2017-11-05 08:39:59 +00:00
parent 6e4fb7d0cb
commit a1449ea180
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
2 changed files with 3 additions and 5 deletions

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "omake-${version}"; name = "omake-${version}";
version = "0.10.2"; version = "0.10.3";
src = fetchurl { src = fetchurl {
url = "http://download.camlcity.org/download/${name}.tar.gz"; url = "http://download.camlcity.org/download/${name}.tar.gz";
sha256 = "1znnlkpz89hk44byvnl1pr92ym6hwfyyw2qm9clq446r6l2z4m64"; sha256 = "07bdg1h5i7qnlv9xq81ad5hfypl10hxm771h4rjyl5cn8plhfcgz";
}; };
buildInputs = [ ocaml ncurses ]; buildInputs = [ ocaml ncurses ];

View File

@ -7426,9 +7426,7 @@ with pkgs;
obuild = callPackage ../development/tools/ocaml/obuild { }; obuild = callPackage ../development/tools/ocaml/obuild { };
omake = callPackage ../development/tools/ocaml/omake { omake = callPackage ../development/tools/ocaml/omake { };
inherit (ocamlPackages_4_02) ocaml;
};
inherit (ocamlPackages) omake_rc1; inherit (ocamlPackages) omake_rc1;