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

Commits on Apr 23, 2020

  1. nginxStable: 1.16.1 -> 1.18.0

    Izorkin committed Apr 23, 2020
    Copy the full SHA
    2e6cd80 View commit details
  2. Copy the full SHA
    cbfe203 View commit details

Commits on Apr 24, 2020

  1. Merge pull request #85856 from Izorkin/nginx-update

    nginx: update to 1.18.0
    flokli authored Apr 24, 2020
    Copy the full SHA
    6e89b44 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/servers/http/nginx/mainline.nix
  2. +2 −2 pkgs/servers/http/nginx/stable.nix
4 changes: 2 additions & 2 deletions pkgs/servers/http/nginx/mainline.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ callPackage, ... }@args:

callPackage ./generic.nix args {
version = "1.17.9";
sha256 = "12dnrdxwnlid0wr797vdxj9z1fmxnk7ib55bznvl2g3mbi05vmkx";
version = "1.18.0";
sha256 = "16azscl74ym1far0s0p6xsjin1k1cm4wk80i9x5d74dznmx3wdsc";
}
4 changes: 2 additions & 2 deletions pkgs/servers/http/nginx/stable.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ callPackage, ... } @ args:

callPackage ./generic.nix args {
version = "1.16.1";
sha256 = "0az3vf463b538ajvaq94hsz9ipmjgnamfj1jy0v5flfks5njl77i";
version = "1.18.0";
sha256 = "16azscl74ym1far0s0p6xsjin1k1cm4wk80i9x5d74dznmx3wdsc";
}