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-12-15 11:07:59 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-12-15 11:08:28 +0100
commit97174c444b4a066c9760b291f811a2dfc3807fd8 (patch)
tree54b4050500f8bf0ddaa40b9dd2285be5ffc591cc /pkgs/development/ocaml-modules
parent39bbee99ffc7e2f0c34c395beb7f6a699230d5af (diff)
downloadnixlib-97174c444b4a066c9760b291f811a2dfc3807fd8.tar
nixlib-97174c444b4a066c9760b291f811a2dfc3807fd8.tar.gz
nixlib-97174c444b4a066c9760b291f811a2dfc3807fd8.tar.bz2
nixlib-97174c444b4a066c9760b291f811a2dfc3807fd8.tar.lz
nixlib-97174c444b4a066c9760b291f811a2dfc3807fd8.tar.xz
nixlib-97174c444b4a066c9760b291f811a2dfc3807fd8.tar.zst
nixlib-97174c444b4a066c9760b291f811a2dfc3807fd8.zip
ocamlPackages.git: 3.13.0 → 3.14.0
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/git/default.nix5
-rw-r--r--pkgs/development/ocaml-modules/git/mirage.nix1
-rw-r--r--pkgs/development/ocaml-modules/git/paf.nix1
-rw-r--r--pkgs/development/ocaml-modules/git/unix.nix1
4 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/development/ocaml-modules/git/default.nix b/pkgs/development/ocaml-modules/git/default.nix
index 5e1a0461abb1..c3f27a3c7b97 100644
--- a/pkgs/development/ocaml-modules/git/default.nix
+++ b/pkgs/development/ocaml-modules/git/default.nix
@@ -8,14 +8,13 @@
 
 buildDunePackage rec {
   pname = "git";
-  version = "3.13.0";
+  version = "3.14.0";
 
   minimalOCamlVersion = "4.08";
-  duneVersion = "3";
 
   src = fetchurl {
     url = "https://github.com/mirage/ocaml-git/releases/download/${version}/git-${version}.tbz";
-    hash = "sha256-98w2Amze/B+YN/ENfSb0V8I2yyFUf8rSEOcUg1YbVdM=";
+    hash = "sha256-u1Nq8zo2YfAnRXib+IqYV0sWOGraqxrJC33NdDQaYsE=";
   };
 
   # remove changelog for the carton package
diff --git a/pkgs/development/ocaml-modules/git/mirage.nix b/pkgs/development/ocaml-modules/git/mirage.nix
index 28ce7c4a3f30..ad5a399bda63 100644
--- a/pkgs/development/ocaml-modules/git/mirage.nix
+++ b/pkgs/development/ocaml-modules/git/mirage.nix
@@ -44,7 +44,6 @@ buildDunePackage {
   inherit (git) version src;
 
   minimalOCamlVersion = "4.08";
-  duneVersion = "3";
 
   buildInputs = [
     dns
diff --git a/pkgs/development/ocaml-modules/git/paf.nix b/pkgs/development/ocaml-modules/git/paf.nix
index 99f0175f0f40..4806909962c0 100644
--- a/pkgs/development/ocaml-modules/git/paf.nix
+++ b/pkgs/development/ocaml-modules/git/paf.nix
@@ -26,7 +26,6 @@ buildDunePackage {
   inherit (git) version src;
 
   minimalOCamlVersion = "4.08";
-  duneVersion = "3";
 
   propagatedBuildInputs = [
     git
diff --git a/pkgs/development/ocaml-modules/git/unix.nix b/pkgs/development/ocaml-modules/git/unix.nix
index 1079f554731d..28bfb40cf8cb 100644
--- a/pkgs/development/ocaml-modules/git/unix.nix
+++ b/pkgs/development/ocaml-modules/git/unix.nix
@@ -15,7 +15,6 @@ buildDunePackage {
   inherit (git) version src;
 
   minimalOCamlVersion = "4.08";
-  duneVersion = "3";
 
   buildInputs = [
     awa