ocamlPackages.bytesrw: 0.1.0 -> 0.2.0 (#429229)
This commit is contained in:
commit
bf7866c53d
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
buildTopkgPackage rec {
|
buildTopkgPackage rec {
|
||||||
pname = "bytesrw";
|
pname = "bytesrw";
|
||||||
version = "0.1.0";
|
version = "0.2.0";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.14.0";
|
minimalOCamlVersion = "4.14.0";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://erratique.ch/software/bytesrw/releases/bytesrw-${version}.tbz";
|
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
|
# docs say these are optional, but buildTopkgPackage doesn’t handle missing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user