Merge pull request #273279 from r-ryantm/auto-update/ocamlPackages.containers

ocamlPackages.containers: 3.12 -> 3.13.1
This commit is contained in:
Ulrik Strid 2024-01-22 08:55:53 +01:00 committed by GitHub
commit 823d7161d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,14 +5,16 @@
}:
buildDunePackage rec {
version = "3.12";
version = "3.13.1";
pname = "containers";
minimalOCamlVersion = "4.08";
src = fetchFromGitHub {
owner = "c-cube";
repo = "ocaml-containers";
rev = "v${version}";
hash = "sha256-15Wd6k/NvjAvTmxlPlZPClODBtFXM6FG3VxniC66u88=";
hash = "sha256-jkXh/dBRotWXvA77M/+tm39qsCiBsH/HSs+Y9D9QCek=";
};
buildInputs = [ dune-configurator ];