nginx unstable: update 1.9.1 -> 1.9.2

This commit is contained in:
Michael Raskin 2015-07-04 22:25:17 +03:00
parent 2f5e534841
commit 7c5129706f

View File

@ -10,10 +10,10 @@
with stdenv.lib;
let
version = "1.9.1";
version = "1.9.2";
mainSrc = fetchurl {
url = "http://nginx.org/download/nginx-${version}.tar.gz";
sha256 = "1b8xikrr19p07n28xnar8p8l0vgm7795lmrb2x7r9h4lwvx5bx89";
sha256 = "0y7d87v9rvc4xvxaz8cag6zhdg7lfp3z65ain665q02aw5dl5dl0";
};
rtmp-ext = fetchFromGitHub {