angie: 1.6.0 -> 1.6.1

This commit is contained in:
Izorkin 2024-08-08 21:04:00 +03:00
parent fa4b81d8e9
commit 8c4e58aa63
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.0";
version = "1.6.1";
pname = if withQuic then "angieQuic" else "angie";
src = fetchurl {
url = "https://download.angie.software/files/angie-${version}.tar.gz";
hash = "sha256-yzEbYOxvt2SPTYD/Dw4SJDg94muKGan+QX51sf6xuU4=";
hash = "sha256-VQreIqK6cIa2ffRx5mUtPbEuTnXrCmm2KLQH5US92Rs=";
};
configureFlags = lib.optionals withAcme [