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-06 21:00:23 +0100
committerGitHub <noreply@github.com>2023-12-06 21:00:23 +0100
commita006fad982ed94b2193b09e816d92d674360b9bf (patch)
tree261609f137ea903ac1251266ca4b02ac83906e3d /pkgs/development/ocaml-modules
parent108e4422b7bcc3b2b9de585e9198c9288d1c4a9c (diff)
parentc2a3f9b0282e2c02fe124c763f5f4c35ad80d77d (diff)
Merge pull request #264154 from r-ryantm/auto-update/ocamlPackages.ocaml-version
ocamlPackages.ocaml-version: 3.6.1 -> 3.6.2
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ocaml-version/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ocaml-version/default.nix b/pkgs/development/ocaml-modules/ocaml-version/default.nix
index bbd85889c84d9..16f0242a9bf77 100644
--- a/pkgs/development/ocaml-modules/ocaml-version/default.nix
+++ b/pkgs/development/ocaml-modules/ocaml-version/default.nix
@@ -2,11 +2,11 @@
 
 buildDunePackage rec {
   pname = "ocaml-version";
-  version = "3.6.1";
+  version = "3.6.2";
 
   src = fetchurl {
     url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz";
-    hash = "sha256-AKCaXUehJ3V8uET1tUDDbIzI8lZv5aygxhIbR21xnTI=";
+    hash = "sha256-XJ0xq71ZiR39phQIULXFDLHoj3HntxLI+v2gR0Bp/rI=";
   };
 
   checkInputs = [ alcotest ];