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: a8fc904c7c0d
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: af57b17404ee
Choose a head ref

Commits on Oct 21, 2019

  1. caf: 0.17.1 -> 0.17.2

    tobim committed Oct 21, 2019
    Copy the full SHA
    dc1e9ee View commit details
  2. caf: enable openssl support

    tobim committed Oct 21, 2019
    Copy the full SHA
    53bd4eb View commit details
  3. caf: disable examples

    tobim committed Oct 21, 2019
    Copy the full SHA
    afcf63b View commit details
  4. caf: enable checks

    tobim committed Oct 21, 2019
    Copy the full SHA
    f5d9997 View commit details

Commits on Nov 6, 2019

  1. multipath-tools: Fix prefix

    udev rules and manpages in section 8 were installed into $out/usr
    
    Results in the following derivation output diff:
    
     lib/systemd/system
     lib/systemd/system/multipathd.service
     lib/systemd/system/multipathd.socket
    +lib/udev
    +lib/udev/kpartx_id
    +lib/udev/rules.d
    +lib/udev/rules.d/11-dm-mpath.rules
    +lib/udev/rules.d/11-dm-parts.rules
    +lib/udev/rules.d/56-multipath.rules
    +lib/udev/rules.d/66-kpartx.rules
    +lib/udev/rules.d/68-del-part-nodes.rules
     sbin
     share
     share/man
    @@ -79,25 +87,14 @@
     share/man/man3/mpath_persistent_reserve_out.3.gz
     share/man/man5
     share/man/man5/multipath.conf.5.gz
    +share/man/man8
    +share/man/man8/kpartx.8.gz
    +share/man/man8/mpathpersist.8.gz
    +share/man/man8/multipath.8.gz
    +share/man/man8/multipathd.8.gz
     usr
     usr/include
     usr/include/libdmmp
     usr/include/libdmmp/libdmmp.h
     usr/include/mpath_cmd.h
     usr/include/mpath_persist.h
    -usr/lib
    -usr/lib/udev
    -usr/lib/udev/kpartx_id
    -usr/lib/udev/rules.d
    -usr/lib/udev/rules.d/11-dm-mpath.rules
    -usr/lib/udev/rules.d/11-dm-parts.rules
    -usr/lib/udev/rules.d/56-multipath.rules
    -usr/lib/udev/rules.d/66-kpartx.rules
    -usr/lib/udev/rules.d/68-del-part-nodes.rules
    -usr/share
    -usr/share/man
    -usr/share/man/man8
    -usr/share/man/man8/kpartx.8.gz
    -usr/share/man/man8/mpathpersist.8.gz
    -usr/share/man/man8/multipath.8.gz
    -usr/share/man/man8/multipathd.8.gz
    JohnAZoidberg committed Nov 6, 2019
    Copy the full SHA
    27aa4bf View commit details

Commits on Nov 11, 2019

  1. lutris: add missing gnutls dependency

    fixes #73205. Login with the battle.net client didn't work because gnutls was missing.
    DavHau committed Nov 11, 2019
    Copy the full SHA
    b5f9f70 View commit details

Commits on Dec 10, 2019

  1. Copy the full SHA
    b16d72e View commit details

Commits on Dec 17, 2019

  1. kresd: Unified listen declarations

    Deperecates the interfaces option which was used to generate a host:port
    list whereas the port was always hardcoded to 53. This unifies the
    listen configuration for plain and TLS sockets and allows to specify a
    port without an address for wildcard binds.
    fooker committed Dec 17, 2019
    Copy the full SHA
    f886a14 View commit details

Commits on Dec 21, 2019

  1. mercurial: 4.9.1 -> 5.2.1

    also switch to python3
    Mic92 committed Dec 21, 2019
    Copy the full SHA
    88a473f View commit details
  2. python3.pkgs.qscintilla-qt5: don't propagate pyqt5

    Since this package symlinks pyqt5 in its own tree, propagating pyqt5
    is detected as a conflict by our python setup hook.
    Mic92 committed Dec 21, 2019
    Copy the full SHA
    001999e View commit details
  3. Copy the full SHA
    f508ae5 View commit details
  4. Copy the full SHA
    7b4d5a0 View commit details
  5. Copy the full SHA
    a446ac2 View commit details
  6. h2o: build with openssl

    otherwise we get symbol conflicts, once we link it against applications using
    openssl
    Mic92 committed Dec 21, 2019
    Copy the full SHA
    b9bc389 View commit details
  7. dnsdist: 1.3.2 -> 1.4.0

    - fixes build against boost
    - also enable DoH
    Mic92 committed Dec 21, 2019
    Copy the full SHA
    0913701 View commit details
  8. keepalived: 1.4.5 -> 2.0.19

    Mic92 committed Dec 21, 2019
    Copy the full SHA
    2ce0f06 View commit details
  9. Copy the full SHA
    475aece View commit details
  10. net-snmp: rename from net_snmp

    Mic92 committed Dec 21, 2019
    Copy the full SHA
    725f85e View commit details

Commits on Dec 22, 2019

  1. nixos/keepalived: add test

    Mic92 committed Dec 22, 2019
    Copy the full SHA
    aadfcc0 View commit details
  2. tortoisehg: 5.0.2 -> 5.2.1

    This version is not yet released. However given that python2 will soon
    go end-of-life (without security updates), this seems like a good move.
    The package was also lacking proper qt wrapping and unusable before.
    Mic92 committed Dec 22, 2019
    Copy the full SHA
    7063f6f View commit details
  3. golden-cheetah: Enable libusb support

    Makes it possible to use ANT+ sensors using an ANT+ USB transceiver.
    JohnAZoidberg committed Dec 22, 2019
    Copy the full SHA
    6c8283e View commit details
  4. newsboat: fetch from vcs

    In hopes of working around
    NixOS/nixpkgs#60845. This fetches a gz archive
    instead of xz and also fetches the archive from a different source,
    hopefully avoiding the issue (whatever ist is caused by).
    
    In addition to that, I think that building directly from VCS is
    generally cleaner and more flexible for the following reasons:
    
    - It cuts out and unnecessary middle step.
    
    - It makes sure the version users install is equal to the version users
    may have vetted.
    
    - It makes it easy to develop patches or bisect changes by simply
    checking out a different rev.
    
    - It avoids using upstream-provided "binary" artifacts like those
    generated by autotools.
    timokau committed Dec 22, 2019
    Copy the full SHA
    b747a86 View commit details
  5. Copy the full SHA
    57ad131 View commit details
  6. Copy the full SHA
    358ab81 View commit details

Commits on Dec 23, 2019

  1. bind: 9.14.8 -> 9.14.9

    r-ryantm committed Dec 23, 2019
    Copy the full SHA
    603e3b1 View commit details
  2. dhcpcd: 8.1.2 -> 8.1.4

    r-ryantm committed Dec 23, 2019
    Copy the full SHA
    0bc45ec View commit details
  3. debianutils: 4.9 -> 4.9.1

    r-ryantm committed Dec 23, 2019
    Copy the full SHA
    1980044 View commit details
  4. Copy the full SHA
    bf346fe View commit details
  5. gnunet: 0.11.8 -> 0.12.0

    mehlon committed Dec 23, 2019
    Copy the full SHA
    6c7fe45 View commit details
  6. klaus: 1.5.0 -> 1.5.1

    r-ryantm committed Dec 23, 2019
    Copy the full SHA
    6a99b46 View commit details
  7. acme-client: 0.2.4 -> 0.2.5

    ruuda committed Dec 23, 2019
    Copy the full SHA
    6d4c873 View commit details
  8. kotlin: 1.3.60 -> 1.3.61

    r-ryantm committed Dec 23, 2019
    Copy the full SHA
    c4877dc View commit details
  9. rofi: fix displaying hicolor icons

    This adds the hicolor theme to XDG_DATA_DIRS for rofi and moves all
    wrapping to rofi/wrapper.nix.
    
    The wrapper will now always be generated, even when a theme is not provided.
    kira-bruneau committed Dec 23, 2019
    Copy the full SHA
    b12dfd0 View commit details
  10. libplacebo: 1.21.0 -> 1.29.0

    r-ryantm committed Dec 23, 2019
    Copy the full SHA
    1c44f69 View commit details
  11. mediawiki: 1.33.1 -> 1.34.0

    r-ryantm committed Dec 23, 2019
    Copy the full SHA
    9e5179b View commit details

Commits on Dec 24, 2019

  1. libngspice: 30 -> 31

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    88f52d4 View commit details
  2. mate.caja: 1.22.2 -> 1.22.3

    romildo committed Dec 24, 2019
    Copy the full SHA
    3b18010 View commit details
  3. Copy the full SHA
    cd795f7 View commit details
  4. Copy the full SHA
    4ffda2a View commit details
  5. pympress: 1.4.0 -> 1.5.1

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    84a23aa View commit details
  6. postman: 7.12.0 -> 7.14.0

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    23ff950 View commit details
  7. Copy the full SHA
    00907b2 View commit details
  8. Copy the full SHA
    139c18d View commit details
  9. remmina: 1.3.7 -> 1.3.8

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    fbbec90 View commit details
  10. rsnapshot: 1.4.2 -> 1.4.3

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    702863b View commit details
  11. nixosTests.mumble: port to python

    nh2 committed Dec 24, 2019
    Copy the full SHA
    c6a032e View commit details
  12. rng-tools: 6.8 -> 6.9

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    8158563 View commit details
  13. sbt: 1.3.4 -> 1.3.5

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    23436b5 View commit details
  14. simplenote: 1.11.0 -> 1.12.0

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    cb9a102 View commit details
  15. nixos/awstats: refactor module

    Ben Harper authored and aanderse committed Dec 24, 2019
    Copy the full SHA
    dade94c View commit details
Loading