Skip to content

Commit

Permalink
ocamlPackages.hpack: 0.11.0 → 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Sep 17, 2024
1 parent 50fb52b commit 7fb0278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/h2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, faraday
, base64
, psq
, httpaf
, httpun-types
, alcotest
, yojson
, hex
Expand Down Expand Up @@ -34,7 +34,7 @@ buildDunePackage rec {
base64
psq
hpack
httpaf
httpun-types
];

doCheck = true;
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/hpack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 7fb0278

Please sign in to comment.