angie: 1.6.2 -> 1.7.0

(cherry picked from commit 2e36424e03)
This commit is contained in:
Izorkin
2024-09-20 12:45:28 +03:00
committed by github-actions[bot]
parent 5966581aa0
commit 567aea2bc3

View File

@@ -9,12 +9,12 @@
}@args:
callPackage ../nginx/generic.nix args rec {
version = "1.6.2";
version = "1.7.0";
pname = if withQuic then "angieQuic" else "angie";
src = fetchurl {
url = "https://download.angie.software/files/angie-${version}.tar.gz";
hash = "sha256-5+7FFnf3WHzFf9EyYMAyL6dozaqEkhWzFdrU4OcfXFk=";
hash = "sha256-B5fm4BgV/bMLvJ9wOAA4fJyLLGARManDlQmjPXPyHAE=";
};
configureFlags = lib.optional withQuic [