about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 14:24:24 +0200
committerGitHub <noreply@github.com>2022-03-27 14:24:24 +0200
commit671cc5fac173bb8619e52eef4958e62327375092 (patch)
treef39dfb228c995b1b25bc6ee51a3032cfc274937c /pkgs/development/ocaml-modules
parentc453ff3e9ffd898147185bf04080e88535edb51f (diff)
parente5159b2b0b06ee6f2b5487e777a0ca16b57c3a53 (diff)
downloadnixlib-671cc5fac173bb8619e52eef4958e62327375092.tar
nixlib-671cc5fac173bb8619e52eef4958e62327375092.tar.gz
nixlib-671cc5fac173bb8619e52eef4958e62327375092.tar.bz2
nixlib-671cc5fac173bb8619e52eef4958e62327375092.tar.lz
nixlib-671cc5fac173bb8619e52eef4958e62327375092.tar.xz
nixlib-671cc5fac173bb8619e52eef4958e62327375092.tar.zst
nixlib-671cc5fac173bb8619e52eef4958e62327375092.zip
Merge pull request #165624 from StridBot/auto-update/ocaml4.13.1-iter
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/iter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/iter/default.nix b/pkgs/development/ocaml-modules/iter/default.nix
index 4fa7e42c5d51..0154029b5504 100644
--- a/pkgs/development/ocaml-modules/iter/default.nix
+++ b/pkgs/development/ocaml-modules/iter/default.nix
@@ -4,7 +4,7 @@
 
 buildDunePackage rec {
   pname = "iter";
-  version = "1.3";
+  version = "1.4";
 
   useDune2 = true;
 
@@ -12,7 +12,7 @@ buildDunePackage rec {
     owner = "c-cube";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256:0xgkplpbi41sw0yv1wfd12cfbybls6cal8qxddmd9x8khgk5s3vx";
+    sha256 = "sha256-Kk92GM7IVXOSVBkeN6wj67Q3UGCyuOOVi2umpn1AZTo=";
   };
 
   buildInputs = [ dune-configurator ];