summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2024-09-20 12:45:28 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-10-03 10:54:04 +0000
commit567aea2bc34186974c2d2cd2329a43f357448179 (patch)
treef3b3ea31333a6f4d983499aab0f86a5076eccb90
parentMerge: [24.05] nextcloud30: init at 30.0.0 (#345693) (diff)
downloadnixpkgs-origin/backport-343222-to-release-24.05.tar.gz
(cherry picked from commit 2e36424e03c0f42ee5a4c8d19a1ead5616cc8357)
-rw-r--r--pkgs/servers/http/angie/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/angie/default.nix b/pkgs/servers/http/angie/default.nix
index f8bd4d850603..20699567cc9b 100644
--- a/pkgs/servers/http/angie/default.nix
+++ b/pkgs/servers/http/angie/default.nix
@@ -9,12 +9,12 @@
}@args:
callPackage ../nginx/generic.nix args rec {
- version = "1.6.2";
+ version = "1.7.0";
pname = if withQuic then "angieQuic" else "angie";
src = fetchurl {
url = "https://download.angie.software/files/angie-${version}.tar.gz";
- hash = "sha256-5+7FFnf3WHzFf9EyYMAyL6dozaqEkhWzFdrU4OcfXFk=";
+ hash = "sha256-B5fm4BgV/bMLvJ9wOAA4fJyLLGARManDlQmjPXPyHAE=";
};
configureFlags = lib.optional withQuic [