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

Commits on Oct 31, 2020

  1. unit: 1.19.0 -> 1.20.0

    Izorkin committed Oct 31, 2020
    Copy the full SHA
    fb25f00 View commit details

Commits on Nov 2, 2020

  1. Merge pull request #102240 from Izorkin/nginx-unit

    unit: 1.19.0 -> 1.20.0
    stigtsp authored Nov 2, 2020
    Copy the full SHA
    818f2dd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/http/unit/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/http/unit/default.nix
Original file line number Diff line number Diff line change
@@ -30,14 +30,14 @@ let
php74-unit = php74.override phpConfig;

in stdenv.mkDerivation rec {
version = "1.19.0";
version = "1.20.0";
pname = "unit";

src = fetchFromGitHub {
owner = "nginx";
repo = "unit";
rev = version;
sha256 = "0k3q42q198sb0w6hyyymw92dbhz67axn6w6vnzr0d883xw3sva7k";
sha256 = "1qmcz01ifmd80qgpvf1y8nhad6yk56772xdhqvwfxn3mdjfqvcs8";
};

nativeBuildInputs = [ which ];