ocaml-re: 1.4.2 -> 1.5.0
This commit is contained in:
parent
0120d2b898
commit
8724b716c6
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchzip, ocaml, findlib, ounit }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ocaml-re-1.4.1";
|
||||
name = "ocaml-re-1.5.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/ocaml/ocaml-re/archive/${name}.tar.gz";
|
||||
sha256 = "1wmfgazydd20hc796zisqpmsw0sb5lv9g3x77ckmf50v3z8hyhvk";
|
||||
sha256 = "17avk7kwmgdjkri1sj5q4a59ykc9rj0bxj6ixxpl6i0n49br3f92";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml findlib ounit ];
|
||||
|
Loading…
Reference in New Issue
Block a user