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: 6058a769fc16
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: a84cbb60f029
Choose a head ref

Commits on Dec 11, 2019

  1. Copy the full SHA
    35f7d38 View commit details

Commits on Jun 10, 2020

  1. Copy the full SHA
    8c57cff View commit details
  2. paraview: 5.6.3 -> 5.8.0

    jobojeha committed Jun 10, 2020
    Copy the full SHA
    7d424a4 View commit details

Commits on Jun 12, 2020

  1. Copy the full SHA
    d55e70b View commit details

Commits on Jun 13, 2020

  1. Copy the full SHA
    1c61d87 View commit details
  2. openjdk: 11.0.6 -> 11.0.7

    asbachb committed Jun 13, 2020
    Copy the full SHA
    890485a View commit details
  3. nextcloud: 18.0.4 -> 18.0.6

    tokudan committed Jun 13, 2020
    Copy the full SHA
    660973d View commit details

Commits on Jun 14, 2020

  1. Copy the full SHA
    8dc2ec2 View commit details
  2. Copy the full SHA
    03690ba View commit details

Commits on Jun 15, 2020

  1. routinator: 0.7.0 -> 0.7.1

    0x4A6F committed Jun 15, 2020
    Copy the full SHA
    dd25ff3 View commit details
  2. Copy the full SHA
    a136ba7 View commit details
  3. Copy the full SHA
    813bd1a View commit details

Commits on Jun 17, 2020

  1. rmlint: fix running rmlint --gui

    rmlint has a `--gui` option which is writing a python "bootstrap" script
    in `/tmp`.
    
    It currently can't find its own python modules, as we don't prefix
    `PYTHONPATH` to point to it. Also, there's some other runtime
    dependencies, mostly due to using gtk from python(3), which also needs
    to be preprended to `PYTHONPATH`.
    
    The `rmlint` GUI components also execute `rmlint` again with `--version`
    to determine some features, for which we need to prefix `PATH` with
    `$out/bin`.
    flokli committed Jun 17, 2020
    Copy the full SHA
    35040cf View commit details

Commits on Jun 18, 2020

  1. Copy the full SHA
    110d6a8 View commit details
  2. Copy the full SHA
    9e7da18 View commit details
  3. Copy the full SHA
    2e7e277 View commit details
  4. open-vm-tools: fix build

    tteggel committed Jun 18, 2020
    Copy the full SHA
    94e7fdf View commit details
  5. nixos/buildbot-master: support reporters, migrate away from status

    Since Buildbot 0.9.0, status targets were deprecated and ignored.
    There's a very small line on startup explaining that, and status simply
    isn't reported. Avoid others the same headaches, and do it right in the
    NixOS module.
    
    As there might have been changes in the way reporters are organized, and
    configuration might need to be migrated remove the old option, and not
    just provide an alias.
    flokli committed Jun 18, 2020
    Copy the full SHA
    9538bf5 View commit details
  6. Merge pull request #90211 from lovesegfault/r-a-bump

    rust-analyzer: 2020-06-01 -> 2020-06-08
    flokli authored Jun 18, 2020
    Copy the full SHA
    f761f29 View commit details
  7. Merge pull request #90709 from lovesegfault/pio-4.3.4

    platformio: 4.3.1 -> 4.3.4
    danieldk authored Jun 18, 2020
    Copy the full SHA
    d1037c6 View commit details
  8. oil: 0.8.pre4 -> 0.8.pre6

    kidd committed Jun 18, 2020
    Copy the full SHA
    69199b0 View commit details
  9. Merge pull request #90072 from jobojeha/paraview_5_8

    paraview: 5.6.3 -> 5.8.0
    dguibert authored Jun 18, 2020
    Copy the full SHA
    e1e044e View commit details
  10. Merge pull request #91043 from flokli/buildbot-reporters

    nixos/buildbot-master: support reporters, migrate away from status
    flokli authored Jun 18, 2020
    Copy the full SHA
    e051dab View commit details
  11. nixos/fontconfig: Move deprecated ultimate removals to relevant module

    This was a mistake in NixOS/nixpkgs#61570, this
    does not belong to prometheus
    infinisil committed Jun 18, 2020
    Copy the full SHA
    78453e6 View commit details
  12. Merge pull request #90476 from 0x4A6F/master-routinator

    routinator: 0.7.0 -> 0.7.1
    Lassulus authored Jun 18, 2020
    Copy the full SHA
    46405e7 View commit details
  13. Merge pull request #83874 from expipiplus1/joe-swiftshader

    swiftshader: init at 2020-03-31
    Lassulus authored Jun 18, 2020
    Copy the full SHA
    eed368a View commit details
  14. Merge pull request #90073 from r-ryantm/auto-update/ocaml4.10.0-ppx_d…

    …eriving
    
    ocamlPackages.ppx_deriving: 4.4.1 -> 4.5
    markuskowa authored Jun 18, 2020
    Copy the full SHA
    8b2d48e View commit details
  15. Merge pull request #75510 from helsinki-systems/systemd-path-type

    nixos/systemd: Use a proper type for unit paths
    flokli authored Jun 18, 2020
    Copy the full SHA
    c1e7366 View commit details
  16. Merge pull request #91061 from kidd/bump-oil-shell

    oil: 0.8.pre4 -> 0.8.pre6
    Mic92 authored Jun 18, 2020
    Copy the full SHA
    54f5357 View commit details
  17. nixos/systemd: allow str in systemd.services.<name>.path

    Turns out, #75510 was too restrictive.
    
    We also need to allow str here, as some modules set this to
    "/run/wrappers" to bring `/run/wrappers/bin` into $PATH of a unit.
    flokli committed Jun 18, 2020
    Copy the full SHA
    1c9e02b View commit details
  18. Merge pull request #91065 from Infinisil/move-fontultimate

    nixos/fontconfig: Move deprecated ultimate removals to relevant module
    flokli authored Jun 18, 2020
    Copy the full SHA
    f5f8b08 View commit details
  19. Copy the full SHA
    af729e9 View commit details
  20. Merge pull request #90730 from romildo/upd.matcha-gtk-theme

    matcha-gtk-theme: 2020-05-24 -> 2020-06-18
    flokli authored Jun 18, 2020
    Copy the full SHA
    3ceb142 View commit details
  21. Merge pull request #90268 from tokudan/nextcloud1806

    nextcloud: 18.0.4 -> 18.0.6
    Mic92 authored Jun 18, 2020
    Copy the full SHA
    79b964a View commit details
  22. Merge pull request #90267 from flokli/rmlint-gui

    rmlint: fix running rmlint --gui
    flokli authored Jun 18, 2020
    Copy the full SHA
    79e8ba7 View commit details
  23. Merge pull request #91068 from flokli/nixos-systemd-unit-path-types

    nixos/systemd: allow str in systemd.services.<name>.path
    flokli authored Jun 18, 2020
    Copy the full SHA
    757ba19 View commit details
  24. Copy the full SHA
    508a132 View commit details
  25. libmodulemd_1: drop

    rpm-ostree now uses 2.0
    jtojnar committed Jun 18, 2020
    Copy the full SHA
    6f22db6 View commit details
  26. Merge pull request #90501 from r-ryantm/auto-update/ct

    container-linux-config-transpiler: 0.7.0 -> 0.9.0
    flokli authored Jun 18, 2020
    Copy the full SHA
    bde91a6 View commit details
  27. Merge pull request #90500 from r-ryantm/auto-update/cinnamon-translat…

    …ions
    
    cinnamon.cinnamon-translations: 4.4.2 -> 4.6.0
    flokli authored Jun 18, 2020
    Copy the full SHA
    1d0c249 View commit details
  28. Merge pull request #90328 from priegger/fix/sane-backends

    sane-backends: 1.0.28 -> 1.0.30
    flokli authored Jun 18, 2020
    Copy the full SHA
    34efb1d View commit details
  29. Merge pull request #90289 from r-ryantm/auto-update/adoptopenjdk-iced…

    …tea-web
    
    adoptopenjdk-icedtea-web: 1.8.3 -> 1.8.4
    flokli authored Jun 18, 2020
    Copy the full SHA
    6b2c9aa View commit details
  30. Merge pull request #90234 from asbachb/update-jdk-11.0.7

    openjdk: 11.0.6 -> 11.0.7
    flokli authored Jun 18, 2020
    Copy the full SHA
    ccaa301 View commit details
  31. nixos/systemd-boot: fix incorrect string formatting

    Currently, this always writes "default nixos-generation-%d.conf" without
    replacing the "%d" in the string.
    Python .format() is not equivalent to "%"
    danielfullmer committed Jun 18, 2020
    Copy the full SHA
    1d4dc14 View commit details

Commits on Jun 19, 2020

  1. Merge pull request #91073 from danielfullmer/systemd-string-format

    nixos/systemd-boot: fix incorrect string formatting
    flokli authored Jun 19, 2020
    Copy the full SHA
    a84cbb6 View commit details
Loading