nginxQuic: 0ee56d2eac44 -> 10522e8dea41

This commit is contained in:
Izorkin 2021-12-29 09:25:09 +03:00
parent 5cecafbc93
commit 77549658a6
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 = "0ee56d2eac44"; # branch=quic
sha256 = "sha256-ErJa71aOzcjcBl1P9+g5kzs5sr0JdjrPwYKZ9VAvQus=";
rev = "10522e8dea41"; # branch=quic
sha256 = "sha256-BnAhnJKq2uHAp0WqVWIk+Hw0GXF/rAOxKCTwwsiiZdo=";
};
preConfigure = ''
@ -19,5 +19,5 @@ callPackage ./generic.nix args {
"--with-stream_quic_module"
];
version = "1.21.4-quic";
version = "1.21.5-quic";
}