We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e47964 + 6bfbf7b commit 6b5ddf3Copy full SHA for 6b5ddf3
1 file changed
pkgs/servers/http/angie/default.nix
@@ -9,11 +9,11 @@
9
10
callPackage ../nginx/generic.nix args rec {
11
pname = "angie";
12
- version = "1.11.5";
+ version = "1.11.8";
13
14
src = fetchurl {
15
url = "https://download.angie.software/files/angie-${version}.tar.gz";
16
- hash = "sha256-tfKXxt8qdLnQCRp83XR//9LQ4dC+Q2MtphwcdTnbIEM=";
+ hash = "sha256-hJiXx495w7BNA1d440mTqSGI5r0sDDuozjrV6xUF69M=";
17
};
18
19
configureFlags = lib.optionals withAcme [
0 commit comments