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

Commits on Sep 4, 2020

  1. Copy the full SHA
    aca8ce7 View commit details

Commits on Sep 11, 2020

  1. Merge pull request #97078 from bbigras/openresty

    openresty: 1.15.8.3 -> 1.17.8.2
    AndersonTorres authored Sep 11, 2020
    Copy the full SHA
    bbafcaa View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/servers/http/openresty/default.nix
6 changes: 3 additions & 3 deletions pkgs/servers/http/openresty/default.nix
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@

callPackage ../nginx/generic.nix args rec {
pname = "openresty";
nginxVersion = "1.15.8";
version = "${nginxVersion}.3";
nginxVersion = "1.17.8";
version = "${nginxVersion}.2";

src = fetchurl {
url = "https://openresty.org/download/openresty-${version}.tar.gz";
sha256 = "1a1la7vszv1parsnhphydblz64ffhycazncn3ividnvqg2mg735n";
sha256 = "1813w33hjm1hcqvl3b3f67qgi5zfjiqg6s01hiy12a5j3jqilcig";
};

fixPatch = patch: let name = patch.name or (builtins.baseNameOf patch); in