2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-24 05:00:19 +00:00

ocamlPackages.containers: 3.14 -> 3.15 ()

This commit is contained in:
Weijia Wang 2024-12-08 23:05:29 +01:00 committed by GitHub
commit eb61f8aff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
}:
buildDunePackage rec {
version = "3.14";
version = "3.15";
pname = "containers";
minimalOCamlVersion = "4.08";
@ -14,7 +14,7 @@ buildDunePackage rec {
owner = "c-cube";
repo = "ocaml-containers";
rev = "v${version}";
hash = "sha256-+r1zv7tfCS/dqnTSxpWSagTKVRauqgN6Np1Xa+aQT8k=";
hash = "sha256-PMtyJOuw+9u6rF5EGif/66ZSbkTu1Msgke9JVpDWC1c=";
};
buildInputs = [ dune-configurator ];