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: 2628f20267d0
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: c438ce12a858
Choose a head ref

Commits on Dec 21, 2019

  1. Copy the full SHA
    b092c46 View commit details

Commits on Jan 6, 2020

  1. gthumb: 3.8.2 -> 3.8.3

    r-ryantm committed Jan 6, 2020
    Copy the full SHA
    8b42ff4 View commit details

Commits on Jan 8, 2020

  1. nixos/systemd-lib: don't fail on systemd.packages duplicates

    In some cases like we've noticed in NixOS/nixpkgs#76169,
    having duplicate packages in systemd.packages like
    ```
    systemd.packages = [ gnome-shell gnome-shell gnome-session ];
    ```
    breaks.
    
    Here we use an associative array to ensure no
    duplicate paths when we symlink all the units listed
    in systemd.packages.
    worldofpeace committed Jan 8, 2020
    Copy the full SHA
    1c2e27e View commit details

Commits on Jan 11, 2020

  1. Copy the full SHA
    a498f33 View commit details

Commits on Jan 13, 2020

  1. ceph: 14.2.5 -> 14.2.6

    srhb committed Jan 13, 2020
    Copy the full SHA
    fe4d213 View commit details
  2. psi-plus: 1.4.904 -> 1.4.984

    Also fix 'ld: cannot find -lsecret-1 error' on build and crash with 'This application failed to start because no Qt platform plugin could be initialized' error on startup.
    misuzu committed Jan 13, 2020
    Copy the full SHA
    9d28b0b View commit details
  3. calibre: 3.48 -> 4.8

    peterhoeg committed Jan 13, 2020
    Copy the full SHA
    f005f2d View commit details

Commits on Jan 14, 2020

  1. blitz: remove package

    This is very out of date, is pinned to an old version of boost, and the last
    update was 2.5 years ago marking it as broken. Since no one has fixed it or
    upgraded to the least version, it seems a strong indication it's no longer
    used/wanted/maintained and should be removed.
    bhipple committed Jan 14, 2020
    Copy the full SHA
    fd7ae52 View commit details
  2. Copy the full SHA
    61c61f8 View commit details
  3. Copy the full SHA
    0956fca View commit details

Commits on Jan 15, 2020

  1. avocode: 4.2.1 -> 4.2.2

    r-ryantm committed Jan 15, 2020
    Copy the full SHA
    869d157 View commit details
  2. swift: refactor phases and patch documentation

    * simplify versioning
    * uniform patch documentation
    * reorder phases so they read in order
    * reorder scripts for readability
    * GNU toolchain dir:
      handle sysroot for GNU toolchain like for C headers, so that
      GCC_INSTALL_PREFIX is actually used correctly
    mroi committed Jan 15, 2020
    Copy the full SHA
    29098a8 View commit details
  3. swift: 5.0.2 -> 5.1.1

    mroi committed Jan 15, 2020
    Copy the full SHA
    b472f4a View commit details
  4. swift: fix UUID module and enable tests

    * fix UUID compilation error
      This was pointed out by Swift’s test suite.
    * enable tests after build
      Two broken tests disabled for now.
    mroi committed Jan 15, 2020
    Copy the full SHA
    b82d443 View commit details
  5. openxray: fix build

    gnidorah committed Jan 15, 2020
    Copy the full SHA
    4c8bbe9 View commit details
  6. Copy the full SHA
    b0dac58 View commit details
  7. unstick: init at 0.1.0

    kwohlfahrt committed Jan 15, 2020
    Copy the full SHA
    733113e View commit details
  8. quartus: init at 19.1.0.670

    This requires a FHSUserEnv because the licensing executable checksums
    itself (I think).
    
    The override of libpng is a bit ugly, can this be cleaned up?
    kwohlfahrt committed Jan 15, 2020
    Copy the full SHA
    38e6c84 View commit details
  9. Copy the full SHA
    725fd9f View commit details
  10. Copy the full SHA
    0e76e3b View commit details
  11. Copy the full SHA
    ba9066a View commit details

Commits on Jan 16, 2020

  1. yle-dl: add setuptools dependency

    yle-dl was failing with the following error:
    
      ImportError: No module named pkg_resources
    
    Adding setuptools to propagatedBuildInputs fixes this issue.
    jluttine committed Jan 16, 2020
    Copy the full SHA
    080da6a View commit details
  2. Copy the full SHA
    57d90bd View commit details
  3. Copy the full SHA
    14dd35e View commit details
  4. Copy the full SHA
    f8eb39b View commit details

Commits on Jan 17, 2020

  1. texlive: touchup documentation (#77718)

    The `bash` pragma gives syntax highlighting on the file, and removing the
    prompts allows a user to just copy-paste the entire block into the terminal to
    run the update.
    bhipple authored and veprbl committed Jan 17, 2020
    Copy the full SHA
    39700a6 View commit details
  2. Copy the full SHA
    567655c View commit details
  3. Copy the full SHA
    029cdb7 View commit details
  4. Copy the full SHA
    9789c3d View commit details
  5. fsmon: 1.5 -> 1.6.1

    r-ryantm committed Jan 17, 2020
    Copy the full SHA
    9d35bc0 View commit details
  6. jumpapp: 1.0 -> 1.1

    r-ryantm committed Jan 17, 2020
    Copy the full SHA
    3f2c224 View commit details
  7. notejot: 1.5.8 -> 1.6.0

    r-ryantm committed Jan 17, 2020
    Copy the full SHA
    9e27f05 View commit details
  8. quartus: init at 19.1.0.670 (#75561)

    quartus: init at 19.1.0.670
    Mic92 authored Jan 17, 2020
    Copy the full SHA
    d3a0bef View commit details
  9. Merge pull request #77873 from r-ryantm/auto-update/fsmon

    fsmon: 1.5 -> 1.6.1
    mmahut authored Jan 17, 2020
    Copy the full SHA
    e62408b View commit details
  10. Merge pull request #77657 from bhipple/remove/blitz

    blitz: remove package
    mmahut authored Jan 17, 2020
    Copy the full SHA
    4a49a78 View commit details
  11. coz: 0.2.0 -> 0.2.1 (#77870)

    r-ryantm authored and zimbatm committed Jan 17, 2020
    Copy the full SHA
    b8d0312 View commit details
  12. Copy the full SHA
    a4c0b61 View commit details
  13. zfsnap: init at 2.0.0-beta3

    Co-authored-by: Silvan Mosberger <contact@infinisil.com>
    woffs and infinisil committed Jan 17, 2020
    Copy the full SHA
    7b920bc View commit details
  14. Copy the full SHA
    0553f2a View commit details
  15. Copy the full SHA
    2f3701e View commit details
  16. pwndbg: 2019.01.25 -> 2019.12.09 (#77896)

    pwndbg: 2019.01.25 -> 2019.12.09
    Mic92 authored Jan 17, 2020
    Copy the full SHA
    15dbf52 View commit details
  17. urh: 2.8.1 -> 2.8.2

    r-ryantm committed Jan 17, 2020
    Copy the full SHA
    6140752 View commit details
  18. computecpp: init at 1.2.0

    Signed-off-by: David Wood <david.wood@codeplay.com>
    davidtwco committed Jan 17, 2020
    Copy the full SHA
    853372b View commit details
  19. vkquake: 1.03.0 -> 1.04.1

    r-ryantm committed Jan 17, 2020
    Copy the full SHA
    709f505 View commit details
  20. wakatime: 13.0.2 -> 13.0.3

    r-ryantm committed Jan 17, 2020
    Copy the full SHA
    9584607 View commit details
  21. wavemon: 0.9.0 -> 0.9.1

    r-ryantm committed Jan 17, 2020
    Copy the full SHA
    34cec31 View commit details
  22. xlayoutdisplay: 1.1.0 -> 1.1.1

    dtzWill authored and alyssais committed Jan 17, 2020
    Copy the full SHA
    8572179 View commit details
  23. xsecurelock: 1.6.0 -> 1.7.0

    r-ryantm committed Jan 17, 2020
    Copy the full SHA
    f9bf683 View commit details
  24. zfsnap: init at 2.0.0-beta3 (#70234)

    zfsnap: init at 2.0.0-beta3
    infinisil authored Jan 17, 2020
    Copy the full SHA
    0866527 View commit details
  25. Merge pull request #77662 from marijanp/verbose-python-test-driver

    nixos/test: added verbose output for failed tests
    flokli authored Jan 17, 2020
    Copy the full SHA
    ed0b5b6 View commit details
Loading