mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nixpkgs: nginxUnstable 1.7.10 -> 1.7.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
c07cce40a4
commit
6a41d14686
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@
|
|||
with stdenv.lib;
|
||||
|
||||
let
|
||||
version = "1.7.10";
|
||||
version = "1.7.11";
|
||||
mainSrc = fetchurl {
|
||||
url = "http://nginx.org/download/nginx-${version}.tar.gz";
|
||||
sha256 = "0q24rwwlw3xas0ar4jygyb6czwjzsjz11sax199z7fnfd2sc2wyz";
|
||||
sha256 = "15cnlrhiqklqfzwfspkp0i6g04zdhc092dh593yqnqqf450dgnfs";
|
||||
};
|
||||
|
||||
rtmp-ext = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue