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: 0710c9fc25b7
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: d2904c8fbd45
Choose a head ref
  • 14 commits
  • 17 files changed
  • 10 contributors

Commits on Jan 24, 2019

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

Commits on Feb 6, 2019

  1. fasm-bin: 1.73.06 -> 1.73.08

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/fasm-bin/versions
    r-ryantm committed Feb 6, 2019
    Copy the full SHA
    f7b2656 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. chezmoi: init at 1.3.0

    jhillyerd committed Feb 8, 2019
    Copy the full SHA
    a87be72 View commit details
    Browse the repository at this point in the history
  2. Revert "rustfmt: 1.0.0 -> 1.0.1" (#55437)

    This reverts commit 7fff567. It depends
    on the rustc update I reverted in #55379. It should be re-introduced
    after that rustc update has gone through staging.
    timokau committed Feb 8, 2019
    Copy the full SHA
    295acfc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55368 from jhillyerd/chezmoi

    chezmoi: init at 1.3.0
    srhb committed Feb 8, 2019
    Copy the full SHA
    6f10a0d View commit details
    Browse the repository at this point in the history
  4. flow: 0.91.0 -> 0.92.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/flow/versions
    r-ryantm authored and globin committed Feb 8, 2019
    Copy the full SHA
    4367018 View commit details
    Browse the repository at this point in the history
  5. php72: 7.2.14 -> 7.2.15

    etu authored and globin committed Feb 8, 2019
    Copy the full SHA
    89dec63 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0f6571b View commit details
    Browse the repository at this point in the history
  7. php73: 7.3.1 -> 7.3.2

    etu authored and globin committed Feb 8, 2019
    Copy the full SHA
    a31ce0c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #55319 from r-ryantm/auto-update/fasm-bin

    fasm-bin: 1.73.06 -> 1.73.08
    joachifm committed Feb 8, 2019
    Copy the full SHA
    b584a78 View commit details
    Browse the repository at this point in the history
  9. roundcubePlugins: init

    This meta-package is supposed to contain third-party roundcube plugins
    such as `persistent_login` that will be linked into the roundcube
    derivation.
    Ma27 authored and globin committed Feb 8, 2019
    Copy the full SHA
    2820e1d View commit details
    Browse the repository at this point in the history
  10. roundcube: add withPlugins function

    This function creates a new store path with roundcube sources and all
    specified plugins. It can be used like this:
    
    ```
    roundcube.withPlugins (plugins: with plugins; [
      persistent_login
    ])
    ```
    Ma27 authored and globin committed Feb 8, 2019
    Copy the full SHA
    df0d115 View commit details
    Browse the repository at this point in the history
  11. nixos/roundcube: add package option

    With this option it's possible to specify a custom expression for
    `roundcube`, i.e. a roundcube environment with third-party plugins as
    shown in the testcase.
    Ma27 authored and globin committed Feb 8, 2019
    Copy the full SHA
    6fb825b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #53442 from erictapen/osrm-test

    nixos/tests: add osrm-backend test
    ryantm committed Feb 8, 2019
    Copy the full SHA
    d2904c8 View commit details
    Browse the repository at this point in the history