ocamlPackages.bytesrw: 0.1.0 -> 0.2.0

R. Ryantm 9f7e584f 732a532b

Changed files
+2 -2
pkgs
development
ocaml-modules
bytesrw
+2 -2
pkgs/development/ocaml-modules/bytesrw/default.nix
···
buildTopkgPackage rec {
pname = "bytesrw";
-
version = "0.1.0";
+
version = "0.2.0";
minimalOCamlVersion = "4.14.0";
src = fetchzip {
url = "https://erratique.ch/software/bytesrw/releases/bytesrw-${version}.tbz";
-
hash = "sha256-leH3uo5Q8ba22A/Mbl9pio0tW/IxCTGp77Cra7l4D80=";
+
hash = "sha256-DMQXclJV5uz/2a6XVHVnBkYgXpGRI83uzmzeed3fDxQ=";
};
# docs say these are optional, but buildTopkgPackage doesn’t handle missing