be2e01f8a0
Fixes build when used with nginxMainline. (FWIW, 1.11.33.4 is from 2016-09-15)
6 lines
169 B
Nix
6 lines
169 B
Nix
{ callPackage }:
|
|
callPackage ./generic.nix {} {
|
|
version = "1.13.35.1"; # Latest beta, 2017-11-08
|
|
sha256 = "126823gpr3rdqakwixmr887rbvwhksr3xg14jnyzlp84q4hg1p0n";
|
|
}
|