mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
ocamlPackages.bstr: 0.0.4 -> 0.1.1 (#562264)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user