nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

ocamlPackages.odoc: 2.1.1 -> 2.2.0

+2 -2
+2 -2
pkgs/development/ocaml-modules/odoc/default.nix
··· 6 6 7 7 buildDunePackage rec { 8 8 pname = "odoc"; 9 - version = "2.1.1"; 9 + version = "2.2.0"; 10 10 11 11 src = fetchurl { 12 12 url = "https://github.com/ocaml/odoc/releases/download/${version}/odoc-${version}.tbz"; 13 - sha256 = "sha256-9XTb0ozQ/DorlVJcS7ld320fZAi7T+EhV/pTeIT5h/0="; 13 + sha256 = "sha256-aBjJcfwMPu2dPRQzifgHObFhivcLn9tEOzW9fwEhdAw="; 14 14 }; 15 15 16 16 duneVersion = "3";