Skip to content

Commit 6b5ddf3

Browse files
authored
angie: 1.11.5 -> 1.11.8 (#527112)
2 parents 5e47964 + 6bfbf7b commit 6b5ddf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/http/angie/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
callPackage ../nginx/generic.nix args rec {
1111
pname = "angie";
12-
version = "1.11.5";
12+
version = "1.11.8";
1313

1414
src = fetchurl {
1515
url = "https://download.angie.software/files/angie-${version}.tar.gz";
16-
hash = "sha256-tfKXxt8qdLnQCRp83XR//9LQ4dC+Q2MtphwcdTnbIEM=";
16+
hash = "sha256-hJiXx495w7BNA1d440mTqSGI5r0sDDuozjrV6xUF69M=";
1717
};
1818

1919
configureFlags = lib.optionals withAcme [

0 commit comments

Comments
 (0)