diff options
| author | Izorkin <izorkin@elven.pw> | 2022-10-20 22:10:09 +0300 |
|---|---|---|
| committer | ajs124 <git@ajs124.de> | 2022-10-21 11:48:03 +0200 |
| commit | 6e9b2d606227aa135e9f395c8db66d8cffecb3e0 (patch) | |
| tree | d9e389c488b7846bd8e4c55a2b3c64a19205086a | |
| parent | nginxQuic: 8d0753760546 -> 3550b00d9dc8 (diff) | |
| download | nixpkgs-6e9b2d606227aa135e9f395c8db66d8cffecb3e0.tar.gz | |
nginxQuic: 3550b00d9dc8 -> 3be953161026
(cherry picked from commit 9d676cb01d8254197d85f4771f924065d14149e5)
| -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 3d151a9f3500..de5eea45c46d 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 = "3550b00d9dc8"; # branch=quic - sha256 = "sha256-JtE5FO4FHlDuqXd4UTXXPIFAdyyhQbOSMTT0NXh2iH4="; + rev = "3be953161026"; # branch=quic + sha256 = "sha256-maWQ0RPI2pe6L8QL7TQ1YJts5ZJHhiTYG9sdwINGMDA="; }; preConfigure = '' @@ -19,5 +19,5 @@ callPackage ./generic.nix args { "--with-stream_quic_module" ]; - version = "1.23.1-quic"; + version = "1.23.2-quic"; } |
