angie: 1.4.1 -> 1.5.1

(cherry picked from commit 510ea77aea)
This commit is contained in:
R. Ryantm 2024-05-25 11:51:38 +00:00 committed by github-actions[bot]
parent c046b651e5
commit 026bbe43fa

View File

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