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: ceb515d4383f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6de8b8f14498
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 11, 2019

  1. Copy the full SHA
    edddf0a View commit details

Commits on Jan 4, 2020

  1. Merge pull request #61722 from Izorkin/pinba-nginx

    nginxModules.pinba: init at 13.05.2019
    ryantm authored Jan 4, 2020
    Copy the full SHA
    6de8b8f View commit details
Showing with 9 additions and 0 deletions.
  1. +9 −0 pkgs/servers/http/nginx/modules.nix
9 changes: 9 additions & 0 deletions pkgs/servers/http/nginx/modules.nix
Original file line number Diff line number Diff line change
@@ -258,6 +258,15 @@ in
inputs = [ pkgs.pam ];
};

pinba = {
src = fetchFromGitHub {
owner = "tony2001";
repo = "ngx_http_pinba_module";
rev = "28131255d4797a7e2f82a6a35cf9fc03c4678fe6";
sha256 = "00fii8bjvyipq6q47xhjhm3ylj4rhzmlk3qwxmfpdn37j7bc8p8c";
};
};

push-stream ={
src = fetchFromGitHub {
owner = "wandenberg";