Merge pull request #154902 from helsinki-systems/upd/nginx-quic

nginxQuic: 10522e8dea41 -> 6f8253673669
This commit is contained in:
ajs124 2022-01-13 18:10:06 +01:00 committed by GitHub
commit 8da45806ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@
callPackage ./generic.nix args {
src = fetchhg {
url = "https://hg.nginx.org/nginx-quic";
rev = "10522e8dea41"; # branch=quic
sha256 = "sha256-BnAhnJKq2uHAp0WqVWIk+Hw0GXF/rAOxKCTwwsiiZdo=";
rev = "6f8253673669"; # branch=quic
sha256 = "sha256:0zl4rws07vr8z7ml7sqlb70v3cx1cms7iablndqd38iqcx0bvjrq";
};
preConfigure = ''