nginxUnstable: 1.9.11 -> 1.9.14

This commit is contained in:
Michael Raskin 2016-04-13 14:44:04 +02:00
parent 80db55610c
commit c82272fdc0

View file

@ -8,10 +8,10 @@
with stdenv.lib;
let
version = "1.9.11";
version = "1.9.14";
mainSrc = fetchurl {
url = "http://nginx.org/download/nginx-${version}.tar.gz";
sha256 = "07x5d2ryf547xrj4wp8w90kz2d93sxjhkfjb0vdscmxgmzs74p3a";
sha256 = "1ljpyigqb6sbm4f8mi4fyvwfcvfapzg4z35s9cwb9ri8dl3r6j1b";
};
in