about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-06-05 07:41:59 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2023-06-12 07:19:11 +0200
commit4e3d46a3ea37d09c3d6dda557a0623c18ed58afe (patch)
tree0f60f64ec9ed4835f3ac5193bc18374b4df7e6ee /pkgs/development/ocaml-modules
parentc98657f164494345d8466797528ad6f94b6a3bc9 (diff)
downloadnixlib-4e3d46a3ea37d09c3d6dda557a0623c18ed58afe.tar
nixlib-4e3d46a3ea37d09c3d6dda557a0623c18ed58afe.tar.gz
nixlib-4e3d46a3ea37d09c3d6dda557a0623c18ed58afe.tar.bz2
nixlib-4e3d46a3ea37d09c3d6dda557a0623c18ed58afe.tar.lz
nixlib-4e3d46a3ea37d09c3d6dda557a0623c18ed58afe.tar.xz
nixlib-4e3d46a3ea37d09c3d6dda557a0623c18ed58afe.tar.zst
nixlib-4e3d46a3ea37d09c3d6dda557a0623c18ed58afe.zip
ocamlPackages.functoria: 4.3.4 → 4.3.6
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/functoria/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/functoria/default.nix b/pkgs/development/ocaml-modules/functoria/default.nix
index 346083ddadb3..1b4eb502b64a 100644
--- a/pkgs/development/ocaml-modules/functoria/default.nix
+++ b/pkgs/development/ocaml-modules/functoria/default.nix
@@ -4,14 +4,13 @@
 
 buildDunePackage rec {
   pname   = "functoria";
-  version = "4.3.4";
+  version = "4.3.6";
 
-  duneVersion = "3";
   minimalOCamlVersion = "4.08";
 
   src = fetchurl {
     url = "https://github.com/mirage/mirage/releases/download/v${version}/mirage-${version}.tbz";
-    hash = "sha256-ZN8La2+N19wVo/vBUfIj17JU6FSp0jX7h2nDoIpR1XY=";
+    hash = "sha256-i/5sZHfxECoKYMdGje+U21GWxJ6dDZreVcQGtbuo4SE=";
   };
 
   propagatedBuildInputs = [ cmdliner rresult astring fmt logs bos fpath emile uri ];