forked from mirrors/nixpkgs
nginxQuic: 8d0753760546 -> 3550b00d9dc8
This commit is contained in:
parent
ba7d7192f5
commit
a09d4826e1
|
@ -6,8 +6,8 @@
|
||||||
callPackage ./generic.nix args {
|
callPackage ./generic.nix args {
|
||||||
src = fetchhg {
|
src = fetchhg {
|
||||||
url = "https://hg.nginx.org/nginx-quic";
|
url = "https://hg.nginx.org/nginx-quic";
|
||||||
rev = "8d0753760546"; # branch=quic
|
rev = "3550b00d9dc8"; # branch=quic
|
||||||
sha256 = "sha256-HcYkjbm3qfTU34ahseHCZhHYWNm1phfVph6oJBARMI8=";
|
sha256 = "sha256-JtE5FO4FHlDuqXd4UTXXPIFAdyyhQbOSMTT0NXh2iH4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
@ -19,5 +19,5 @@ callPackage ./generic.nix args {
|
||||||
"--with-stream_quic_module"
|
"--with-stream_quic_module"
|
||||||
];
|
];
|
||||||
|
|
||||||
version = "1.23.0-quic";
|
version = "1.23.1-quic";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue