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: eca0826b0163
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: cc41aefe4485
Choose a head ref
  • 17 commits
  • 17 files changed
  • 12 contributors

Commits on Oct 24, 2018

  1. Copy the full SHA
    7e81407 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Copy the full SHA
    8b5a759 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. openjdk: 10.0.2 -> 11.0.1

    * the jre is no longer an official part of the jdk (jmod is
      recommended as a replacement when needing to create smaller runtime
      images)
    
    * darwin continues to use zulu from azul
    
    * apps that used 10 now use 11 (eclipse, bazel, josm)
    jerith666 committed Oct 29, 2018
    Copy the full SHA
    1bd7b98 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. platformio: 3.5.3 -> 3.6.1

    peterhoeg committed Nov 1, 2018
    Copy the full SHA
    718d3ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48326 from jerith666/jdk11

    openjdk: 10.0.2 -> 11.0.1
    fpletz committed Nov 1, 2018
    Copy the full SHA
    38db6fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49460 from peterhoeg/u/pio

    platformio: 3.5.3 -> 3.6.1
    peterhoeg committed Nov 1, 2018
    Copy the full SHA
    7b5a329 View commit details
    Browse the repository at this point in the history
  4. home-assistant: use SIGINT instead of SIGTERM to shut down (#49571)

    hass will ignore the standard SIGTERM sent by systemd during stop/restart and we
    then have to wait for the timeout after which systemd will forcefully kill the
    process.
    
    If instead if we send SIGINT, hass will shut down nicely.
    
    There are many issues reported upstream about the inability to shut down/restart
    and it is *supposed* to work with SIGTERM but doesn't.
    peterhoeg authored and dotlambda committed Nov 1, 2018
    Copy the full SHA
    db1a40a View commit details
    Browse the repository at this point in the history
  5. gImageReader: init at 3.2.99

    gImageReader is a GUI for tesseract, an optical character recognition engine.
    While the UI supports Qt/Gtk, I have only added the gtk one in the nix derivation.
    teto committed Nov 1, 2018
    Copy the full SHA
    efbf9af View commit details
    Browse the repository at this point in the history
  6. Merge pull request #46844 from teto/gImageReader

    gImageReader: init at 3.2.99 [rdy]
    jtojnar committed Nov 1, 2018
    Copy the full SHA
    96bb8ce View commit details
    Browse the repository at this point in the history
  7. percona-toolkit: 3.0.11 -> 3.0.12 (#47963)

    * percona-toolkit: 3.0.11 -> 3.0.12
    
    License is GPL2 (or Artistic License) but not LGPL2
    https://www.percona.com/doc/percona-toolkit/LATEST/copyright_license_and_warranty.html
    Izorkin authored and c0bw3b committed Nov 1, 2018
    Copy the full SHA
    99b4045 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #49076 from markuskowa/fet-urh

    urh: add support for airspy and limesdr
    c0bw3b committed Nov 1, 2018
    Copy the full SHA
    17ec292 View commit details
    Browse the repository at this point in the history
  9. chromium: use jumbo builds to speedup compilation

    On Hetzner machine with 1 core: 4h40m
    On Hetzner machine with 8 cores: 1h20m
    domenkozar committed Nov 1, 2018
    Copy the full SHA
    89ede97 View commit details
    Browse the repository at this point in the history
  10. avldrums-lv2: init at 0.3.0 (#48896)

    magnetophon authored and xeji committed Nov 1, 2018
    Copy the full SHA
    5590565 View commit details
    Browse the repository at this point in the history
  11. HybridReverb2: init at 2.1.1 (#49080)

    magnetophon authored and xeji committed Nov 1, 2018
    Copy the full SHA
    5a5ef43 View commit details
    Browse the repository at this point in the history
  12. pmtools: remove and alias (#49596)

    These are the old tools that later became part of ACPICA.
    It is obsolete and we already have newer acpica-tools.
    Alias to acpica-tools for out of tree backward-compat
    c0bw3b authored and xeji committed Nov 1, 2018
    Copy the full SHA
    db72b65 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    c8e2b66 View commit details
    Browse the repository at this point in the history
  14. chromium tests: inherit timeout from the package

    /cc #49442.  It should decrease the waste of resources due to abortions.
    vcunat committed Nov 1, 2018
    Copy the full SHA
    cc41aef View commit details
    Browse the repository at this point in the history