From bf6f3970c04e58bcf32304ca785295220e1b7e23 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 17 May 2023 04:20:00 +0000 Subject: [PATCH] ocamlPackages.cmarkit: 0.1.0 -> 0.2.0 --- pkgs/development/ocaml-modules/cmarkit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/cmarkit/default.nix b/pkgs/development/ocaml-modules/cmarkit/default.nix index 5015807361f2..ce6d98064a6b 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.1.0"; + version = "0.2.0"; src = fetchurl { url = "https://erratique.ch/software/cmarkit/releases/cmarkit-${version}.tbz"; - hash = "sha256-pLPCLlwJt5W5R92HPY8gGpisyjlbSaaEe0HLuJlkjuY="; + hash = "sha256-86RuGB5pLbw/ThPGz9+qLaZRH7xvxbYrZWFLLIkc5Mk="; }; nativeBuildInputs = [