Commit bd337327 authored by toastal's avatar toastal Committed by Austin Seipp
Browse files

h20: 2.3.0-beta1 → 2.3.0.20250130

> Release Policy
>
> As of April 2023, we have ceased to release versions. Rather, the each
> commit to master branch is considered stable and ready for general use
> except for the features marked as experimental.
>
> — https://h2o.examp1e.net/install.html

Seems trunk-based version now :)
parent 2c7df085
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -5,20 +5,24 @@
  pkg-config,
  cmake,
  ninja,
  perl,
  brotli,
  openssl,
  libcap,
  libuv,
  wslay,
  zlib,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "h2o";
  version = "2.3.0-beta2";
  version = "2.3.0.20250130";

  src = fetchFromGitHub {
    owner = "h2o";
    repo = "h2o";
    tag = "v${finalAttrs.version}";
    sha256 = "0lwg5sfsr7fw7cfy0hrhadgixm35b5cgcvlhwhbk89j72y1bqi6n";
    rev = "26b116e9536be8cf07036185e3edf9d721c9bac2";
    sha256 = "sha256-WjsUUnSs3kXjAmh+V/lzL1QlxxXNCph99UsC29YAirQ=";
  };

  outputs = [
@@ -32,11 +36,15 @@ stdenv.mkDerivation (finalAttrs: {
    pkg-config
    cmake
    ninja
    perl
  ];
  buildInputs = [
    brotli
    openssl
    libcap
    libuv
    zlib
    wslay
  ];

  meta = with lib; {