mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
Update Nginx
This commit is contained in:
parent
3ed214e53c
commit
8add274418
@ -10,10 +10,10 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.7.11";
|
version = "1.9.0";
|
||||||
mainSrc = fetchurl {
|
mainSrc = fetchurl {
|
||||||
url = "http://nginx.org/download/nginx-${version}.tar.gz";
|
url = "http://nginx.org/download/nginx-${version}.tar.gz";
|
||||||
sha256 = "15cnlrhiqklqfzwfspkp0i6g04zdhc092dh593yqnqqf450dgnfs";
|
sha256 = "0j7j4yfz39jl433ci9wgxnz3y70pr93vxixw1s4dxv81nzas2ap1";
|
||||||
};
|
};
|
||||||
|
|
||||||
rtmp-ext = fetchFromGitHub {
|
rtmp-ext = fetchFromGitHub {
|
||||||
|
Loading…
Reference in New Issue
Block a user