mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-02 12:27:02 +00:00
nginxUnstable: 1.9.10 -> 1.9.11
This commit is contained in:
parent
1e80424799
commit
9e7c28cb56
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.9.10";
|
version = "1.9.11";
|
||||||
mainSrc = fetchurl {
|
mainSrc = fetchurl {
|
||||||
url = "http://nginx.org/download/nginx-${version}.tar.gz";
|
url = "http://nginx.org/download/nginx-${version}.tar.gz";
|
||||||
sha256 = "1n9icvi9hq7gak21ixlhcyazjx2yjqlbws07i2habc6a8ildf57v";
|
sha256 = "07x5d2ryf547xrj4wp8w90kz2d93sxjhkfjb0vdscmxgmzs74p3a";
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Reference in a new issue