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: 851cfedb5328
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: 87d8ba0ae62a
Choose a head ref

Commits on Feb 6, 2019

  1. brave: 0.58.21 -> 0.59.34

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/brave/versions
    r-ryantm authored and worldofpeace committed Feb 6, 2019
    Copy the full SHA
    9c931c4 View commit details
  2. albert: 0.15.0 -> 0.16.1

    Synthetica9 authored and worldofpeace committed Feb 6, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7924ba0 View commit details
  3. Copy the full SHA
    2aed6b2 View commit details
  4. Copy the full SHA
    9abf5e3 View commit details
  5. Copy the full SHA
    33fa293 View commit details
  6. ledger: 3.1.1 -> 3.1.2

    jabranham committed Feb 6, 2019
    Copy the full SHA
    783c465 View commit details
  7. Copy the full SHA
    117551c View commit details
  8. Copy the full SHA
    bd7e5b5 View commit details
  9. Copy the full SHA
    7870ada View commit details
  10. linux: 4.20.6 -> 4.20.7

    NeQuissimus committed Feb 6, 2019
    Copy the full SHA
    7b0bf31 View commit details
  11. Merge pull request #55295 from jabranham/ledger

    ledger: 3.1.1 -> 3.1.2
    jwiegley authored Feb 6, 2019
    Copy the full SHA
    82efd22 View commit details
  12. Copy the full SHA
    b32491f View commit details
  13. Copy the full SHA
    3b7713a View commit details
  14. Copy the full SHA
    2fac8b2 View commit details
  15. Copy the full SHA
    3fa5f62 View commit details
  16. Copy the full SHA
    6642f3f View commit details
  17. jackett: 0.10.660 -> 0.10.707

    Vskilet authored and worldofpeace committed Feb 6, 2019
    Copy the full SHA
    3592dd0 View commit details
  18. Merge pull request #52852 from jokogr/f/syncthing-service

    syncthing: Fix systemd service
    infinisil authored Feb 6, 2019
    Copy the full SHA
    08870ee View commit details
  19. Copy the full SHA
    c7191de View commit details
  20. Copy the full SHA
    e4156fb View commit details
  21. pdfpc: 4.3.1_0 -> 4.3.2

    pSub committed Feb 6, 2019
    Copy the full SHA
    e5cb280 View commit details
  22. Merge pull request #55356 from lejonet/ceph-libvirt-qemu

    Add optional ceph support for libvirt and qemu
    srhb authored Feb 6, 2019
    Copy the full SHA
    1c10f5e View commit details
  23. imagemagick: add djvu support

    pacien authored and veprbl committed Feb 6, 2019
    Copy the full SHA
    87d8ba0 View commit details
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/syncthing.nix
Original file line number Diff line number Diff line change
@@ -122,7 +122,7 @@ in {

systemd.packages = [ pkgs.syncthing ];

users = mkIf (cfg.user == defaultUser) {
users = mkIf (cfg.systemService && cfg.user == defaultUser) {
users."${defaultUser}" =
{ group = cfg.group;
home = cfg.dataDir;
6 changes: 3 additions & 3 deletions pkgs/applications/audio/pulseaudio-modules-bt/default.nix
Original file line number Diff line number Diff line change
@@ -23,13 +23,13 @@ let

in stdenv.mkDerivation rec {
name = "pulseaudio-modules-bt-${version}";
version = "unstable-2018-11-01";
version = "unstable-2019-01-05";

src = fetchFromGitHub {
owner = "EHfive";
repo = "pulseaudio-modules-bt";
rev = "a2f62fcaa702bb883c07d074ebca8d7135520ab8";
sha256 = "1fhg7q9064zikhy0xxldn4fvh49pc47mgikcbd9yhsk66gcn6zj3";
rev = "4b0cde160c96f40d860fef267a6ded49ae045be0";
sha256 = "15jw5nf2dhqqdwzyh2x5kdkrq7f3qn140gw6gmspcai9kplhk24w";
fetchSubmodules = true;
};

4 changes: 2 additions & 2 deletions pkgs/applications/graphics/ImageMagick/7.0.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, pkgconfig, libtool
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg, djvulibre
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, libheif
, ApplicationServices
}:
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {

buildInputs =
[ zlib fontconfig freetype ghostscript
libpng libtiff libxml2 libheif
libpng libtiff libxml2 libheif djvulibre
]
++ lib.optionals (!stdenv.hostPlatform.isMinGW)
[ openexr librsvg openjpeg ]
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/ImageMagick/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, pkgconfig, libtool
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg
, bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg, djvulibre
, lcms2, openexr, libpng, librsvg, libtiff, libxml2, openjpeg, libwebp, fftw, libheif, libde265
, ApplicationServices
}:
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {

buildInputs =
[ zlib fontconfig freetype ghostscript
libpng libtiff libxml2 libheif libde265
libpng libtiff libxml2 libheif libde265 djvulibre
]
++ lib.optionals (!stdenv.hostPlatform.isMinGW)
[ openexr librsvg openjpeg ]
6 changes: 3 additions & 3 deletions pkgs/applications/misc/albert/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

mkDerivation rec {
pname = "albert";
version = "0.15.0";
version = "0.16.1";

src = fetchFromGitHub {
owner = "albertlauncher";
repo = "albert";
rev = "v${version}";
sha256 = "063z9yq6bsxcsqsw1n93ks5dzhzv6i252mjz1d5mxhxvgmqlfk0v";
sha256 = "04sr35fqz66i24lv7r2p9qfqxs55i8xpj7aam0v9yakcr33lf55a";
fetchSubmodules = true;
};

@@ -25,7 +25,7 @@ mkDerivation rec {

postPatch = ''
sed -i "/QStringList dirs = {/a \"$out/libs\"," \
lib/albertcore/src/core/albert.cpp
src/app/main.cpp
'';

preBuild = ''
8 changes: 4 additions & 4 deletions pkgs/applications/misc/pdfpc/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "${product}-${version}";
product = "pdfpc";
version = "4.3.1_0";
version = "4.3.2";

src = fetchFromGitHub {
repo = "pdfpc";
owner = "pdfpc";
repo = product;
owner = product;
rev = "v${version}";
sha256 = "04bvgpdy3l030jd1f87a94lz4lky29skpak3k0bzazsajwpywprd";
sha256 = "15y6g92fp6x6dwwhrhkfny5z20w7pq9c8w19fh2vzff9aa6m2h9z";
};

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/brave/default.nix
Original file line number Diff line number Diff line change
@@ -76,11 +76,11 @@ let rpath = lib.makeLibraryPath [

in stdenv.mkDerivation rec {
pname = "brave";
version = "0.58.21";
version = "0.59.34";

src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "0mml8zjpm8gjw3krppr57y4p10ky975v0s4wyyx7ixr1lzk2qp11";
sha256 = "1i14y01387q0h12w6h780v9d98qygmx0w0vbygy4w9x9aj5nnask";
};

dontConfigure = true;
Loading