From 2bf39f7b5ab7b836242a800dfc1cfd5814baf1cb Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 7 Apr 2026 20:45:13 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.httpcats:=200.2.0=20=E2=86=92=200?= =?UTF-8?q?.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/httpcats/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/httpcats/default.nix b/pkgs/development/ocaml-modules/httpcats/default.nix index baff96f8a429..74b1578935d4 100644 --- a/pkgs/development/ocaml-modules/httpcats/default.nix +++ b/pkgs/development/ocaml-modules/httpcats/default.nix @@ -19,13 +19,13 @@ buildDunePackage (finalAttrs: { pname = "httpcats"; - version = "0.2.0"; + version = "0.2.1"; src = fetchFromGitHub { owner = "robur-coop"; repo = "httpcats"; tag = "v${finalAttrs.version}"; - hash = "sha256-19WV5pabmeuYmcW3AbnVpT30Sx6TVAPH+ayEeJgRS0Q="; + hash = "sha256-I7u/n49WOnpc0EaagsjC4Ts/kz0Xj6YHZv6+QZKLrC4="; }; propagatedBuildInputs = [ @@ -48,7 +48,7 @@ buildDunePackage (finalAttrs: { ]; meta = { - inherit (finalAttrs.src.meta) homepage; + homepage = "https://github.com/robur-coop/httpcats/"; description = "A simple HTTP client / server using h1, h2, and miou"; changelog = "https://github.com/robur-coop/httpcats/blob/${finalAttrs.src.tag}/CHANGES.md"; license = lib.licenses.bsd3;