about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-08 01:26:43 +0100
committerGitHub <noreply@github.com>2023-12-08 01:26:43 +0100
commitb87af61276c41a1cb6217aada73c4213be4a633d (patch)
treeb59e36f08571d58833c4ae65b3448c4cdcdcc9dd /pkgs/development/ocaml-modules
parent9373b4532bfa82c38b361144bf36f63a633fa131 (diff)
parente3695de873a9dffea44632fe17cc4cc8fa1bb9ab (diff)
Merge pull request #269816 from r-ryantm/auto-update/ocamlPackages.iter
ocamlPackages.iter: 1.7 -> 1.8
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 167f3739d2693..109e51ee6f919 100644
--- a/pkgs/development/ocaml-modules/iter/default.nix
+++ b/pkgs/development/ocaml-modules/iter/default.nix
@@ -4,13 +4,13 @@
 
 buildDunePackage rec {
   pname = "iter";
-  version = "1.7";
+  version = "1.8";
 
   minimalOCamlVersion = "4.08";
 
   src = fetchurl {
     url = "https://github.com/c-cube/iter/releases/download/v${version}/iter-${version}.tbz";
-    hash = "sha256-vtcSnPMxpBwDve1zsR6cEnUsyu3JELPt2Kwu4OEEtzA=";
+    hash = "sha256-+HOcoFrpxLqKogwNQZfnRAnytlmhfxJzDUKvH9n0MCM=";
   };
 
   doCheck = true;