about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/irmin/pack.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-27 06:01:54 +0000
committerGitHub <noreply@github.com>2024-03-27 06:01:54 +0000
commit2400488a9ef5c65f45e7b83995c10b5edd119812 (patch)
treeef07fb8f7e0eca40e2e9dc00a93f4c580c2e2750 /pkgs/development/ocaml-modules/irmin/pack.nix
parent973d6ef64d334c1054344c1e45185a7a54ac25ce (diff)
parent26128332c30b5429039ee03218065267f936eaef (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/ocaml-modules/irmin/pack.nix')
-rw-r--r--pkgs/development/ocaml-modules/irmin/pack.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/irmin/pack.nix b/pkgs/development/ocaml-modules/irmin/pack.nix
index 8c0c7b2a3b000..9afb40c207669 100644
--- a/pkgs/development/ocaml-modules/irmin/pack.nix
+++ b/pkgs/development/ocaml-modules/irmin/pack.nix
@@ -4,8 +4,7 @@
 }:
 
 buildDunePackage rec {
-  minimalOCamlVersion = "4.10";
-  duneVersion = "3";
+  minimalOCamlVersion = "4.12";
 
   pname = "irmin-pack";