summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* vim-vint: 0.3.20 -> 0.3.21ryneeverett2019-12-07
| | | | | The runtime dependencies are no longer pinned but the test dependencies still are.
* gotty: 0.0.13 -> 2.0.0-alpha.3Robin Stumm2019-12-06
|
* skaffold: 0.36.0 -> 1.0.1Jean-Philippe Braun2019-12-06
|
* Merge pull request #74880 from marsam/update-shadowsocks-libevMario Rodas2019-12-05
|\ | | | | shadowsocks-libev: 3.3.1 -> 3.3.3
| * shadowsocks-libev: 3.3.1 -> 3.3.3Mario Rodas2019-12-02
| |
* | Merge pull request #74301 from risicle/ris-gmic-opencv3Jan Tojnar2019-12-06
|\ \ | | | | | | gmic, gmic-qt: switch to opencv3
| * | gmic-qt: switch to opencv3Robert Scott2019-11-27
| | | | | | | | | | | | opencv2 is essentially EOL and has security concerns
| * | gmic: switch to opencv3Robert Scott2019-11-27
| | | | | | | | | | | | opencv2 is essentially EOL and has security concerns
* | | Merge pull request #74976 from guibou/bazel_config_file_systemFlorian Klink2019-12-06
|\ \ \ | | | | | | | | bazel: take into account system wide bazelrc configuration if it exists
| * | | bazel: bazelRC path set by a patchGuillaume Bouchard2019-12-05
| | | | | | | | | | | | | | | | | | | | In bazel source code change in the future, patch will fail and we'll detect the regression sooner.
| * | | bazel: close #70911 by conditionally loading system wide configurationGuillaume Bouchard2019-12-05
| | | | | | | | | | | | | | | | | | | | Some system may setup global informations (such as bazel cache location) in /etc/bazel.bazelrc
| * | | bazel: remove wrapProgram and move it to system configurationGuillaume Bouchard2019-12-05
| | | | | | | | | | | | | | | | | | | | This way, custom configurations are all at the same place. Also, user may override these settings using the command line.
| * | | bazel: move configuration file to a proper nix store entryGuillaume Bouchard2019-12-05
| | | | | | | | | | | | | | | | Easier to read and maintain
* | | | Merge pull request #74988 from smaret/sundials-5.0.0Florian Klink2019-12-06
|\ \ \ \ | | | | | | | | | | sundials: 4.1.0 -> 5.0.0
| * | | | sundials: 4.1.0 -> 5.0.0Sébastien Maret2019-12-04
| | | | |
* | | | | chrony: fix build break from libseccomp 2.4.2Austin Seipp2019-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 03be1adb bumped libseccomp to 2.4.2, which has this note in the changelog: "Stop defining __NR_x values for syscalls that don't exist, libseccomp now uses __SNR_x internally" This change means that invalid syscalls for Linux that aren't defined in glibc will no longer work. In this unlucky case, 'chrony' was trying to reference the syscall number for 'ppoll', which doesn't exist. Fixing this is easy with a simple patch. This also includes another patch from upstream, which allows clock_adjtime in the seccomp filter list. This is a robustness measure for future glibc versions that use clock_adjutime inside adjtimex(). Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | Merge pull request #74580 from lopsided98/uboot-rock64-upstreamFlorian Klink2019-12-06
|\ \ \ \ \ | | | | | | | | | | | | ubootRock64, ubootRockPro64: use upstream U-Boot
| * | | | | ubootRock64, ubootRockPro64: use upstream U-BootBen Wolsieffer2019-12-05
| | | | | | | | | | | | | | | | | | | | | | | | The Rock64 still needs a binary TPL to avoid memory initialization issues.
* | | | | | Merge pull request #74743 from Ma27/bump-documizeMaximilian Bosch2019-12-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | documize-community: 3.5.0 -> 3.5.1
| * | | | | | documize-community: 3.5.0 -> 3.5.1Maximilian Bosch2019-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/documize/community/releases/tag/v3.5.1 This patch also switches to a `go.mod`-based build as upstream already switched to it a while ago[1]. [1] https://github.com/documize/community/commit/b8268521372cdf8862af4f6924ec476b3e431690
* | | | | | | Merge pull request #75067 from equirosa/masterMaximilian Bosch2019-12-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | qutebrowser: 1.8.2 -> 1.8.3
| * | | | | | | qutebrowser: 1.8.2 -> 1.8.3Eduardo Quiros2019-12-05
| | | | | | | |
* | | | | | | | Merge pull request #75062 from starcraft66/masterCarles Pagès2019-12-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | minecraft: 2.1.7658 -> 2.1.9618
| * | | | | | | | minecraft: 2.1.7658 -> 2.1.9618Tristan Gosselin-Hane2019-12-05
| | | | | | | | |
* | | | | | | | | Merge pull request #75030 from dtzWill/update/fractal-4.2.2worldofpeace2019-12-05
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | fractal: 4.2.0 -> 4.2.2
| * | | | | | | | fractal: 4.2.0 -> 4.2.2Will Dietz2019-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gtksourceview4, patch's MR accepted \o/, add gst-validate dep
* | | | | | | | | taizen: init at 0.1.0Maximilian Bosch2019-12-05
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple, ncurses-based client for mediawiki[1] written Rust. [1] https://www.mediawiki.org/wiki/MediaWiki
* | | | | | | | python3Packages.azure-mgmt-netapp: 0.6.0 -> 0.7.0Jonathan Ringer2019-12-05
| | | | | | | |
* | | | | | | | python3Packages.yowsup: 2.5.7 -> 3.2.3Maximilian Bosch2019-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced several new dependencies, including `dissononce`[1] and `consonance`[2]. See also: https://github.com/tgalal/yowsup/blob/master/CHANGELOG.md#323-2019-05-07 [1] d170246aae4d32b6b3774b6932b22b558bf1441a [2] d8d34797d7fe82c7a5b0d1e6c756237cd09e78ef
* | | | | | | | python3Packages.consonance: init at 0.1.3Maximilian Bosch2019-12-05
| | | | | | | |
* | | | | | | | python3Packages.dissononce: init at 0.34.3Maximilian Bosch2019-12-05
| | | | | | | |
* | | | | | | | Merge pull request #75032 from marsam/update-pgcliVladyslav M2019-12-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pgcli: 2.1.1 -> 2.2.0
| * | | | | | | | pgcli: 2.1.1 -> 2.2.0Mario Rodas2019-12-05
| | | | | | | | |
| * | | | | | | | pythonPackages.pgspecial: 1.11.7 -> 1.11.8Mario Rodas2019-12-05
| | | | | | | | |
* | | | | | | | | Merge pull request #74965 from matthuszagh/org-9.3adisbladis2019-12-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | org-packages: 9.2.6 -> 9.3
| * | | | | | | | | org-packages: 9.2.6 -> 9.3Matt Huszagh2019-12-03
| | | | | | | | | |
* | | | | | | | | | rivet: fix bug in make-plotsDmitry Kalinkin2019-12-05
| | | | | | | | | |
* | | | | | | | | | Merge pull request #74979 from Shopify/seb-phantomjs2-clang60Dmitry Kalinkin2019-12-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | phantomjs2: Fix compilation when using clang60
| * | | | | | | | | | phantomjs2: Fix compilation when using clang60Sebastien Lavoie2019-12-05
| | | | | | | | | | |
* | | | | | | | | | | grafana-loki: 1.0.0 -> 1.1.0WilliButz2019-12-05
| | | | | | | | | | |
* | | | | | | | | | | vdirsyncer: apply patch to fix sync with google calendarMaximilian Bosch2019-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/pimutils/vdirsyncer/issues/765 for further reference.
* | | | | | | | | | | Merge pull request #74270 from Ma27/bump-matrix-synapseWilliButz2019-12-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | matrix-synapse: 1.5.1 -> 1.6.1
| * | | | | | | | | | | matrix-synapse: 1.5.1 -> 1.6.1Maximilian Bosch2019-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/matrix-org/synapse/releases/tag/v1.6.0 https://github.com/matrix-org/synapse/releases/tag/v1.6.1
* | | | | | | | | | | | ocamlPackages.git: 2.1.0 → 2.1.2Vincent Laporte2019-12-05
| | | | | | | | | | | |
* | | | | | | | | | | | ocamlPackages.nocrypto: propagate “ppx_deriving”Vincent Laporte2019-12-05
| | | | | | | | | | | |
* | | | | | | | | | | | signal-desktop: 1.28.0 -> 1.29.0Michael Weiss2019-12-05
| | | | | | | | | | | |
* | | | | | | | | | | | eva: 0.2.5 -> 0.2.7Maximilian Bosch2019-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please note that this update is pinned to a git rev as there's no tag for 0.2.7, but a release on crates.io[1], this is reported in the repo[2]. Also added a patch to fix the test-suite[3]. [1] https://crates.io/crates/eva/0.2.7 [2] https://github.com/NerdyPepper/eva/issues/32 [3] https://github.com/NerdyPepper/eva/pull/33
* | | | | | | | | | | | ghc-8.8.x: update package versions to fix buildsPeter Simons2019-12-05
| | | | | | | | | | | |
* | | | | | | | | | | | androidndkPkgs: fix typo in propagatedBuildInputs (#75045)Pedro Pombeiro2019-12-05
| | | | | | | | | | | |
* | | | | | | | | | | | gitAndTools.delta: 0.0.14 -> 0.0.15Mario Rodas2019-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/dandavison/delta/releases/tag/0.0.15