Loading pkgs/servers/http/angie/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = Loading Loading
pkgs/servers/http/angie/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = Loading