Commit b36e2fae authored by R. RyanTM's avatar R. RyanTM
Browse files

angie: 1.10.1 -> 1.10.2

parent 4e49fa42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@
}@args:

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

  src = fetchurl {
    url = "https://download.angie.software/files/angie-${version}.tar.gz";
    hash = "sha256-VxhmxhN56wB57x5/vJEeLddv5USsXv8oNLSVh+XO4+8=";
    hash = "sha256-pcKrk33ySoDnhq9WOJIvRuqKc9FhQYPIyQKYrocwlLg=";
  };

  configureFlags =