ocaml-bitstring: git -> 2.1.0
This commit is contained in:
parent
da79d1f01f
commit
750dca5024
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchzip, buildOcaml, time, autoconf, automake }:
|
{ stdenv, fetchurl, buildOcaml, time, autoconf, automake }:
|
||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "bitstring";
|
name = "bitstring";
|
||||||
version = "f1673f8";
|
version = "2.1.0";
|
||||||
src = fetchzip {
|
src = fetchurl {
|
||||||
url = https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/bitstring/source-archive.zip;
|
url = http://github.com/xguerin/bitstring/archive/v2.1.0.tar.gz;
|
||||||
sha256 = "03343yggwp3y483zj5axaalxlnl698xrjiv3hmd4c2s05g53iwas";
|
sha256 = "0miw4banfpmx4kxrckpqr57b1fcmsqdmspyjx6gqjd4kghm4l7xj";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./camlp4-git.patch ./meta.patch ./srcdir.patch ];
|
patches = [ ./camlp4-git.patch ./srcdir.patch ];
|
||||||
|
|
||||||
buildInputs = [time autoconf automake];
|
buildInputs = [time autoconf automake];
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user