mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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, fetchzip, ocaml, findlib, ounit }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocaml-re-1.4.1";
|
name = "ocaml-re-1.5.0";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/ocaml/ocaml-re/archive/${name}.tar.gz";
|
url = "https://github.com/ocaml/ocaml-re/archive/${name}.tar.gz";
|
||||||
sha256 = "1wmfgazydd20hc796zisqpmsw0sb5lv9g3x77ckmf50v3z8hyhvk";
|
sha256 = "17avk7kwmgdjkri1sj5q4a59ykc9rj0bxj6ixxpl6i0n49br3f92";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ounit ];
|
buildInputs = [ ocaml findlib ounit ];
|
||||||
|
Loading…
Reference in New Issue
Block a user