about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-17 04:20:00 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2024-01-17 07:21:28 +0100
commit2dca255f5e7cc4d4640b9f7b9186be1dba2bf5b5 (patch)
tree82f5b2c157f1a1bc887c982ba6980f920194b7eb /pkgs/development/ocaml-modules
parent15ee47600479b11a9674252a48c14db8fe0961be (diff)
downloadnixlib-2dca255f5e7cc4d4640b9f7b9186be1dba2bf5b5.tar
nixlib-2dca255f5e7cc4d4640b9f7b9186be1dba2bf5b5.tar.gz
nixlib-2dca255f5e7cc4d4640b9f7b9186be1dba2bf5b5.tar.bz2
nixlib-2dca255f5e7cc4d4640b9f7b9186be1dba2bf5b5.tar.lz
nixlib-2dca255f5e7cc4d4640b9f7b9186be1dba2bf5b5.tar.xz
nixlib-2dca255f5e7cc4d4640b9f7b9186be1dba2bf5b5.tar.zst
nixlib-2dca255f5e7cc4d4640b9f7b9186be1dba2bf5b5.zip
ocamlPackages.cmarkit: 0.2.0 -> 0.3.0
Diff: https://github.com/dbuenzli/cmarkit/compare/v0.2.0...v0.3.0

Changelog: https://github.com/dbuenzli/cmarkit/blob/v0.3.0/CHANGES.md
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/cmarkit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/cmarkit/default.nix b/pkgs/development/ocaml-modules/cmarkit/default.nix
index ce6d98064a6b..0a36ea196d47 100644
--- a/pkgs/development/ocaml-modules/cmarkit/default.nix
+++ b/pkgs/development/ocaml-modules/cmarkit/default.nix
@@ -14,11 +14,11 @@ else
 
 stdenv.mkDerivation rec {
   pname = "cmarkit";
-  version = "0.2.0";
+  version = "0.3.0";
 
   src = fetchurl {
     url = "https://erratique.ch/software/cmarkit/releases/cmarkit-${version}.tbz";
-    hash = "sha256-86RuGB5pLbw/ThPGz9+qLaZRH7xvxbYrZWFLLIkc5Mk=";
+    hash = "sha256-RouM5iU7VeTT0+4yhBgdEmxROeP/X31iqDjd1VI7z5c=";
   };
 
   nativeBuildInputs = [