Commit 03e079da authored by toastal's avatar toastal
Browse files

h2o: 2.3.0-untagged-2025-08-13 → 2.3.0-untagged-2025-08-14

parent dc5539cb
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-untagged-2025-08-13";
  version = "2.3.0-untagged-2025-08-14";

  src = fetchFromGitHub {
    owner = "h2o";
    repo = "h2o";
    rev = "4729b661e3c6654198d2cc62997e1af58bef4b80";
    sha256 = "sha256-3vVe2nveWohpxtqECq/wcPupAHaRRoG54sG94J+3eyQ=";
    rev = "ffab9c49c33b1f0e9aec9804028156aae9db8ef0";
    sha256 = "sha256-kdU2p9oUhxGnw8JU9qGjV4mn2jMeSUL0rLgveMs6NiI=";
  };

  outputs = [