angie: 1.6.2 -> 1.7.0 (#343222)

This commit is contained in:
Leona Maroni
2024-10-03 12:53:35 +02:00
committed by GitHub
+2 -2
View File
@@ -8,12 +8,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.optionals withAcme [