ocamlPackages.bstr: 0.0.4 -> 0.1.1 (#562264)

This commit is contained in:
Vincent Laporte
2026-09-16 07:26:08 +00:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
buildDunePackage (finalAttrs: {
pname = "bstr";
version = "0.0.4";
version = "0.1.1";
minimalOCamlVersion = "4.13";
src = fetchurl {
url = "https://github.com/robur-coop/bstr/releases/download/v${finalAttrs.version}/bstr-${finalAttrs.version}.tbz";
hash = "sha256-ZAg28VstVVvfI2b213g5JuEVmK1+lFV7Fnx4WyVfSFY=";
hash = "sha256-5lfP/aVpELFLmMdt1uA4LqS8XQFn6IORq6kxlrAW7uA=";
};
meta = {