Merge pull request #317005 from Izorkin/update-angie

angie: 1.5.1 -> 1.5.2
This commit is contained in:
Pol Dellaiera 2024-06-04 09:55:59 +02:00 committed by GitHub
commit 8ef802dd08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,12 @@
}@args: }@args:
callPackage ../nginx/generic.nix args rec { callPackage ../nginx/generic.nix args rec {
version = "1.5.1"; version = "1.5.2";
pname = if withQuic then "angieQuic" else "angie"; pname = if withQuic then "angieQuic" else "angie";
src = fetchurl { src = fetchurl {
url = "https://download.angie.software/files/angie-${version}.tar.gz"; url = "https://download.angie.software/files/angie-${version}.tar.gz";
hash = "sha256-pSBy+Gv3rSa0WqQOxLHM0V03/vLqvOYBGxrjY9qsBfQ="; hash = "sha256-jX0WBIdL3RQpgdeVf4oZByDNKQbrEjKbImC86Ceqkoc=";
}; };
configureFlags = lib.optionals withAcme [ configureFlags = lib.optionals withAcme [