angie: 1.6.1 -> 1.6.2

This commit is contained in:
Izorkin 2024-08-16 17:10:44 +03:00
parent ee487bc50e
commit 38d3044961
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.1";
version = "1.6.2";
pname = if withQuic then "angieQuic" else "angie";
src = fetchurl {
url = "https://download.angie.software/files/angie-${version}.tar.gz";
hash = "sha256-VQreIqK6cIa2ffRx5mUtPbEuTnXrCmm2KLQH5US92Rs=";
hash = "sha256-5+7FFnf3WHzFf9EyYMAyL6dozaqEkhWzFdrU4OcfXFk=";
};
configureFlags = lib.optionals withAcme [