angie: 1.6.2 -> 1.7.0

This commit is contained in:
Izorkin 2024-09-20 12:45:28 +03:00
parent c47d1b14b1
commit 2e36424e03
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

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 [