Merge pull request #335128 from Izorkin/update-angie

angie: 1.6.1 -> 1.6.2
This commit is contained in:
Pol Dellaiera 2024-08-16 17:40:42 +02:00 committed by GitHub
commit c756b29b4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 [