ocaml-re: update from 1.2.2 to 1.3.0

This commit is contained in:
Vincent Laporte 2015-02-10 11:37:39 +01:00
parent 10a84b3c69
commit 1d137ebfdf

View file

@ -1,12 +1,12 @@
{ stdenv, fetchgit, ocaml, findlib }:
stdenv.mkDerivation rec {
name = "ocaml-re-1.2.2";
name = "ocaml-re-1.3.0";
src = fetchgit {
url = https://github.com/ocaml/ocaml-re.git;
rev = "refs/tags/${name}";
sha256 = "1556i1zc6nrg4hxlvidllfhkjwl6n74biyjbvjlby8304n84jrk7";
sha256 = "1h8hz0dbjp8l39pva2js380c8bsm8rb4v326l62rkrdv8jvyh6bx";
};
buildInputs = [ ocaml findlib ];