mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ocamlPackages.containers: 3.13.1 -> 3.14
This commit is contained in:
parent
ab775a195f
commit
d5b8a5b522
@ -5,7 +5,7 @@
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
version = "3.13.1";
|
||||
version = "3.14";
|
||||
pname = "containers";
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
@ -14,7 +14,7 @@ buildDunePackage rec {
|
||||
owner = "c-cube";
|
||||
repo = "ocaml-containers";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-jkXh/dBRotWXvA77M/+tm39qsCiBsH/HSs+Y9D9QCek=";
|
||||
hash = "sha256-+r1zv7tfCS/dqnTSxpWSagTKVRauqgN6Np1Xa+aQT8k=";
|
||||
};
|
||||
|
||||
buildInputs = [ dune-configurator ];
|
||||
|
Loading…
Reference in New Issue
Block a user