From 9f7e584fc5547df2f5736c595d0272721a287d47 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 29 Jul 2025 00:31:42 +0000 Subject: [PATCH] ocamlPackages.bytesrw: 0.1.0 -> 0.2.0 --- pkgs/development/ocaml-modules/bytesrw/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/bytesrw/default.nix b/pkgs/development/ocaml-modules/bytesrw/default.nix index 4894c14df29f..7a6c555baf4a 100644 --- a/pkgs/development/ocaml-modules/bytesrw/default.nix +++ b/pkgs/development/ocaml-modules/bytesrw/default.nix @@ -11,13 +11,13 @@ 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