angie: 1.8.0 -> 1.8.1

This commit is contained in:
Izorkin
2024-12-28 20:00:21 +03:00
parent 3e46a15feb
commit c225f5e642
+2 -2
View File
@@ -9,12 +9,12 @@
}@args:
callPackage ../nginx/generic.nix args rec {
version = "1.8.0";
version = "1.8.1";
pname = if withQuic then "angieQuic" else "angie";
src = fetchurl {
url = "https://download.angie.software/files/angie-${version}.tar.gz";
hash = "sha256-UbAylZB0ukki5AZ7XUgSLIQHekT3h8IqLyy/c/mBGwE=";
hash = "sha256-2zC2kEXPmkDxRJEYFEFNnhtNQ3D2aT0Aj0AX3LQ3C0w=";
};
configureFlags =