about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-25 11:51:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-25 11:51:38 +0000
commit510ea77aea1f2f76ffc4064473ac2d09e20b8279 (patch)
treebebd21072f4251688c2467c30daa05090758b80d /pkgs/servers/http
parentcf6daa4ff804604849d9a7403743734aba23f070 (diff)
angie: 1.4.1 -> 1.5.1
Diffstat (limited to 'pkgs/servers/http')
-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 233298053b2e0..4c447f2b8c75c 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.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 [