-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 3320a06049fc
head repository: NixOS/nixpkgs-channels
compare: ae6bdcc53584
Commits on Feb 26, 2020
-
gnidorah committed
Feb 26, 2020 Configuration menu - View commit details
-
Copy full SHA for c694fcf - Browse repository at this point
Copy the full SHA c694fcfView commit details
Commits on Mar 1, 2020
-
gnidorah committed
Mar 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 1cb0e94 - Browse repository at this point
Copy the full SHA 1cb0e94View commit details
Commits on Mar 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for efae295 - Browse repository at this point
Copy the full SHA efae295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f245d - Browse repository at this point
Copy the full SHA 43f245dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b3969 - Browse repository at this point
Copy the full SHA 39b3969View commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f22706e - Browse repository at this point
Copy the full SHA f22706eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ef740 - Browse repository at this point
Copy the full SHA c0ef740View commit details
Commits on Mar 22, 2020
-
vimPlugins: Automate redirect updates in update.py
Many of the plugins in vim-plugin-names are out of date and redirect to their new github repos. This commit adds a flag to automatically update these and defines a process for committing these updates into nixpkgs.
Configuration menu - View commit details
-
Copy full SHA for d4874a7 - Browse repository at this point
Copy the full SHA d4874a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c78aa8e - Browse repository at this point
Copy the full SHA c78aa8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5fc49 - Browse repository at this point
Copy the full SHA fa5fc49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6601c16 - Browse repository at this point
Copy the full SHA 6601c16View commit details
Commits on Mar 24, 2020
-
vimPlugins: --update-redirects improvements.
In response to @timokau's review here are a couple changes: - Decrease the fragility of the replacement code by normalizing whitespace on each line. - Throw an error when plugins are renamed rather than silently aliasing to the new name.
Configuration menu - View commit details
-
Copy full SHA for a9c9b0d - Browse repository at this point
Copy the full SHA a9c9b0dView commit details -
vimPlugins: Update redirects without flag.
Per review, the input file will now be rewritten automatically if redirects are found.
Configuration menu - View commit details
-
Copy full SHA for cffb6cb - Browse repository at this point
Copy the full SHA cffb6cbView commit details -
roboto-slab: 2016-01-11 -> 2.000
- use the version from the ttf file - source is the github repository for the font
Configuration menu - View commit details
-
Copy full SHA for 66b8e42 - Browse repository at this point
Copy the full SHA 66b8e42View commit details
Commits on Mar 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a9708e0 - Browse repository at this point
Copy the full SHA a9708e0View commit details
Commits on Mar 26, 2020
-
vimPlugins: Automatically sort vim-plugin-names.
Python's `sorted` method works a little differently than `sort` in the handling of dashes.
Configuration menu - View commit details
-
Copy full SHA for b886ad9 - Browse repository at this point
Copy the full SHA b886ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4143bcd - Browse repository at this point
Copy the full SHA 4143bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ce589 - Browse repository at this point
Copy the full SHA 55ce589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f6510 - Browse repository at this point
Copy the full SHA 73f6510View commit details -
Configuration menu - View commit details
-
Copy full SHA for e45f5ee - Browse repository at this point
Copy the full SHA e45f5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f97ab - Browse repository at this point
Copy the full SHA a6f97abView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd70ed1 - Browse repository at this point
Copy the full SHA dd70ed1View commit details
Commits on Mar 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4435344 - Browse repository at this point
Copy the full SHA 4435344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e43c6 - Browse repository at this point
Copy the full SHA 68e43c6View commit details -
Merge pull request #83455 from marsam/update-nodejs-13_x
nodejs-13_x: 13.11.0 -> 13.12.0
Configuration menu - View commit details
-
Copy full SHA for ef5318c - Browse repository at this point
Copy the full SHA ef5318cView commit details -
Merge pull request #83120 from JeffLabonte/update_brave_1.5.112_to_1.…
…5.115 brave: 1.5.112 -> 1.5.115
Configuration menu - View commit details
-
Copy full SHA for 3afe526 - Browse repository at this point
Copy the full SHA 3afe526View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd3fbef - Browse repository at this point
Copy the full SHA bd3fbefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 250b9c6 - Browse repository at this point
Copy the full SHA 250b9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for db4bbff - Browse repository at this point
Copy the full SHA db4bbffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d39abe9 - Browse repository at this point
Copy the full SHA d39abe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3ccc89 - Browse repository at this point
Copy the full SHA e3ccc89View commit details -
Configuration menu - View commit details
-
Copy full SHA for c116e28 - Browse repository at this point
Copy the full SHA c116e28View commit details -
python2Packages.faulthandler: 3.1 -> 3.2 and fix build
It is currently failing on master and 20.03. I spent some time reading the src code but was not able to figure out why the env var activation is not working. Since this is currently failing, and since it's dying alongside python 2 anyways I propose we just disable the 1 failing test. There's some more information inline in the comment if someone wants to fix this or dig further.
Configuration menu - View commit details
-
Copy full SHA for 643d102 - Browse repository at this point
Copy the full SHA 643d102View commit details -
python2Packages.pytest-faulthandler: remove package
This has been upstreamed into pytest itself as of pytest 5.0, which we have: https://github.com/pytest-dev/pytest-faulthandler Since it should no longer be used, let's remove from nix.
Configuration menu - View commit details
-
Copy full SHA for f5ffd14 - Browse repository at this point
Copy the full SHA f5ffd14View commit details -
Configuration menu - View commit details
-
Copy full SHA for acfe7e0 - Browse repository at this point
Copy the full SHA acfe7e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a3edb4 - Browse repository at this point
Copy the full SHA 4a3edb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1575550 - Browse repository at this point
Copy the full SHA 1575550View commit details -
Merge pull request #81127 from gnidorah/vk
vk-messenger: 4.5.2 -> 5.0.1
Configuration menu - View commit details
-
Copy full SHA for 5f372b1 - Browse repository at this point
Copy the full SHA 5f372b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 335e097 - Browse repository at this point
Copy the full SHA 335e097View commit details -
Merge pull request #83313 from romildo/upd.roboto-slab
roboto-slab: 2016-01-11 -> 2.000
Configuration menu - View commit details
-
Copy full SHA for fcb0a88 - Browse repository at this point
Copy the full SHA fcb0a88View commit details -
perlPackages.CPAN: fix patch download
Fixes: 153b0db ('perlPackages.CPAN: apply patch to fix changed YAML module default') Closes: #81480
Configuration menu - View commit details
-
Copy full SHA for fa73723 - Browse repository at this point
Copy the full SHA fa73723View commit details -
Merge pull request #83418 from romildo/upd.roboto-mono
roboto-mono: 2016-01-11 -> 2.002-20190125
Configuration menu - View commit details
-
Copy full SHA for 69f3f3e - Browse repository at this point
Copy the full SHA 69f3f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28aa914 - Browse repository at this point
Copy the full SHA 28aa914View commit details -
Merge pull request #82656 from fgaz/sfxr-qt/1.3.0
sfxr-qt: 1.2.0 -> 1.3.0
Configuration menu - View commit details
-
Copy full SHA for cccdf3d - Browse repository at this point
Copy the full SHA cccdf3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a846e9 - Browse repository at this point
Copy the full SHA 2a846e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d0e3d - Browse repository at this point
Copy the full SHA 81d0e3dView commit details -
vim-plugins.coc-fzf: init at 2020-03-06
Tested working with the current version of coc.nvim and fzf
Configuration menu - View commit details
-
Copy full SHA for 7dd3d62 - Browse repository at this point
Copy the full SHA 7dd3d62View commit details -
python: add use-pkgs-prefix option to update script
Jonathan Ringer committedMar 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 279438e - Browse repository at this point
Copy the full SHA 279438eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1685cd7 - Browse repository at this point
Copy the full SHA 1685cd7View commit details -
Revert "Revert "mypy: 0.761 -> 0.770""
This reverts commit 776b555.
Configuration menu - View commit details
-
Copy full SHA for 16cf493 - Browse repository at this point
Copy the full SHA 16cf493View commit details
There are no files selected for viewing