update nginx unstable

This commit is contained in:
Michael Raskin 2015-03-08 22:01:06 +03:00
parent 44b608f64e
commit 09e74005b0

View file

@ -10,10 +10,10 @@
with stdenv.lib;
let
version = "1.7.9";
version = "1.7.10";
mainSrc = fetchurl {
url = "http://nginx.org/download/nginx-${version}.tar.gz";
sha256 = "12lg64jrdy8qc8fjdy4nr165h2nf854w295ssj3amp9hypqcgbqs";
sha256 = "0q24rwwlw3xas0ar4jygyb6czwjzsjz11sax199z7fnfd2sc2wyz";
};
rtmp-ext = fetchFromGitHub {