Skip to content

Commit 0f1d78c

Browse files
Merge pull request #333274 from Izorkin/update-angie
Update angie packages
2 parents 0b809ab + 6181589 commit 0f1d78c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/servers/http/angie/console-light.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
}:
77

88
stdenv.mkDerivation rec {
9-
version = "1.2.1";
9+
version = "1.4.0";
1010
pname = "angie-console-light";
1111

1212
src = fetchurl {
1313
url = "https://download.angie.software/files/${pname}/${pname}-${version}.tar.gz";
14-
hash = "sha256-bwnVwhcPyEXGzvpXj2bC1WUGtNbBlHpqZibApKtESq8=";
14+
hash = "sha256-Oz+FdMrIGNmJKHl/wOVZCP1b0AJODcURvDUKz4gCqYU=";
1515
};
1616

1717
outputs = [ "out" "doc" ];

pkgs/servers/http/angie/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
}@args:
99

1010
callPackage ../nginx/generic.nix args rec {
11-
version = "1.6.0";
11+
version = "1.6.1";
1212
pname = if withQuic then "angieQuic" else "angie";
1313

1414
src = fetchurl {
1515
url = "https://download.angie.software/files/angie-${version}.tar.gz";
16-
hash = "sha256-yzEbYOxvt2SPTYD/Dw4SJDg94muKGan+QX51sf6xuU4=";
16+
hash = "sha256-VQreIqK6cIa2ffRx5mUtPbEuTnXrCmm2KLQH5US92Rs=";
1717
};
1818

1919
configureFlags = lib.optionals withAcme [

0 commit comments

Comments
 (0)