mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
ocamlPackages.ctypes: 0.22.0 -> 0.23.0
Diff: https://github.com/ocamllabs/ocaml-ctypes/compare/0.22.0...0.23.0
This commit is contained in:
parent
dad213b357
commit
b2324fbcf6
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ctypes";
|
pname = "ctypes";
|
||||||
version = "0.22.0";
|
version = "0.23.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ocamllabs";
|
owner = "ocamllabs";
|
||||||
repo = "ocaml-ctypes";
|
repo = "ocaml-ctypes";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-xgDKupQuakjHTbjoap/r2aAjNQUpH9K4HmeLbbgw1x4=";
|
hash = "sha256-fZfTsOMppHiI7BVvgICVt/9ofGFAfYjXzHSDA7L4vZk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dune-configurator ];
|
buildInputs = [ dune-configurator ];
|
||||||
|
Loading…
Reference in New Issue
Block a user