Merge pull request #38185 from r-ryantm/auto-update/ocaml4.05.0-stdint
ocamlPackages.stdint: 0.3.0 -> 0.5.0
This commit is contained in:
commit
31d25252a4
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocaml${ocaml.version}-stdint-${version}";
|
name = "ocaml${ocaml.version}-stdint-${version}";
|
||||||
version = "0.3.0";
|
version = "0.5.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "andrenth";
|
owner = "andrenth";
|
||||||
repo = "ocaml-stdint";
|
repo = "ocaml-stdint";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "18nh23yx4ghgq7mjf4mdyq8kj1fdw5d0abw919s8n4mv21cmpwia";
|
sha256 = "1xjzqq13m7cqrfwa6vcwxirm17w8bx025dgnjqjgd3k2lxfgd1j7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild ];
|
buildInputs = [ ocaml findlib ocamlbuild ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user