mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ocamlPackages.hpack: 0.11.0 → 0.13.0
This commit is contained in:
parent
40f7c72b65
commit
6c90049441
@ -5,7 +5,7 @@
|
||||
, faraday
|
||||
, base64
|
||||
, psq
|
||||
, httpaf
|
||||
, httpun-types
|
||||
, alcotest
|
||||
, yojson
|
||||
, hex
|
||||
@ -34,7 +34,7 @@ buildDunePackage rec {
|
||||
base64
|
||||
psq
|
||||
hpack
|
||||
httpaf
|
||||
httpun-types
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
@ -7,11 +7,11 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "hpack";
|
||||
version = "0.11.0";
|
||||
version = "0.13.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/anmonteiro/ocaml-h2/releases/download/${version}/h2-${version}.tbz";
|
||||
hash = "sha256-GdXwazlgDurjzy7ekLpuMkCii8W+F/jl/IBv/WTHgFM=";
|
||||
hash = "sha256-DYm28XgXUpTnogciO+gdW4P8Mbl1Sb7DTwQyo7KoBw8=";
|
||||
};
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
|
Loading…
Reference in New Issue
Block a user