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: 32340793aafe
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: f319c7fc89c6
Choose a head ref

Commits on Oct 29, 2018

  1. Copy the full SHA
    efca8b4 View commit details
  2. Copy the full SHA
    149a55e View commit details
  3. Copy the full SHA
    2962f94 View commit details
  4. Copy the full SHA
    5be927d View commit details
  5. make-derivation: use lib.assertMsg

    As suggested by @Profpatsch
    Synthetica9 committed Oct 29, 2018
    Copy the full SHA
    c7e026b View commit details

Commits on Oct 30, 2018

  1. Copy the full SHA
    1f7fc09 View commit details

Commits on Nov 1, 2018

  1. slack-term: init at 0.4.1

    dtzWill committed Nov 1, 2018
    Copy the full SHA
    81f39ee View commit details

Commits on Nov 2, 2018

  1. nixos/rspamd: Add support for included files

    By default rspamd will look for multiple files in /etc/rspamd/local.d
    and /etc/rspamd/override.d to be included in subsections of the merged
    final config for rspamd. Most of the config snippets in the official
    rspamd documentation are made to these files and so it makes sense for
    NixOS to support them and this is what this commit does.
    
    As part of rspamd 1.8.1 support was added for having custom Lua
    rules stored in $LOCAL_CONFDIR/rspamd.local.lua which means that it is
    now possible for NixOS to support such rules and so this commit also
    adds support for this to the rspamd module.
    griff committed Nov 2, 2018
    Copy the full SHA
    0810d63 View commit details
  2. Drop obsolete GHC versions 7.10.3, 8.0.2, and 8.4.3.

    We keep the latest minor release of each one of the last 3 major releases,
    which currently are GHC versions 8.2.2, 8.4.4, and 8.6.1. We also have
    ghc-HEAD, but this doesn't count.
    
    Dropping these compilers implied that we have to drop the corresponding
    versions of ghcjs, too. We can also drop a shitload of obsolete compiler
    patches that newer versions no longer need.
    
    At some point, we can probably simplify the generic builder, too.
    peti committed Nov 2, 2018
    Copy the full SHA
    2f0de54 View commit details
  3. zsh-git-prompt: don't hard-code any particular compiler version

    Just use whatever is the current default.
    peti committed Nov 2, 2018
    Copy the full SHA
    bf26876 View commit details

Commits on Nov 3, 2018

  1. Copy the full SHA
    74ef823 View commit details
  2. sway-beta module: add missing pieces

    gnidorah committed Nov 3, 2018
    Copy the full SHA
    15c2fb7 View commit details
  3. Add averelld to maintainers

    Averell Dalton committed Nov 3, 2018
    Copy the full SHA
    f3999f6 View commit details
  4. rstudio-preview: init at f33fb2b2

    Averell Dalton committed Nov 3, 2018
    Copy the full SHA
    c93caa5 View commit details
  5. Merge pull request #49653 from peti/drop-old-ghc-versions

    drop old ghc versions 7.10.3, 8.0.2, and 8.4.3.
    peti authored Nov 3, 2018
    Copy the full SHA
    bf084e0 View commit details
  6. Copy the full SHA
    f259074 View commit details
  7. nvidia-x11: 410.66 -> 410.73

    eadwu authored and FRidh committed Nov 3, 2018
    Copy the full SHA
    ef16e1f View commit details
  8. grpc: only set -Wno-error on clang

    Apparently GCC errors on this:
    
    https://hydra.nixos.org/build/83561519/
    matthewbauer authored Nov 3, 2018
    Copy the full SHA
    f0cee6b View commit details
  9. Merge pull request #49620 from griff/rspamd-multifile

    nixos/rspamd: Add support for included files
    joachifm authored Nov 3, 2018
    Copy the full SHA
    9c44eeb View commit details
  10. release-cross: use ghc844 for tests

    This GHC version has much better support for cross compilation. It should hopefully fix our mingw breakages from #42407.
    
    /cc @Ericson2314
    matthewbauer authored Nov 3, 2018
    Copy the full SHA
    dfd0818 View commit details
  11. krb5: don't pull in keyutils with bionic

    keyutils breaks with bionic. since it's an optional dependency, it seems safe to just disable it with libkrb5 (which otherwise works fine with bionic libc).
    matthewbauer authored Nov 3, 2018
    Copy the full SHA
    ef4d78a View commit details
  12. Merge pull request #49694 from periklis/alacritty-fix-regression

    alacritty: fix build on darwin
    Mic92 authored Nov 3, 2018
    Copy the full SHA
    330afca View commit details
  13. Merge pull request #49702 from worldofpeace/lollypop/0.9.610

    lollypop: 0.9.607 -> 0.9.610
    jtojnar authored Nov 3, 2018
    Copy the full SHA
    1fddf2b View commit details
  14. linux_beagleboard: remove

    The package is out-of-date and has no maintainer.
    It should be now possible to just mainline kernel.
    Support for that could be added by copying the right dtb file in our linux_rpi kernel.
    I do not have the hardware to test this.
    
    cc @dezgeg @dhess
    Mic92 committed Nov 3, 2018
    Copy the full SHA
    da1f78b View commit details
  15. Merge pull request #49398 from Synthetica9/implement-rfc0035

    Implement rfc0035: default `name` from `pname`
    Mic92 authored Nov 3, 2018
    Copy the full SHA
    3fc7d5e View commit details
  16. Copy the full SHA
    eadb998 View commit details
  17. Merge pull request #49707 from Mic92/linux_beagleboard

    linux_beagleboard: remove
    Mic92 authored Nov 3, 2018
    Copy the full SHA
    6acf6f3 View commit details

Commits on Nov 4, 2018

  1. pg_hll: 2.10.2-9af41684 -> 2.12

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Nov 4, 2018
    Copy the full SHA
    b5be88c View commit details
  2. pg_repack: reindent to 2-spaces

    More or less all the Postgres code uses this, so it's nice to be
    consistent.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Nov 4, 2018
    Copy the full SHA
    cecee87 View commit details
  3. timescaledb: 0.11.0 -> 1.0.0

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Nov 4, 2018
    Copy the full SHA
    a713251 View commit details
  4. pg_topn: 2.0.2 -> 2.2.0

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Nov 4, 2018
    Copy the full SHA
    d8abcdc View commit details
  5. tsearch_extras: 0.3 -> 0.4

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Nov 4, 2018
    Copy the full SHA
    800184d View commit details
  6. jdupes: 1.10.4 -> 1.11

    dtzWill committed Nov 4, 2018
    Copy the full SHA
    e7be7eb View commit details
  7. coq_8_9: init at 8.9+beta1

    Zimmi48 authored and vbgl committed Nov 4, 2018
    Copy the full SHA
    dd21f83 View commit details
  8. radeon-crimson: fix download

    davidak authored and FRidh committed Nov 4, 2018
    Copy the full SHA
    6e05256 View commit details
  9. Merge pull request #49603 from dtzWill/feature/slack-term

    slack-term: init at 0.4.1
    c0bw3b authored Nov 4, 2018
    Copy the full SHA
    3866910 View commit details
  10. Revert "Merge pull request #49398 from Synthetica9/implement-rfc0035"…

    … to fix eval
    
    This reverts commit 3fc7d5e, reversing
    changes made to 1fddf2b.
    
    The idea is good, however, before enforcing, make sure all occurences
    are fixed.
    FRidh committed Nov 4, 2018
    Copy the full SHA
    abea6f4 View commit details
  11. openjpeg: adding patch for CVE-2018-7648

    (cherry picked from commit 3dc0838)
    Forward-picking from staging-next.  The CVE is marked as critical,
    and the amount of rebuilds isn't that high (~500 linux, ~100 darwin).
    stammon authored and vcunat committed Nov 4, 2018
    Copy the full SHA
    058a3c0 View commit details
  12. Revert "systemd: 239 -> 239.20181031"

    This reverts commit d1de23b.
    The changes turned out to be too intrusive, so we'll patch instead.
    Discussion: NixOS/systemd#24
    vcunat committed Nov 4, 2018
    Copy the full SHA
    587c377 View commit details
  13. systemd: apply patches from Debian

    There are some security fixes among those.
    vcunat committed Nov 4, 2018
    Copy the full SHA
    179b814 View commit details
  14. Copy the full SHA
    7859957 View commit details
  15. Merge pull request #49739 from timokau/spotify-1.0.93

    spotify: 1.0.83.316.ge96b6e67-5 -> 1.0.93.242.gc2341a27-15
    timokau authored Nov 4, 2018
    Copy the full SHA
    f2e6f8d View commit details
  16. Merge pull request #49727 from dtzWill/update/jdupes-1.11

    jdupes: 1.10.4 -> 1.11
    timokau authored Nov 4, 2018
    Copy the full SHA
    7ca7e89 View commit details
  17. Merge pull request #49701 from averelld/rstudio-preview

    RStudio 1.2 preview init
    peti authored Nov 4, 2018
    Copy the full SHA
    4a7cdf4 View commit details
  18. Merge pull request #49687 from gnidorah/sway

    sway-beta module: add missing pieces
    primeos authored Nov 4, 2018
    Copy the full SHA
    f319c7f View commit details
Loading