angie: 1.10.1 -> 1.10.2 (#435880)
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
}@args:
|
||||
|
||||
callPackage ../nginx/generic.nix args rec {
|
||||
version = "1.10.1";
|
||||
version = "1.10.2";
|
||||
pname = if withQuic then "angieQuic" else "angie";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.angie.software/files/angie-${version}.tar.gz";
|
||||
hash = "sha256-VxhmxhN56wB57x5/vJEeLddv5USsXv8oNLSVh+XO4+8=";
|
||||
hash = "sha256-pcKrk33ySoDnhq9WOJIvRuqKc9FhQYPIyQKYrocwlLg=";
|
||||
};
|
||||
|
||||
configureFlags =
|
||||
|
||||
Reference in New Issue
Block a user