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: a06925d8c608
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: b0bbacb52134
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 Dec 10, 2019

  1. Copy the full SHA
    b16d72e 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
    a446ac2 View commit details
  4. 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
  5. 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
  6. keepalived: 1.4.5 -> 2.0.19

    Mic92 committed Dec 21, 2019
    Copy the full SHA
    2ce0f06 View commit details
  7. Copy the full SHA
    475aece View commit details
  8. 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. blender: 2.81 -> 2.81a

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

    r-ryantm committed Dec 23, 2019
    Copy the full SHA
    1980044 View commit details
  3. Copy the full SHA
    8c93017 View commit details
  4. Copy the full SHA
    bf346fe View commit details
  5. kotlin: 1.3.60 -> 1.3.61

    r-ryantm committed Dec 23, 2019
    Copy the full SHA
    c4877dc View commit details
  6. Copy the full SHA
    e4e7f3a View commit details
  7. 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
  8. libplacebo: 1.21.0 -> 1.29.0

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

    r-ryantm committed Dec 23, 2019
    Copy the full SHA
    9e5179b View commit details
  10. pythonPackages.Theano: fix darwin build

    This only formally fixes the name of the compiler. Theano appears to be
    working on darwin after this.
    veprbl committed Dec 23, 2019
    Copy the full SHA
    d4f1fa7 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. mixxx: 2.2.2 -> 2.2.3

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

    romildo committed Dec 24, 2019
    Copy the full SHA
    3b18010 View commit details
  4. nco: 4.9.0 -> 4.9.1

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    cbce288 View commit details
  5. openmpt123: 0.4.9 -> 0.4.10

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    280da2c View commit details
  6. palemoon: 28.7.2 -> 28.8.0

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    918ca56 View commit details
  7. Copy the full SHA
    4aeb0f0 View commit details
  8. croc: 6.4.7 -> 6.4.8

    equirosa committed Dec 24, 2019
    Copy the full SHA
    52e490f View commit details
  9. pympress: 1.4.0 -> 1.5.1

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    84a23aa View commit details
  10. dbeaver: 6.3.0 -> 6.3.1

    jojosch committed Dec 24, 2019
    Copy the full SHA
    5714a71 View commit details
  11. quilter: 2.0.3 -> 2.0.4

    r-ryantm committed Dec 24, 2019
    Copy the full SHA
    a0b6ba5 View commit details
  12. Merge pull request #76360 from equirosa/croc

    croc: 6.4.7 -> 6.4.8
    marsam authored Dec 24, 2019
    Copy the full SHA
    75eb26d View commit details
  13. Merge pull request #76369 from jojosch/dbeaver_6.3.1

    dbeaver: 6.3.0 -> 6.3.1
    marsam authored Dec 24, 2019
    Copy the full SHA
    11cf832 View commit details
  14. Merge pull request #76263 from marsam/update-spotify-tui

    spotify-tui: 0.10.0 -> 0.11.0
    marsam authored Dec 24, 2019
    Copy the full SHA
    d38fb12 View commit details
  15. wob: 0.4 -> 0.5

    primeos committed Dec 24, 2019
    Copy the full SHA
    477f446 View commit details
  16. ocamlPackages.irmin: init at 1.4.0 (#74818)

    alexfmpe authored and vbgl committed Dec 24, 2019
    Copy the full SHA
    c7a9cb0 View commit details
  17. qmmp: 1.3.4 -> 1.3.5

    r-ryantm authored and bjornfor committed Dec 24, 2019
    Copy the full SHA
    8e3d175 View commit details
  18. Merge pull request #76346 from r-ryantm/auto-update/nco

    nco: 4.9.0 -> 4.9.1
    ryantm authored Dec 24, 2019
    Copy the full SHA
    26fd229 View commit details
  19. Merge pull request #76357 from r-ryantm/auto-update/palemoon

    palemoon: 28.7.2 -> 28.8.0
    ryantm authored Dec 24, 2019
    Copy the full SHA
    54ae894 View commit details
  20. Merge pull request #76339 from r-ryantm/auto-update/mixxx

    mixxx: 2.2.2 -> 2.2.3
    ryantm authored Dec 24, 2019
    Copy the full SHA
    eb4149f View commit details
Loading