mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43: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 {
|
||||
pname = "ctypes";
|
||||
version = "0.22.0";
|
||||
version = "0.23.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ocamllabs";
|
||||
repo = "ocaml-ctypes";
|
||||
rev = version;
|
||||
hash = "sha256-xgDKupQuakjHTbjoap/r2aAjNQUpH9K4HmeLbbgw1x4=";
|
||||
hash = "sha256-fZfTsOMppHiI7BVvgICVt/9ofGFAfYjXzHSDA7L4vZk=";
|
||||
};
|
||||
|
||||
buildInputs = [ dune-configurator ];
|
||||
|
Loading…
Reference in New Issue
Block a user