Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7294e168cdc8
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aff3036a6f92
Choose a head ref
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Aug 23, 2019

  1. unit: 1.9.0 -> 1.10.0

    Izorkin committed Aug 23, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    picnoir Félix
    Copy the full SHA
    9332861 View commit details
  2. unifiStable: 5.10.26 -> 5.11.39

    cw789 committed Aug 23, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    andir Andreas Rammhold
    Copy the full SHA
    62ba796 View commit details
  3. Merge pull request #67335 from cw789/unifi_update

    unifiStable: 5.10.26 -> 5.11.39
    mmahut authored Aug 23, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    andir Andreas Rammhold
    Copy the full SHA
    3847e4d View commit details
  4. Merge pull request #67326 from Izorkin/nginx-unit

    unit: 1.9.0 -> 1.10.0
    mmahut authored Aug 23, 2019
    Copy the full SHA
    9730ab8 View commit details

Commits on Aug 24, 2019

  1. Copy the full SHA
    aff3036 View commit details
Showing with 9 additions and 7 deletions.
  1. +2 −2 pkgs/desktops/gnome-3/games/hitori/default.nix
  2. +2 −2 pkgs/servers/http/unit/default.nix
  3. +5 −3 pkgs/servers/unifi/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/games/hitori/default.nix
Original file line number Diff line number Diff line change
@@ -18,11 +18,11 @@

stdenv.mkDerivation rec {
pname = "hitori";
version = "3.31.92";
version = "3.32.0";

src = fetchurl {
url = "mirror://gnome/sources/hitori/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0m2w3zz6v1bsd1fn78ab79d72ywd9vq60rziazsblxsi4qy9dva5";
sha256 = "15s20db2fq4cy031sw20pmf53hxiak44fgyjy5njqnp2h2sg3806";
};

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/servers/http/unit/default.nix
Original file line number Diff line number Diff line change
@@ -15,14 +15,14 @@
with stdenv.lib;

stdenv.mkDerivation rec {
version = "1.9.0";
version = "1.10.0";
name = "unit-${version}";

src = fetchFromGitHub {
owner = "nginx";
repo = "unit";
rev = "${version}";
sha256 = "0f7smgshfzksks2jfhi53g87wiyy38vwgj6aa70ql61m135dx7b1";
sha256 = "00y7hc6bzn38f9mcqxnzddnwwsiba4ss9vwd9vgc95sj0yvv885a";
};

nativeBuildInputs = [ which ];
8 changes: 5 additions & 3 deletions pkgs/servers/unifi/default.nix
Original file line number Diff line number Diff line change
@@ -41,18 +41,20 @@ let

in rec {

# https://help.ubnt.com/hc/en-us/articles/115000441548-UniFi-Current-Controller-Versions / https://community.ui.com/releases
# https://community.ui.com/releases / https://www.ui.com/download/unifi
# Outdated FAQ: https://help.ubnt.com/hc/en-us/articles/115000441548-UniFi-Current-Controller-Versions

unifiLTS = generic {
version = "5.6.42";
sha256 = "0wxkv774pw43c15jk0sg534l5za4j067nr85r5fw58iar3w2l84x";
};

unifiStable = generic {
version = "5.10.26";
sha256 = "0rlppwxiijbzdy3v1khvzck9ypfjyznn2xak34pl0ypgw24jg637";
version = "5.11.39";
sha256 = "0v1gnvdazxa3bcbq8hl6796yw0mxzki2xn4s5im5k5ngmfmnswyj";
};

# TODO: update as it is outdated
unifiTesting = generic {
version = "5.11.18";
suffix = "-996baf2ca5";