Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a2a9b53e772b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6437b1c00e61
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 14, 2017

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    d0aa64a View commit details

Commits on Sep 17, 2017

  1. Merge pull request #29393 from rnhmjoj/nginx-lua

    lua-nginx-module: 0.10.5 -> 0.10.10
    joachifm authored Sep 17, 2017

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    6437b1c View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/http/nginx/modules.nix
6 changes: 3 additions & 3 deletions pkgs/servers/http/nginx/modules.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchFromGitHub, pkgs }:
{ fetchFromGitHub, fetchpatch, pkgs }:

{
brotli = {
@@ -69,8 +69,8 @@
src = fetchFromGitHub {
owner = "openresty";
repo = "lua-nginx-module";
rev = "v0.10.5";
sha256 = "0wz5j4kqa6hk7ar42bkxp0hd74psjy6sfsldh1a6p93z349iz4v5";
rev = "v0.10.10";
sha256 = "1dlqnlkpn3pnhk2m09jdx3iw3m6xk31pw2m5xrpcmqk3bll68mw6";
};
inputs = [ pkgs.luajit ];
preConfigure = ''