forked from mirrors/nixpkgs
ocamlPackages.containers: 3.9 → 3.10
This commit is contained in:
parent
e23d2314a7
commit
0d394e08c8
|
@ -5,14 +5,14 @@
|
|||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
version = "3.9";
|
||||
version = "3.10";
|
||||
pname = "containers";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "c-cube";
|
||||
repo = "ocaml-containers";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-uQyKBSXgf3kGx5HvS2VQrrkh0WqNZfxr5j8tTRjeTX4=";
|
||||
hash = "sha256-eWmju4CD30+wX3sKI8rOUEbqbQygdOtc0U4sb9vYuNA=";
|
||||
};
|
||||
|
||||
buildInputs = [ dune-configurator ];
|
||||
|
|
Loading…
Reference in a new issue