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

Commits on Oct 6, 2019

  1. unit: 1.11.0 -> 1.12.0

    Izorkin committed Oct 6, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    callahad Dan Callahan
    Copy the full SHA
    1134fb4 View commit details

Commits on Oct 9, 2019

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

    unit: 1.11.0 -> 1.12.0
    c0bw3b authored Oct 9, 2019
    Copy the full SHA
    dbf2177 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
@@ -14,14 +14,14 @@
with stdenv.lib;

stdenv.mkDerivation rec {
version = "1.11.0";
version = "1.12.0";
pname = "unit";

src = fetchFromGitHub {
owner = "nginx";
repo = "unit";
rev = version;
sha256 = "05qplbwki8kcj0xy9d39gf8lhwwg2cx24waxd1q5cb0fq9a5hprm";
sha256 = "1ylzfsajjfaxzn7mycjs69ms4x58r4szpk07kqrmbf03dp2cmxkq";
};

nativeBuildInputs = [ which ];