about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-24 12:44:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-24 12:44:16 +0000
commitf41a7c57faf42eacb4b6363f95061ac9ab7f3c51 (patch)
tree0a35c9b34591bf04dbe6ceb673ab9f15a741d936 /pkgs/development/ocaml-modules
parent6c5458cf32ba8aff7db0fc15379ba375f944067b (diff)
downloadnixlib-f41a7c57faf42eacb4b6363f95061ac9ab7f3c51.tar
nixlib-f41a7c57faf42eacb4b6363f95061ac9ab7f3c51.tar.gz
nixlib-f41a7c57faf42eacb4b6363f95061ac9ab7f3c51.tar.bz2
nixlib-f41a7c57faf42eacb4b6363f95061ac9ab7f3c51.tar.lz
nixlib-f41a7c57faf42eacb4b6363f95061ac9ab7f3c51.tar.xz
nixlib-f41a7c57faf42eacb4b6363f95061ac9ab7f3c51.tar.zst
nixlib-f41a7c57faf42eacb4b6363f95061ac9ab7f3c51.zip
ocamlPackages.fix: 20220121 -> 20230505
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/fix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/fix/default.nix b/pkgs/development/ocaml-modules/fix/default.nix
index c044a03a2574..ed4230fbd01d 100644
--- a/pkgs/development/ocaml-modules/fix/default.nix
+++ b/pkgs/development/ocaml-modules/fix/default.nix
@@ -2,14 +2,14 @@
 
 buildDunePackage rec {
   pname = "fix";
-  version = "20220121";
+  version = "20230505";
 
   src = fetchFromGitLab {
     domain = "gitlab.inria.fr";
     owner = "fpottier";
     repo = "fix";
     rev = version;
-    sha256 = "sha256-suWkZDLnXEO/4QCGmNuyLFOV0LJsFOMD13gxOcgu6JQ=";
+    sha256 = "sha256-Xuw4pEPqAbQjSHrpMCNE7Th0mpbNMSxdEdwvH4hu2SM=";
   };
 
   minimumOCamlVersion = "4.03";