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: ce961fad160d
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: fd04c3afbbd6
Choose a head ref

Commits on Nov 22, 2019

  1. lib: Add lib.teams

    Also add a freedesktop maintainer group as an example.
    jtojnar committed Nov 22, 2019
    Copy the full SHA
    10ac558 View commit details
  2. Copy the full SHA
    03941c1 View commit details

Commits on Dec 8, 2019

  1. nano-wallet: 19.0 -> 20.0

    jluttine committed Dec 8, 2019
    Copy the full SHA
    ef4ce9e View commit details

Commits on Feb 18, 2020

  1. kubernetes: 1.16.5 -> 1.17.3

    Johan Thomsen committed Feb 18, 2020
    Copy the full SHA
    66556af View commit details

Commits on Feb 27, 2020

  1. Copy the full SHA
    b6cad64 View commit details

Commits on Feb 28, 2020

  1. NixOS/auto-upgrade: fix wording

    Co-Authored-By: Pascal Hertleif <killercup@gmail.com>
    buckley310 and killercup authored Feb 28, 2020
    Copy the full SHA
    14a1aa4 View commit details

Commits on Feb 29, 2020

  1. Copy the full SHA
    96e36bf View commit details

Commits on Mar 2, 2020

  1. vmfs-tools: minor cleanup

    peterhoeg committed Mar 2, 2020
    Copy the full SHA
    476dd85 View commit details
  2. teensy-loader-cli: 2.1 -> 2.1.20191110

    Add manpages and documentation.
    peterhoeg committed Mar 2, 2020
    Copy the full SHA
    740ec94 View commit details

Commits on Mar 4, 2020

  1. Copy the full SHA
    9d3aa71 View commit details
  2. Copy the full SHA
    0af1d36 View commit details
  3. Copy the full SHA
    662700a View commit details
  4. maestral: 0.4.2 -> 0.6.1

    peterhoeg committed Mar 4, 2020
    Copy the full SHA
    75f3ab6 View commit details
  5. soulseekqt: fix icons, change unpack method, update homepage, more ge…

    …neric appimage handling
    Bignaux Ronan committed Mar 4, 2020
    Copy the full SHA
    30430c0 View commit details
  6. soulseekqt: refactoring using appimageTools

    Bignaux Ronan committed Mar 4, 2020
    Copy the full SHA
    b979f51 View commit details

Commits on Mar 5, 2020

  1. logrotate: 3.15.1 -> 3.16.0

    r-ryantm committed Mar 5, 2020
    Copy the full SHA
    6a443fb View commit details
  2. mercury: 14.01.1 -> 20.01.1

    r-ryantm committed Mar 5, 2020
    Copy the full SHA
    b2bda57 View commit details
  3. Copy the full SHA
    972db87 View commit details

Commits on Mar 6, 2020

  1. ipset: 7.5 -> 7.6

    r-ryantm committed Mar 6, 2020
    Copy the full SHA
    263e390 View commit details
  2. ppp: 2.4.7 -> 2.4.8

    andir committed Mar 6, 2020
    Copy the full SHA
    caffd51 View commit details
  3. ppp: apply patch for CVE-2020-8597

    This fixes a potential buffer overflow in the eap_{request,response}
    functions.
    andir committed Mar 6, 2020
    Copy the full SHA
    142c315 View commit details

Commits on Mar 7, 2020

  1. zsh-powerlevel10k v1.2.0 → v1.3.0

    Changes since the last release
    
        New prompt segments:
            haskell_stack: haskell version from stack.
        New and changed parameters:
            POWERLEVEL9K_MODE can now be set to ascii for ASCII prompt.
            The default value of POWERLEVEL9K_VIRTUALENV_GENERIC_NAMES now contains env.
            New parameter: POWERLEVEL9K_JAVA_VERSION_PROJECT_ONLY. Display java_version only in java project (sub)directories.
            POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND now contains istioctl and kogito in all config templates. Thanks, @errantepiphany!
            All *env segments now respect POWERLEVEL9K_*ENV_SHOW_SYSTEM. If set to false, the segment will be hidden if its content is "system". The default value is true.
            nodenv now understand POWERLEVEL9K_NODENV_SOURCES, just like all other *env segments.
            POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER now has useful semantics (incompatible with powerleve9k, where it was useless). If set to true, it'll remove the leading slash from the current directory if it's absolute. It no longer does anything if the directory is not absolute or if the leading character has been removed or changed by the shortener. This is meant for users who override POWERLEVEL9K_DIR_PATH_SEPARATOR.
        Robustness improvements:
            Powerlevel10k now works when there are no utf-8 locales on the machine.
        Configuration wizard:
            Lean, Classic and Rainbow styles now have an option to restrict prompt character set to ASCII.
            Styles that require 256 colors are not offered when terminal cannot display 256 colors.
            Rainbow and Classic styles now have an option to use flat heads. This option is offered in ASCII mode and when powerline glyphs are unavailable.
            Configuration wizard now restores screen upon exit.
            New segments in config templates: haskell_stack (enabled by default) and java_version (disabled by default).
        Bug fixes:
            Visual mode indicator now correctly switches back to command mode indicator after pressing d and similar when using Zsh >= 5.3. Visual mode indicator no longer gets displayed in Zsh prior to 5.3. Please upgrade Zsh if this matters to you.
            *ENV_DIR parameters are now handled the same way as in the underlying *env projects.
        Misc:
            There is no longer an empty line at the top of the screen after hitting Ctrl-L or typing clear or reset, even with POWERLEVEL9K_PROMPT_ADD_NEWLINE=true and POWERLEVEL9K_TRANSIENT_PROMPT=always.
            It's now possible to install powerlevel10k with Homebrew.
            Subseparators are now displayed with the foreground color of the previous/next segment in left/right prompt. Used to be the other way around. Thanks, @ahaasler!
        gitstatus:
            make now produces usrbin/gitstatusd instead of ./gitstatusd.
            build.zsh now puts the binary in usrbin subdirectory. If you place it in the same subdirectory of your gitstatus installation without changing the file name, gitstatus will pick it up automatically.
    mweinelt committed Mar 7, 2020
    Copy the full SHA
    e7aef9d View commit details
  2. Copy the full SHA
    4307ef6 View commit details
  3. Copy the full SHA
    78ee220 View commit details
  4. Copy the full SHA
    ca9b9ef View commit details
  5. buildRustPackage: update docstring comment

    The inlined readme that we were iterating on has been moved to GitHub
    issue #79975, and the default is now the new cargo fetcher, so this
    doc comment is out of date.
    bhipple committed Mar 7, 2020
    Copy the full SHA
    37fb7a5 View commit details
  6. Copy the full SHA
    735707e View commit details
  7. Copy the full SHA
    b0ab073 View commit details
  8. llvmPackages_10: rc2 -> rc3

    http://lists.llvm.org/pipermail/llvm-dev/2020-March/139729.html
    
    Additionally cherry-picked 3 commits from `llvm-project/master`:
    - llvm/llvm-project@d21664c
    - llvm/llvm-project@3a0f6e6
    - llvm/llvm-project@87dac7d
    
    such that clang can automatically pick up the polly plugin from the
    `llvm-polly` build.
    ggreif committed Mar 7, 2020
    Copy the full SHA
    3a84353 View commit details

Commits on Mar 8, 2020

  1. flyctl: init at 0.0.102

    aaronjanse committed Mar 8, 2020
    Copy the full SHA
    b862939 View commit details

Commits on Mar 9, 2020

  1. Copy the full SHA
    2c76b3d View commit details
  2. fetchsvn: Fix for cross

    Just use `nativeBuildInputs` at build time.
    Ericson2314 committed Mar 9, 2020
    Copy the full SHA
    2607aae View commit details
  3. Copy the full SHA
    5012d8a View commit details
  4. switch-to-configuration: Add new option X-OnlyManualStart

    This is to facilitate units that should _only_ be manually started and
    not activated when a configuration is switched to.
    
    More specifically this is to be used by the new Nixops deploy-*
    targets created in NixOS/nixops#1245 that are
    triggered by Nixops before/after switch-to-configuration is called.
    adisbladis committed Mar 9, 2020
    Copy the full SHA
    db6c943 View commit details
  5. tests: Fix signal-desktop

    This test fails due to OOM on the VM. Setting the memory of the VM to
    1024 lets the test succeed.
    
    Cc: @flokli
    devhell committed Mar 9, 2020
    Copy the full SHA
    534f133 View commit details
  6. buildRustCrate: refactor colored logging

    * Make errors include the crate name and make them much more prominent.
    * Move more code into lib.sh
    * Already source generated logging code and lib.sh in configure
    kolloch committed Mar 9, 2020
    Copy the full SHA
    04e7462 View commit details
  7. build-support/rust/buildRustCrate: Search for matching Cargo.toml in …

    …sub directories
    
    This is what cargo does for git repositories.
    
    See related issues:
    
    * nix-community/crate2nix#53
    * nix-community/crate2nix#33
    kolloch committed Mar 9, 2020
    Copy the full SHA
    8a6638d View commit details
  8. nbstripout: 0.3.6 -> 0.3.7

    jluttine committed Mar 9, 2020
    Copy the full SHA
    8074942 View commit details
  9. Copy the full SHA
    350f837 View commit details
  10. trezord-go: 2.0.28 -> 2.0.29

    mmahut committed Mar 9, 2020
    Copy the full SHA
    6ec0251 View commit details
  11. php: add buildEnv function for additional config on the CLI SAPI

    Initially discussed in #55460.
    
    This patch adds a `buildEnv` function to `php` that has the
    following features:
    
    * `php.buildEnv { extraConfig = /* ... */; }` to specify custom
      `php.ini` args for the CLI.
    
    * `php.buildEnv { exts = phpPackages: [phpPackages.apcu] }` to
      create a PHP interpreter for the CLI with the `apcu` extension.
    Ma27 committed Mar 9, 2020
    Copy the full SHA
    0bf5619 View commit details
  12. hexyl: 0.6.0 -> 0.7.0

    dywedir committed Mar 9, 2020
    Copy the full SHA
    7483f9f View commit details
  13. Copy the full SHA
    6b94318 View commit details

Commits on Mar 10, 2020

  1. tome4: 1.6.6 -> 1.6.7

    r-ryantm committed Mar 10, 2020
    Copy the full SHA
    a8f6860 View commit details
  2. Copy the full SHA
    714dd39 View commit details
  3. devilutionx: 1.0.0 -> 1.0.1

    r-ryantm committed Mar 10, 2020
    Copy the full SHA
    af1d333 View commit details
  4. neofetch: 6.1.0 -> 7.0.0

    r-ryantm committed Mar 10, 2020
    Copy the full SHA
    3a93ec6 View commit details
  5. docker-slim: 1.28.0 -> 1.28.1

    marsam committed Mar 10, 2020
    Copy the full SHA
    ea23f5b View commit details
  6. Copy the full SHA
    1d9e651 View commit details
  7. Merge pull request #81975 from primeos/chromium-fix-vaapi

    chromium: Update the VA-API patch (fix #81909)
    primeos authored Mar 10, 2020
    Copy the full SHA
    c3267ac View commit details
Loading