ocamlPackages.h1: 1.0.0 → 1.1.0
This commit is contained in:
@@ -23,6 +23,11 @@ buildDunePackage {
|
|||||||
|
|
||||||
inherit (git) version src;
|
inherit (git) version src;
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace src/git-paf/dune --replace-fail bigstringaf 'bigstringaf bstr'
|
||||||
|
substituteInPlace src/git-paf/git_paf.ml --replace-fail Bigstringaf.t Bstr.t
|
||||||
|
'';
|
||||||
|
|
||||||
minimalOCamlVersion = "4.08";
|
minimalOCamlVersion = "4.08";
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|||||||
@@ -3,11 +3,12 @@
|
|||||||
buildDunePackage,
|
buildDunePackage,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
angstrom,
|
angstrom,
|
||||||
bigstringaf,
|
base64,
|
||||||
|
bstr,
|
||||||
faraday,
|
faraday,
|
||||||
httpun-types,
|
httpun-types,
|
||||||
alcotest,
|
alcotest,
|
||||||
version ? "1.0.0",
|
version ? "1.1.0",
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildDunePackage {
|
buildDunePackage {
|
||||||
@@ -17,12 +18,13 @@ buildDunePackage {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/robur-coop/ocaml-h1/releases/download/v${version}/h1-${version}.tbz";
|
url = "https://github.com/robur-coop/ocaml-h1/releases/download/v${version}/h1-${version}.tbz";
|
||||||
hash = "sha256-uFHRcNmfHiFmdMAMKiS5KilIwMylf/AoJCfxllrIvRM=";
|
hash = "sha256-LTBn7TgBY5IBSfvpFJ1b2mMLT0XjwQvnk77qBqB8bTw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
angstrom
|
angstrom
|
||||||
bigstringaf
|
base64
|
||||||
|
bstr
|
||||||
faraday
|
faraday
|
||||||
httpun-types
|
httpun-types
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user