Unverified Commit 20d44f22 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

h2o: 2.3.0-rolling-2026-02-28 → 2.3.0-rolling-2026-04-15 (#505671)

parents fa26766e 52815a11
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  makeWrapper,
  ninja,
  perl,
  perlPackages,
  brotli,
  openssl,
  libcap,
@@ -23,13 +24,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "h2o";
  version = "2.3.0-rolling-2026-02-28";
  version = "2.3.0-rolling-2026-04-15";

  src = fetchFromGitHub {
    owner = "h2o";
    repo = "h2o";
    rev = "725e54bc932fbe0c6e208db4e71eb1df79ec43ff";
    hash = "sha256-SAH7AZYy6ZRRa8zhhe8voKJCqM5CxSuZA/XwT1Nb9NI=";
    rev = "4aa96860e99cc2a2e2777433949bb05aed678ebe";
    hash = "sha256-0utcajHyLpP+MXwW12pGWd/E58jK5//Erq0dQmzBO5U=";
  };

  outputs = [
@@ -44,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
    cmake
    makeWrapper
    ninja
    perlPackages.JSON
  ]
  ++ lib.optionals withMruby [
    bison
@@ -72,6 +74,9 @@ stdenv.mkDerivation (finalAttrs: {
        --set "H2O_PERL" "${lib.getExe perl}" \
        --prefix "PATH" : "${lib.getBin openssl}/bin"
    done

    wrapProgram "$out/bin/h2olog" \
        --set "PERL5LIB" "$PERL5LIB"
  '';

  passthru = {