1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

nginxUnstable: 1.9.10 -> 1.9.11

This commit is contained in:
Michael Raskin 2016-02-14 14:43:15 +01:00
parent 1e80424799
commit 9e7c28cb56

View file

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