angie: 1.10.1 -> 1.10.2

This commit is contained in:
R. Ryantm
2025-08-22 13:07:17 +00:00
parent 4e49fa427e
commit b36e2faecb
+2 -2
View File
@@ -9,12 +9,12 @@
}@args:
callPackage ../nginx/generic.nix args rec {
version = "1.10.1";
version = "1.10.2";
pname = if withQuic then "angieQuic" else "angie";
src = fetchurl {
url = "https://download.angie.software/files/angie-${version}.tar.gz";
hash = "sha256-VxhmxhN56wB57x5/vJEeLddv5USsXv8oNLSVh+XO4+8=";
hash = "sha256-pcKrk33ySoDnhq9WOJIvRuqKc9FhQYPIyQKYrocwlLg=";
};
configureFlags =