summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/odoc
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-07-13 17:52:46 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2021-07-13 17:52:46 +0200
commit061c4cc4a2c25b1f515e267b7e786e8d8fa85055 (patch)
treeb5fea15c31ba4097e465b45f0a2d1e790d8ea9dd /pkgs/development/ocaml-modules/odoc
parent7716a2ea37e322c20e9693f8adb7122ddd1aeea9 (diff)
downloadnixpkgs-061c4cc4a2c25b1f515e267b7e786e8d8fa85055.tar
nixpkgs-061c4cc4a2c25b1f515e267b7e786e8d8fa85055.tar.gz
nixpkgs-061c4cc4a2c25b1f515e267b7e786e8d8fa85055.tar.bz2
nixpkgs-061c4cc4a2c25b1f515e267b7e786e8d8fa85055.tar.lz
nixpkgs-061c4cc4a2c25b1f515e267b7e786e8d8fa85055.tar.xz
nixpkgs-061c4cc4a2c25b1f515e267b7e786e8d8fa85055.tar.zst
nixpkgs-061c4cc4a2c25b1f515e267b7e786e8d8fa85055.zip
ocamlPackages.odoc: 1.5.2 → 1.5.3
Diffstat (limited to 'pkgs/development/ocaml-modules/odoc')
-rw-r--r--pkgs/development/ocaml-modules/odoc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/odoc/default.nix b/pkgs/development/ocaml-modules/odoc/default.nix
index fad5917a5a4..68c06cc4c6f 100644
--- a/pkgs/development/ocaml-modules/odoc/default.nix
+++ b/pkgs/development/ocaml-modules/odoc/default.nix
@@ -5,13 +5,13 @@
 
 buildDunePackage rec {
   pname = "odoc";
-  version = "1.5.2";
+  version = "1.5.3";
 
   minimumOCamlVersion = "4.02";
 
   src = fetchurl {
     url = "https://github.com/ocaml/odoc/releases/download/${version}/odoc-${version}.tbz";
-    sha256 = "0wa87h8q6izcc6rkzqn944vrb3hmc21lf0d0rmr8rhhbcvr66i6j";
+    sha256 = "0idzidmz7y10xkwcf4aih0mdvkipxk1gzi4anhnbbi2q2s0nzdzj";
   };
 
   useDune2 = true;