diff options
| author | Izorkin <izorkin@elven.pw> | 2022-07-29 12:48:36 +0300 |
|---|---|---|
| committer | ajs124 <git@ajs124.de> | 2022-10-21 11:48:01 +0200 |
| commit | 06a9c87f714fc0936aff00793b05766fbb78259a (patch) | |
| tree | 5b02407dd9aaa985c8fd4b67c901410e2bb96a89 | |
| parent | nginxMainline: 1.23.1 -> 1.23.2 (diff) | |
| download | nixpkgs-06a9c87f714fc0936aff00793b05766fbb78259a.tar.gz | |
nginxQuic: 8d0753760546 -> 3550b00d9dc8
(cherry picked from commit a09d4826e122178bc22d32df4a39871e7878097b)
| -rw-r--r-- | pkgs/servers/http/nginx/quic.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/http/nginx/quic.nix b/pkgs/servers/http/nginx/quic.nix index ec7982adf704..3d151a9f3500 100644 --- a/pkgs/servers/http/nginx/quic.nix +++ b/pkgs/servers/http/nginx/quic.nix @@ -6,8 +6,8 @@ callPackage ./generic.nix args { src = fetchhg { url = "https://hg.nginx.org/nginx-quic"; - rev = "8d0753760546"; # branch=quic - sha256 = "sha256-HcYkjbm3qfTU34ahseHCZhHYWNm1phfVph6oJBARMI8="; + rev = "3550b00d9dc8"; # branch=quic + sha256 = "sha256-JtE5FO4FHlDuqXd4UTXXPIFAdyyhQbOSMTT0NXh2iH4="; }; preConfigure = '' @@ -19,5 +19,5 @@ callPackage ./generic.nix args { "--with-stream_quic_module" ]; - version = "1.23.0-quic"; + version = "1.23.1-quic"; } |
