summary refs log tree commit diff
path: root/pkgs
AgeCommit message (Collapse)AuthorFilesLines
2020-11-24[staging] openssh: Fix EOF: command not foundyoctocell2-0/+24
2020-11-24avahi: 0.7 -> 0.8Tim Steinbach1-10/+9
2020-11-24c-ares: 1.15.0 -> 1.17.1Martin Weinelt1-3/+4
Fixes: - CVE-2020-14354 (in 1.16.1) - CVE-2020-8277 (in 1.17.1)
2020-11-24rust: 1.47 -> 1.48Milan Pässler2-15/+15
2020-11-24Merge pull request #104733 from r-burns/ppc64le-glibc-crossJörg Thalheim1-0/+4
[staging] glibc: fix cross-compile to ppc64le
2020-11-23gnugrep: 3.5 -> 3.6R. RyanTM1-2/+2
2020-11-24Merge branch 'staging-next' into stagingJan Tojnar89-314/+695
2020-11-24modemmanager: 1.12.10 -> 1.14.8R. RyanTM1-2/+2
2020-11-24Merge pull request #104337 from jtojnar/gdk-pixbuf-2.42Jan Tojnar1-14/+5
gdk-pixbuf: 2.40.0 → 2.42.0
2020-11-23Merge pull request #86310 from marius851000/ctrtoolRyan Mulligan1-4/+5
ctrtool: 0.16 -> 0.7 and fix cross compiling
2020-11-23Merge pull request #87640 from emilazy/weechat-matrix-0.2.0Ryan Mulligan1-3/+5
weechat-matrix: 0.1.0 -> 0.2.0
2020-11-23Merge pull request #90083 from yrashk/urjtag-2019.2Ryan Mulligan1-10/+7
urjtag: 0.10 -> 2019.2
2020-11-24Merge pull request #104255 from rissson/netdata-go.d.plugin-0.25.0Raghav Sood1-3/+3
netdata: go.d.plugin: 0.20.0 -> 0.25.0
2020-11-24factorio-experimental, factorio-headless-experimental: 1.0.0 -> 1.1.0Luke Granger-Brown1-2/+2
2020-11-23glibc: fix cross-compile to ppc64leRyan Burns1-0/+4
Fixes cross-compilation when build == host != target == ppc64le. Glibc invokes objcopy during cross-compilation to ppc64le, which fails when the nonprefixed objcopy can't understand the target format.
2020-11-23vimPlugins.idris2-vim: init at 2020-05-25Lengyel Balazs2-0/+13
2020-11-24Merge pull request #103523 from r-ryantm/auto-update/rssguardSandro1-2/+2
rssguard: 3.7.2 -> 3.8.0
2020-11-24referencesByPopularity: Don't use buildPackages at call-siteadisbladis2-3/+2
It's cleaner to reference buildPackages directly in build-support/docker directly.
2020-11-24Merge pull request #104729 from adisbladis/references-by-popularity-crossadisbladis1-1/+1
referencesByPopularity: Fix cross compilation
2020-11-24Merge pull request #103594 from r-ryantm/auto-update/yafaray-coreSandro1-2/+2
yafaray-core: 3.5.0 -> 3.5.1
2020-11-24Merge pull request #103511 from r-ryantm/auto-update/rabbitmq-serverSandro1-2/+2
rabbitmq-server: 3.8.8 -> 3.8.9
2020-11-24Merge pull request #97530 from reedrw/noisetorch-072Sandro2-16/+3
2020-11-24Merge pull request #103590 from r-ryantm/auto-update/workcraftSandro1-2/+2
workcraft: 3.3.0 -> 3.3.1
2020-11-24referencesByPopularity: Fix cross compilationadisbladis1-1/+1
2020-11-24Merge pull request #103686 from r-ryantm/auto-update/flrigSandro1-2/+2
flrig: 1.3.51 -> 1.3.52
2020-11-24Merge pull request #103684 from r-ryantm/auto-update/geekbenchSandro1-2/+2
geekbench: 5.2.5 -> 5.3.0
2020-11-24Merge pull request #103703 from r-ryantm/auto-update/gmshSandro1-2/+2
gmsh: 4.6.0 -> 4.7.0
2020-11-23pythonPackages.asyncssh: Switch PyTestCheckHook, disable failing testsSandro Jäckel1-5/+8
2020-11-23python3Packages.pyspark: Fix out of date postPatchJoshua Skrzypek1-2/+1
Pyspark switched to pinning py4j==0.10.9 with v3.0.0 - see this commit: https://github.com/apache/spark/\ commit/fc4e56a54c15e20baf085e6061d3d83f5ce1185d This meant that since the bump to pyspark v3.0.0 - in this commit: https://github.com/NixOS/nixpkgs/\ commit/5181547ae6624b462919a806c4d0888e6e4630f4 - the patch was no longer matching on the 'py4j==0.10.7' string that was working previously. The failing patch went unnoticed previously because the version of py4j pinned by pyspark>=3.0.0 was the same as the py4j provided by nixpkgs. However, a recent PR (#101636) bumped the version of py4j to 0.10.9.1 in this commit: https://github.com/NixOS/nixpkgs/\ commit/43a91282d66223c5cb978d53fbe1033f56dd7f2b which caused the version pinned by pyspark to no longer match the version provided by nixpkgs. FWIW, @jonringer flagged this issue on another PR that tried to bump py4j: #100623. My solution here was to upgrade the patch's target string to match the version found in pyspark's current setup.py.
2020-11-23pipreqs: use python3Jonathan Ringer1-5/+6
2020-11-24Merge pull request #104711 from sikmir/josmSandro1-3/+4
josm: 17084 → 17329
2020-11-24Merge pull request #103827 from r-ryantm/auto-update/python3.7-gssapiSandro1-2/+2
python37Packages.gssapi: 1.6.9 -> 1.6.10
2020-11-24Merge pull request #103777 from r-ryantm/auto-update/gnomecastSandro1-2/+2
gnomecast: 1.4.1 -> 1.9.11
2020-11-24Merge pull request #104706 from rycee/bump/trash-cliSandro1-14/+4
trash-cli: 0.20.11.7 -> 0.20.11.23
2020-11-24Merge pull request #102269 from pkern/terrariaSandro1-3/+3
terraria-server: 1.4.0.5 -> 1.4.1.2
2020-11-24Merge pull request #103879 from r-ryantm/auto-update/jackettSandro1-2/+2
jackett: 0.16.2131 -> 0.16.2152
2020-11-24Merge pull request #103863 from r-ryantm/auto-update/dopplerSandro1-2/+2
doppler: 3.16.1 -> 3.17.0
2020-11-23Merge pull request #103899 from r-ryantm/auto-update/photoflareSandro1-2/+2
photoflare: 1.6.5 -> 1.6.6
2020-11-23Merge pull request #103862 from r-ryantm/auto-update/doltSandro1-3/+3
dolt: 0.21.4 -> 0.22.0
2020-11-23Merge pull request #103922 from r-ryantm/auto-update/shaarliSandro1-2/+2
shaarli: 0.11.1 -> 0.12.1
2020-11-23Merge pull request #103915 from r-ryantm/auto-update/rpm-ostreeSandro1-2/+2
rpm-ostree: 2020.7 -> 2020.8
2020-11-23Merge pull request #103923 from r-ryantm/auto-update/sickgearSandro1-2/+2
sickgear: 0.22.15 -> 0.23.0
2020-11-23Merge pull request #103924 from r-ryantm/auto-update/sigilSandro1-2/+2
sigil: 1.3.0 -> 1.4.0
2020-11-24oniguruma: 6.9.5_rev1 -> 6.9.6R. RyanTM1-2/+2
2020-11-23Merge pull request #103967 from jojosch/dbeaver-7.2.5Sandro1-2/+2
dbeaver: 7.2.4 -> 7.2.5
2020-11-23Merge pull request #104520 from Izorkin/wsddFlorian Klink2-0/+36
wsdd: init at 0.6.2
2020-11-24josm: 17084 → 17329Nikolay Korotkiy1-3/+4
2020-11-23Merge pull request #103296 from r-ryantm/auto-update/python3.7-genankiSandro1-4/+4
python37Packages.genanki: 0.8.1 -> 0.9.0
2020-11-23Merge pull request #103227 from Mazurel/masterSandro2-0/+30
2020-11-24bat: 0.16.0 -> 0.17.006kellyjac1-3/+3