Unverified Commit c7cd2051 authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

ocamlPackages.httpcats: 0.2.0 → 0.2.1 (#507694)

parents 2d2b8294 2bf39f7b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;