ocamlPackages.containers: 3.0.1 → 3.4

This commit is contained in:
Vincent Laporte 2021-05-11 21:46:50 +02:00 committed by Vincent Laporte
parent 40f26dfd65
commit 7d9b6264b4

View file

@ -5,7 +5,7 @@
}:
buildDunePackage rec {
version = "3.0.1";
version = "3.4";
pname = "containers";
useDune2 = true;
@ -14,7 +14,7 @@ buildDunePackage rec {
owner = "c-cube";
repo = "ocaml-containers";
rev = "v${version}";
sha256 = "1m19cfcwks3xcj16nqldfb49dg0vdc7by1q1j8bpac3z2mjvks0l";
sha256 = "0ixpy81p6rc3lq71djfndb2sg2hfj20j1jbzzrrmgqsysqdjsgzz";
};
buildInputs = [ dune-configurator ];