about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 12:04:10 +0200
committerGitHub <noreply@github.com>2022-03-27 12:04:10 +0200
commit46d3f9dc29478c4a8bec1f6136b5a1a07253f278 (patch)
tree51dd3af6cf5e84a704b42920b42ad186058088da /pkgs/development/ocaml-modules
parent91f05ba6940d118a44567acb0dc4478591585515 (diff)
parent6bbf08637bf348caa8e1d2073883cc4d00abc74c (diff)
downloadnixlib-46d3f9dc29478c4a8bec1f6136b5a1a07253f278.tar
nixlib-46d3f9dc29478c4a8bec1f6136b5a1a07253f278.tar.gz
nixlib-46d3f9dc29478c4a8bec1f6136b5a1a07253f278.tar.bz2
nixlib-46d3f9dc29478c4a8bec1f6136b5a1a07253f278.tar.lz
nixlib-46d3f9dc29478c4a8bec1f6136b5a1a07253f278.tar.xz
nixlib-46d3f9dc29478c4a8bec1f6136b5a1a07253f278.tar.zst
nixlib-46d3f9dc29478c4a8bec1f6136b5a1a07253f278.zip
Merge pull request #165045 from r-ryantm/auto-update/ocaml4.13.1-markup
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/markup/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/markup/default.nix b/pkgs/development/ocaml-modules/markup/default.nix
index 8d35ae641a6a..65e1459d9e3a 100644
--- a/pkgs/development/ocaml-modules/markup/default.nix
+++ b/pkgs/development/ocaml-modules/markup/default.nix
@@ -2,7 +2,7 @@
 
 buildDunePackage rec {
   pname = "markup";
-  version = "1.0.0";
+  version = "1.0.2";
 
   useDune2 = true;
 
@@ -10,7 +10,7 @@ buildDunePackage rec {
     owner = "aantron";
     repo = "markup.ml";
     rev = version;
-    sha256 = "sha256-yapjqAcn0XSC6Guoj69sXNpLZ2urXANkWhcafpPLEyY=";
+    sha256 = "sha256-FcN9EBap93gFeOwSrRxs2sQrjZGs8/YnaEX7zHLmeM8=";
   };
 
   propagatedBuildInputs = [ uchar uutf ];