Skip to content

Commit

Permalink
Merge pull request #120981 from mkg20001/nginx-quic
Browse files Browse the repository at this point in the history
nginxQuic: 47a43b011dec -> 12f18e0bca09
  • Loading branch information
mkg20001 authored Apr 28, 2021
2 parents 19916af + 98b372b commit 7f5bf27
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/servers/http/nginx/quic.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{ callPackage, fetchhg, boringssl, ... } @ args:
{ callPackage
, fetchhg
, ...
} @ args:

callPackage ./generic.nix args {
src = fetchhg {
url = "https://hg.nginx.org/nginx-quic";
rev = "47a43b011dec"; # branch=quic
sha256 = "1d4d1v4zbnf5qlfl79pi7sficn1h7zm6kk7llm24yyhlsvssz10x";
rev = "12f18e0bca09"; # branch=quic
sha256 = "1lr6zlny26kamczgk8ddscmy5fp5mzxqcppwhjhvq1a029a0r4b7";
};

preConfigure = ''
Expand Down

0 comments on commit 7f5bf27

Please sign in to comment.