Skip to content
This repository has been 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
base: 67d17bc44790
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 943508a7fa95
Choose a head ref
  • 17 commits
  • 16 files changed
  • 15 contributors

Commits on Nov 19, 2019

  1. skypeforlinux: Adding archive.org mirror

    Adding an additional web-archive url to avoid breakage when
    old versions disappear from upstream. Still keeping original location
    to not needlessly hit archive.org (it's also slower).
    d-goldin committed Nov 19, 2019
    Copy the full SHA
    ad8c170 View commit details
    Browse the repository at this point in the history
  2. watchexec: 1.11.1 -> 1.12.0

    marsam authored and Jon committed Nov 19, 2019
    Copy the full SHA
    a5fca20 View commit details
    Browse the repository at this point in the history
  3. nfpm: 1.1.0 -> 1.1.5

    marsam authored and Jon committed Nov 19, 2019
    Copy the full SHA
    78e17ea View commit details
    Browse the repository at this point in the history
  4. Merge pull request #73771 from d-goldin/skype_archiveorg_mirror

    skypeforlinux: Adding archive.org mirror
    grahamc committed Nov 19, 2019
    Copy the full SHA
    cccabc7 View commit details
    Browse the repository at this point in the history
  5. vulnix: 1.9.1 -> 1.9.2

    Bugfix release
    Christian Kauhaus authored and Jon committed Nov 19, 2019
    Copy the full SHA
    52fb21e View commit details
    Browse the repository at this point in the history
  6. fastjet-contrib: init at 1.042

    veprbl authored and Jon committed Nov 19, 2019
    Copy the full SHA
    3ff2360 View commit details
    Browse the repository at this point in the history
  7. croc: 6.2.3 -> 6.4.1

    HugoReeves authored and Jon committed Nov 19, 2019
    Copy the full SHA
    e8f1c6c View commit details
    Browse the repository at this point in the history
  8. glowing-bear: 0.7.1 -> 0.7.2

    Mic92 authored and Jon committed Nov 19, 2019
    Copy the full SHA
    1003613 View commit details
    Browse the repository at this point in the history
  9. displaylink: Disable free space check

    The check fails if you have too much free disk space
    dasJ authored and Lassulus committed Nov 19, 2019
    Copy the full SHA
    f7f1724 View commit details
    Browse the repository at this point in the history
  10. jack2: 1.9.13 -> 1.9.14, fix build arm

    See: https://github.com/jackaudio/jack2/releases/tag/v1.9.14
    
    Thanks for fedora working on python3 there and the arm patch 💖.
    worldofpeace committed Nov 19, 2019
    Copy the full SHA
    61d1338 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #73779 from worldofpeace/jack2-arm-fix-build

    jack2: 1.9.13 -> 1.9.14, fix build arm
    worldofpeace committed Nov 19, 2019
    Copy the full SHA
    504094d View commit details
    Browse the repository at this point in the history
  12. topgrade: init at 3.4.0 (#72976)

    * topgrade: init at 3.4.0
    Br1ght0ne authored and Lassulus committed Nov 19, 2019
    Copy the full SHA
    ae9846c View commit details
    Browse the repository at this point in the history
  13. nixos/syncthing: add versioning

    mrVanDalo authored and Lassulus committed Nov 19, 2019
    Copy the full SHA
    dcdf4ce View commit details
    Browse the repository at this point in the history
  14. bitlbee: fixing test-suite for newer libcheck (#73752)

    Fixes: #73747
    d-goldin authored and veprbl committed Nov 19, 2019
    Copy the full SHA
    2d55135 View commit details
    Browse the repository at this point in the history
  15. libsearpc: 3.1.0 -> 3.2.0

    r-ryantm authored and Lassulus committed Nov 19, 2019
    Copy the full SHA
    1b53f78 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    3de2aeb View commit details
    Browse the repository at this point in the history
  17. nixos/networkd: add Name as valid option to Link

    This has been there since v209 [1]
    
    ```
    The interface name to use. This option has lower precedence than NamePolicy=, so for this setting to take effect, NamePolicy= must either be unset, empty, disabled, or all policies configured there must fail. Also see the example below with "Name=dmz0".
    
    Note that specifying a name that the kernel might use for another interface (for example "eth0") is dangerous because the name assignment done by udev will race with the assignment done by the kernel, and only one interface may use the name. Depending on the order of operations, either udev or the kernel will win, making the naming unpredictable. It is best to use some different prefix, for example "internal0"/"external0" or "lan0"/"lan1"/"lan3".
    ```
    
    [1] systemd/systemd@43b3a5e
    fooker authored and Lassulus committed Nov 19, 2019
    Copy the full SHA
    943508a View commit details
    Browse the repository at this point in the history