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

Commits on Sep 24, 2020

  1. dbeaver: 7.2.0 -> 7.2.1

    jojosch committed Sep 24, 2020
    Copy the full SHA
    0a07c8c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. cddlib: 0.94j -> 0.94l

    r-ryantm committed Sep 25, 2020
    Copy the full SHA
    2221257 View commit details
    Browse the repository at this point in the history
  2. jruby: fix shebang for binaries in JRuby

    There are a variety of additional scripts that are included with the
    JRuby installation that use JRuby itself.
    
    For instance the `bin/gem` had the following contents:
    
    ```bash
    ❯ cat /nix/store/kglkqf56ii83yl6yrgcaj5r3s9m2fzr0-jruby-9.2.13.0/bin/gem
    
    load File.join(File.dirname(__FILE__), 'jgem')
    ```
    
    This is clearly wrong. Patchshebangs was not picking up the fix as part
    of stdenv because the patch is not a build input but the final output
    itself.
    
    We have to rely on substituteInPlace so that we get the correct version.
    
    ```bash
    ❯ cat /nix/store/k4fnrn0dcsh2wzw81217r0ywsspb468f-jruby-9.2.13.0/bin/gem
    
    ```
    fzakaria committed Sep 25, 2020
    Copy the full SHA
    8da7bd6 View commit details
    Browse the repository at this point in the history
  3. cliquer: 1.21 -> 1.22

    r-ryantm committed Sep 25, 2020
    Copy the full SHA
    ced2c4a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9979d33 View commit details
    Browse the repository at this point in the history
  5. cytoscape: 3.8.0 -> 3.8.1

    r-ryantm committed Sep 25, 2020
    Copy the full SHA
    e66a7e2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    179360d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #98698 from r-ryantm/auto-update/cddlib

    cddlib: 0.94j -> 0.94l
    7c6f434c committed Sep 25, 2020
    Copy the full SHA
    84c0fbb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #98701 from zowoq/mtr

    mtr: 0.93 -> 0.94
    7c6f434c committed Sep 25, 2020
    Copy the full SHA
    7ad04f4 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    d2092a9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #98702 from r-ryantm/auto-update/cliquer

    cliquer: 1.21 -> 1.22
    timokau committed Sep 25, 2020
    Copy the full SHA
    b21cd5b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #98693 from fzakaria/jruby-shebang-fix

    Fix shebang for binaries in JRuby
    Mic92 committed Sep 25, 2020
    Copy the full SHA
    7011d44 View commit details
    Browse the repository at this point in the history
  12. go-toml: 1.8.0 -> 1.8.1

    r-ryantm committed Sep 25, 2020
    Copy the full SHA
    e903c32 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #98635 from jojosch/dbeaver-7.2.1

    dbeaver: 7.2.0 -> 7.2.1
    lsix committed Sep 25, 2020
    Copy the full SHA
    2281b63 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #98708 from r-ryantm/auto-update/cytoscape

    cytoscape: 3.8.0 -> 3.8.1
    lsix committed Sep 25, 2020
    Copy the full SHA
    e2145c0 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #98630 from Flakebi/amber

    amber: init at unstable-2020-09-23
    danieldk committed Sep 25, 2020
    Copy the full SHA
    163fc72 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #98722 from r-ryantm/auto-update/go-toml

    go-toml: 1.8.0 -> 1.8.1
    marsam committed Sep 25, 2020
    Copy the full SHA
    236eb73 View commit details
    Browse the repository at this point in the history