about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-07-24 15:46:49 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-07-24 15:46:49 +0200
commit5f5bb56695a8ab3b159fe54d5e284f272c60454e (patch)
treebf4af781283d52894a780482ed414a24014c6ece /pkgs/development/ocaml-modules
parent35e3d5d6aa11f343b5fff108f033ad951c312e85 (diff)
downloadnixlib-5f5bb56695a8ab3b159fe54d5e284f272c60454e.tar
nixlib-5f5bb56695a8ab3b159fe54d5e284f272c60454e.tar.gz
nixlib-5f5bb56695a8ab3b159fe54d5e284f272c60454e.tar.bz2
nixlib-5f5bb56695a8ab3b159fe54d5e284f272c60454e.tar.lz
nixlib-5f5bb56695a8ab3b159fe54d5e284f272c60454e.tar.xz
nixlib-5f5bb56695a8ab3b159fe54d5e284f272c60454e.tar.zst
nixlib-5f5bb56695a8ab3b159fe54d5e284f272c60454e.zip
ocamlPackages.carton*: 0.4.1 -> 0.4.2
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/carton/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/carton/default.nix b/pkgs/development/ocaml-modules/carton/default.nix
index c10537d5d506..81893ae9ac36 100644
--- a/pkgs/development/ocaml-modules/carton/default.nix
+++ b/pkgs/development/ocaml-modules/carton/default.nix
@@ -7,14 +7,14 @@
 
 buildDunePackage rec {
   pname = "carton";
-  version = "0.4.1";
+  version = "0.4.2";
 
   useDune2 = true;
   minimumOCamlVersion = "4.08";
 
   src = fetchurl {
     url = "https://github.com/mirage/ocaml-git/releases/download/${pname}-v${version}/${pname}-${pname}-v${version}.tbz";
-    sha256 = "d16aad5560d9ab1e3b4d93d2e8fdea638c216ff47338fb630a8aefd22b452665";
+    sha256 = "a0a03b2f7bb7dafe070bc6a74583b6d6da714d2c636dd4d5a6443c9f299ceacc";
   };
 
   # remove changelogs for mimic and the git* packages