Unverified Commit 66a7f7ec authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

angie: 1.6.2 -> 1.7.0 (#343222)

parents 721ceb9b 2e36424e
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.6.2";
  version = "1.7.0";
  pname = if withQuic then "angieQuic" else "angie";

  src = fetchurl {
    url = "https://download.angie.software/files/angie-${version}.tar.gz";
    hash = "sha256-5+7FFnf3WHzFf9EyYMAyL6dozaqEkhWzFdrU4OcfXFk=";
    hash = "sha256-B5fm4BgV/bMLvJ9wOAA4fJyLLGARManDlQmjPXPyHAE=";
  };

  configureFlags = lib.optionals withAcme [