Skip to content

Commit

Permalink
ocamlPackages.containers: 3.14 -> 3.15 (#356382)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 8, 2024
2 parents 4c97bc4 + 6b024a2 commit eb61f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/containers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:

buildDunePackage rec {
version = "3.14";
version = "3.15";
pname = "containers";

minimalOCamlVersion = "4.08";
Expand All @@ -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 ];
Expand Down

0 comments on commit eb61f8a

Please sign in to comment.