ocaml-re: update from 1.3.0 to 1.3.1

This commit is contained in:
Vincent Laporte 2015-03-19 19:13:39 +01:00
parent e4c0225c29
commit d52b6f1d3e

View File

@ -1,12 +1,11 @@
{ stdenv, fetchgit, ocaml, findlib }: { stdenv, fetchzip, ocaml, findlib }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ocaml-re-1.3.0"; name = "ocaml-re-1.3.1";
src = fetchgit { src = fetchzip {
url = https://github.com/ocaml/ocaml-re.git; url = "https://github.com/ocaml/ocaml-re/archive/${name}.tar.gz";
rev = "refs/tags/${name}"; sha256 = "11d4k43pc97kvdbjgjcxpc0gq6yal4galkxlrfdp1iypwdcni92g";
sha256 = "1h8hz0dbjp8l39pva2js380c8bsm8rb4v326l62rkrdv8jvyh6bx";
}; };
buildInputs = [ ocaml findlib ]; buildInputs = [ ocaml findlib ];