ocamlPackages.dockerfile: 8.3.4 -> 8.3.9 (#503832)

This commit is contained in:
Vincent Laporte
2026-05-18 04:21:13 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
buildDunePackage (finalAttrs: {
pname = "dockerfile";
version = "8.3.4";
version = "8.3.9";
src = fetchFromGitHub {
owner = "ocurrent";
repo = "ocaml-dockerfile";
tag = finalAttrs.version;
hash = "sha256-q8yzuRkGVe/t0N0HFLFqOPNyvWSxf4WHApZVk1CG1qw=";
hash = "sha256-O2+kjQnjKSYFZM28RwAUTnNlvEW2CrfdMjT9J8LcPcc=";
};
propagatedBuildInputs = [