Commit e424267f authored by toastal's avatar toastal
Browse files

h2o: 2.3.0-rolling-2026-01-16 → 2.3.0-rolling-2026-01-19

parent 5e31aa92
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "h2o";
  version = "2.3.0-rolling-2026-01-16";
  version = "2.3.0-rolling-2026-01-19";

  src = fetchFromGitHub {
    owner = "h2o";
    repo = "h2o";
    rev = "ccea64b17ade832753db933658047ede9f31a380";
    hash = "sha256-47oNCbOGqNNNUkoP6Bj5F8Zv5QAN0+MGOIGo5jXGtf4=";
    rev = "a9ba592b904684b8d12e9a825e4a579c31999c2b";
    hash = "sha256-ZLoZgMIhBtLJ0GS6leyTegNauAczGB0Ua1pU6PE31yE=";
  };

  outputs = [