Unverified Commit 823d7161 authored by Ulrik Strid's avatar Ulrik Strid Committed by GitHub
Browse files

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

ocamlPackages.containers: 3.12 -> 3.13.1
parents a6a7415a 7aecbfc5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 ];