nginxQuic: 8d0753760546 -> 3550b00d9dc8

This commit is contained in:
Izorkin 2022-07-29 12:48:36 +03:00
parent ba7d7192f5
commit a09d4826e1
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

View file

@ -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";
}