diff --git a/pkgs/servers/http/angie/default.nix b/pkgs/servers/http/angie/default.nix index f57dc2e012bd..84a24ece767d 100644 --- a/pkgs/servers/http/angie/default.nix +++ b/pkgs/servers/http/angie/default.nix @@ -10,12 +10,12 @@ }@args: callPackage ../nginx/generic.nix args rec { - version = "1.5.1"; + version = "1.5.2"; pname = if withQuic then "angieQuic" else "angie"; src = fetchurl { url = "https://download.angie.software/files/angie-${version}.tar.gz"; - hash = "sha256-pSBy+Gv3rSa0WqQOxLHM0V03/vLqvOYBGxrjY9qsBfQ="; + hash = "sha256-jX0WBIdL3RQpgdeVf4oZByDNKQbrEjKbImC86Ceqkoc="; }; configureFlags = lib.optionals withAcme [