angie: 1.10.1 -> 1.10.2 (#435880)

This commit is contained in:
Yohann Boniface
2025-08-22 20:50:34 +02:00
committed by GitHub
+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 =