We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5539c commit 03e079dCopy full SHA for 03e079d
1 file changed
pkgs/by-name/h2/h2o/package.nix
@@ -23,13 +23,13 @@
23
24
stdenv.mkDerivation (finalAttrs: {
25
pname = "h2o";
26
- version = "2.3.0-untagged-2025-08-13";
+ version = "2.3.0-untagged-2025-08-14";
27
28
src = fetchFromGitHub {
29
owner = "h2o";
30
repo = "h2o";
31
- rev = "4729b661e3c6654198d2cc62997e1af58bef4b80";
32
- sha256 = "sha256-3vVe2nveWohpxtqECq/wcPupAHaRRoG54sG94J+3eyQ=";
+ rev = "ffab9c49c33b1f0e9aec9804028156aae9db8ef0";
+ sha256 = "sha256-kdU2p9oUhxGnw8JU9qGjV4mn2jMeSUL0rLgveMs6NiI=";
33
};
34
35
outputs = [
0 commit comments