Masanori Ogino
0d2f29d617
pythonPackages.rpy2: 3.2.6 -> 3.3.6, fix test etc.
...
- This newer version is compatible with panda 1.0 without any patch.
- rPackages.lazyload is required to run tests.
- The official website is moved to GitHub Pages.
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-23 21:55:28 -08:00
Ryan Mulligan
b160b939df
Merge pull request #104493 from arcz/fix-crytic-compile
...
pythonPackages.crytic-compile: fix missing dependency
2020-11-23 20:56:14 -08:00
Ryan Mulligan
28ee64cd0d
Merge pull request #86310 from marius851000/ctrtool
...
ctrtool: 0.16 -> 0.7 and fix cross compiling
2020-11-23 20:39:25 -08:00
Ryan Mulligan
24751380fe
Merge pull request #87640 from emilazy/weechat-matrix-0.2.0
...
weechat-matrix: 0.1.0 -> 0.2.0
2020-11-23 20:32:13 -08:00
Ryan Mulligan
486a5b6c24
Merge pull request #90083 from yrashk/urjtag-2019.2
...
urjtag: 0.10 -> 2019.2
2020-11-23 20:28:00 -08:00
Mario Rodas
7a4b5238eb
mpv: fix build on darwin
2020-11-24 04:20:00 +00:00
Julien Moutinho
2263fa5698
nixos/network-interfaces: fix typo in udev rule syntax
2020-11-24 04:21:44 +01:00
Raghav Sood
bc51448c00
Merge pull request #104255 from rissson/netdata-go.d.plugin-0.25.0
...
netdata: go.d.plugin: 0.20.0 -> 0.25.0
2020-11-24 03:12:28 +00:00
Luke Granger-Brown
0508481dc9
factorio-experimental, factorio-headless-experimental: 1.0.0 -> 1.1.0
2020-11-24 04:05:30 +01:00
Lengyel Balazs
ef052cf639
vimPlugins.idris2-vim: init at 2020-05-25
2020-11-23 18:27:55 -08:00
Sandro
3b4fcbb5d1
Merge pull request #103523 from r-ryantm/auto-update/rssguard
...
rssguard: 3.7.2 -> 3.8.0
2020-11-24 02:59:45 +01:00
adisbladis
6847a5c12d
referencesByPopularity: Don't use buildPackages at call-site
...
It's cleaner to reference buildPackages directly in
build-support/docker directly.
2020-11-24 02:55:40 +01:00
adisbladis
bd4c7fdff4
Merge pull request #104729 from adisbladis/references-by-popularity-cross
...
referencesByPopularity: Fix cross compilation
2020-11-24 02:53:45 +01:00
adisbladis
ba1fa0c604
pam_ssh_agent_auth: Honour services.openssh.authorizedKeysFiles
...
If a system administrator has explicitly configured key locations this
should be taken into account by `sudo`.
2020-11-24 02:47:07 +01:00
Luke Granger-Brown
86aa2a57d3
factorio: fail fetch early if no credentials provided
...
The download URL will redirect to the login page if credentials are not
present, but will return an error if the credentials are wrong.
Since we know we always expect credentials, we can fail the fetch in
the preHook if they're not provided.
We can't use e.g. builtins.throw because we want the fetchurl derivation
to be evaluated in all cases - because that's the mechanism which allows
you to just manually add the tarball to the Nix store.
2020-11-24 01:32:53 +00:00
Sandro
5917193cef
Merge pull request #103594 from r-ryantm/auto-update/yafaray-core
...
yafaray-core: 3.5.0 -> 3.5.1
2020-11-24 02:30:54 +01:00
Sandro
27441efe5c
Merge pull request #103511 from r-ryantm/auto-update/rabbitmq-server
...
rabbitmq-server: 3.8.8 -> 3.8.9
2020-11-24 02:21:42 +01:00
Sandro
6f29643d35
Merge pull request #97530 from reedrw/noisetorch-072
2020-11-24 02:16:57 +01:00
Sandro
3da89983fd
Merge pull request #103590 from r-ryantm/auto-update/workcraft
...
workcraft: 3.3.0 -> 3.3.1
2020-11-24 02:07:43 +01:00
adisbladis
c3e79669db
referencesByPopularity: Fix cross compilation
2020-11-24 02:05:11 +01:00
Sandro
d60ce0c8c8
Merge pull request #103686 from r-ryantm/auto-update/flrig
...
flrig: 1.3.51 -> 1.3.52
2020-11-24 02:01:35 +01:00
Sandro
5e3b8db59d
Merge pull request #103684 from r-ryantm/auto-update/geekbench
...
geekbench: 5.2.5 -> 5.3.0
2020-11-24 02:01:15 +01:00
Sandro
b3f5ff2005
Merge pull request #103703 from r-ryantm/auto-update/gmsh
...
gmsh: 4.6.0 -> 4.7.0
2020-11-24 01:57:36 +01:00
Sandro Jäckel
abfd29cace
pythonPackages.asyncssh: Switch PyTestCheckHook, disable failing tests
2020-11-23 16:29:49 -08:00
Joshua Skrzypek
cde89e3ecf
python3Packages.pyspark: Fix out of date postPatch
...
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-23 16:19:14 -08:00
Jonathan Ringer
cc5a3cb547
pipreqs: use python3
2020-11-23 16:18:40 -08:00
Sandro
11ab3049e9
Merge pull request #104711 from sikmir/josm
...
josm: 17084 → 17329
2020-11-24 01:17:38 +01:00
Sandro
9f4cd47a0d
Merge pull request #103827 from r-ryantm/auto-update/python3.7-gssapi
...
python37Packages.gssapi: 1.6.9 -> 1.6.10
2020-11-24 01:06:06 +01:00
Sandro
a47cd7370c
Merge pull request #103777 from r-ryantm/auto-update/gnomecast
...
gnomecast: 1.4.1 -> 1.9.11
2020-11-24 01:00:31 +01:00
Sandro
e2d8e85661
Merge pull request #104706 from rycee/bump/trash-cli
...
trash-cli: 0.20.11.7 -> 0.20.11.23
2020-11-24 00:56:00 +01:00
Viktor Kleen
6216c843ed
nixos/postfix: make postfix.enableSmtp work again
...
This fixes issue #104715 .
2020-11-23 23:46:06 +00:00
Sandro
c9a9197078
Merge pull request #102269 from pkern/terraria
...
terraria-server: 1.4.0.5 -> 1.4.1.2
2020-11-24 00:17:47 +01:00
Sandro
dde4f985c0
Merge pull request #103879 from r-ryantm/auto-update/jackett
...
jackett: 0.16.2131 -> 0.16.2152
2020-11-24 00:09:15 +01:00
Sandro
37f04ecad7
Merge pull request #103863 from r-ryantm/auto-update/doppler
...
doppler: 3.16.1 -> 3.17.0
2020-11-24 00:00:40 +01:00
Sandro
9d4d20316e
Merge pull request #103899 from r-ryantm/auto-update/photoflare
...
photoflare: 1.6.5 -> 1.6.6
2020-11-23 23:55:49 +01:00
Maximilian Bosch
d1487097ef
mpv: 0.32.0 -> 0.33.0
...
https://github.com/mpv-player/mpv/releases/tag/v0.33.0
2020-11-23 23:54:46 +01:00
Sandro
15dc396ae5
Merge pull request #103862 from r-ryantm/auto-update/dolt
...
dolt: 0.21.4 -> 0.22.0
2020-11-23 23:51:20 +01:00
Sandro
72d811d858
Merge pull request #103922 from r-ryantm/auto-update/shaarli
...
shaarli: 0.11.1 -> 0.12.1
2020-11-23 23:33:02 +01:00
Sandro
0505cde31b
Merge pull request #103915 from r-ryantm/auto-update/rpm-ostree
...
rpm-ostree: 2020.7 -> 2020.8
2020-11-23 23:24:22 +01:00
Sandro
eacf36e6d7
Merge pull request #103923 from r-ryantm/auto-update/sickgear
...
sickgear: 0.22.15 -> 0.23.0
2020-11-23 23:23:31 +01:00
Sandro
6861bc093f
Merge pull request #103924 from r-ryantm/auto-update/sigil
...
sigil: 1.3.0 -> 1.4.0
2020-11-23 23:22:58 +01:00
Sandro
56fc158242
Merge pull request #103967 from jojosch/dbeaver-7.2.5
...
dbeaver: 7.2.4 -> 7.2.5
2020-11-23 23:21:33 +01:00
Florian Klink
bbf3c9483b
Merge pull request #104520 from Izorkin/wsdd
...
wsdd: init at 0.6.2
2020-11-23 23:18:23 +01:00
Nikolay Korotkiy
f54fa91b9a
josm: 17084 → 17329
2020-11-24 01:17:39 +03:00
Sandro
5ba79b8cf4
Merge pull request #103296 from r-ryantm/auto-update/python3.7-genanki
...
python37Packages.genanki: 0.8.1 -> 0.9.0
2020-11-23 23:16:18 +01:00
Sandro
8b65b642b1
Merge pull request #103227 from Mazurel/master
2020-11-23 23:09:50 +01:00
06kellyjac
f7876c6bbf
bat: 0.16.0 -> 0.17.0
2020-11-24 08:03:59 +10:00
zowoq
5e2e5d0daf
youtube-dl: 2020.11.21.1 -> 2020.11.24
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.11.24
2020-11-24 08:01:26 +10:00
Sandro
9d3ab08ce6
Merge pull request #103921 from r-ryantm/auto-update/seaweedfs
...
seaweedfs: 2.09 -> 2.10
2020-11-23 22:59:21 +01:00
Sandro
edcd5cc798
Merge pull request #103253 from StephenWithPH/add-las-tools
2020-11-23 22:56:56 +01:00