Commit 09b3443e authored by Izorkin's avatar Izorkin Committed by Yaya
Browse files

angie: 1.5.2 -> 1.6.0

parent 3ccc422e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@
}@args:

callPackage ../nginx/generic.nix args rec {
  version = "1.5.2";
  version = "1.6.0";
  pname = if withQuic then "angieQuic" else "angie";

  src = fetchurl {
    url = "https://download.angie.software/files/angie-${version}.tar.gz";
    hash = "sha256-jX0WBIdL3RQpgdeVf4oZByDNKQbrEjKbImC86Ceqkoc=";
    hash = "sha256-yzEbYOxvt2SPTYD/Dw4SJDg94muKGan+QX51sf6xuU4=";
  };

  configureFlags = lib.optionals withAcme [