Commit Graph

212258 Commits

Author SHA1 Message Date
Frederik Rietdijk
e4e2cfc126 python: aioftp: 0.16.1 -> 0.17.1 2020-08-16 19:30:49 +02:00
Frederik Rietdijk
adb42a1ac3 python: Nikola: 8.0.4 -> 8.1.1 2020-08-16 19:30:49 +02:00
Frederik Rietdijk
bfdcf9cdb5 python: JPype1: 0.7.5 -> 1.0.2 2020-08-16 19:30:49 +02:00
Michael Weiss
dfbda2135c
Merge pull request #89657 from primeos/mesa-DriConf-fix
mesa: Set datadir so that the path to the DriConf defaults is correct
2020-08-15 22:36:42 +02:00
Frederik Rietdijk
cfe6081cee Merge staging-next into staging 2020-08-15 09:12:42 +02:00
Frederik Rietdijk
02b6ff65d2
Merge pull request #95477 from marsam/update-flexget
flexget: 3.1.59 -> 3.1.67
2020-08-15 09:09:59 +02:00
Frederik Rietdijk
49f4475307
Merge pull request #95305 from jonringer/remove-py35
python35: remove
2020-08-15 09:08:47 +02:00
R. RyanTM
e3a495f281 imlib2: 1.6.1 -> 1.7.0 2020-08-15 09:05:50 +02:00
R. RyanTM
c6825953c0 libmbim: 1.24.0 -> 1.24.2 2020-08-15 09:05:27 +02:00
R. RyanTM
cdd153807e libqmi: 1.26.0 -> 1.26.2 2020-08-15 09:05:06 +02:00
Dominik Honnef
90cd27e4a0 x265: build a single shared library for all bit-depths
This builds the 10-bit and 12-bit versions of x265 as static
libraries, which then get linked into the 8-bit dynamic library and
executable. This causes x265 to default to 8-bit, but make 10- and
12-bit available to callers that use introspection, such as ffmpeg.

    $ x265 -V
    x265 [info]: HEVC encoder version 3.2
    x265 [info]: build info [Linux][GCC 9.3.0][64 bit] 8bit+10bit+12bit
    x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2

    $ ffmpeg -h encoder=libx265
    [...]
        Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p yuvj444p gbrp yuv420p10le yuv422p10le yuv444p10le gbrp10le yuv420p12le yuv422p12le yuv444p12le gbrp12le gray gray10le gray12le

Inspired by @codyopel's comment on #80405.
2020-08-15 08:59:31 +02:00
Frederik Rietdijk
d59c57f8a6
Merge pull request #92412 from matthewbauer/blas-cross
Blas/Lapack cross fixes
2020-08-15 08:55:57 +02:00
David Guibert
1b54b2aa0d ffmpeg: set explicit --enable-libass
needed for subtitles filter.
2020-08-15 08:54:01 +02:00
Frederik Rietdijk
4b340cbbb4
Merge pull request #93083 from risicle/ris-cpython-debug
cpython: add separateDebugInfo, allow use of gdb libpython
2020-08-15 08:52:42 +02:00
Ryan Mulligan
a0c7ccf4ae
Merge pull request #95415 from r-ryantm/auto-update/intel-media-sdk
intel-media-sdk: 20.2.0 -> 20.2.1
2020-08-14 23:52:24 -07:00
R. RyanTM
47e499f7a4 rhash: 1.3.9 -> 1.4.0 2020-08-15 08:52:15 +02:00
R. RyanTM
7c2918230f libevdev: 1.9.0 -> 1.9.1 2020-08-15 08:50:17 +02:00
Daniël de Kok
f190891cbc
Merge pull request #95461 from MetaDark/newsflash
newsflash: 1.0.4 -> 1.0.5
2020-08-15 08:37:41 +02:00
Daniël de Kok
22089bf50a python3Packages.numpy: add hypothesis to checkInputs
numpy has added hypothesis as a dependency for running property-based
tests:

https://github.com/numpy/numpy/pull/15189

However, hypothesis is not an input of the derivations. And thus tests
have been failing with:

ERROR .. - ModuleNotFoundError: No module named 'hypothesis'

https://hydra.nixos.org/build/124613306/nixlog/1

This change adds hypothesis to checkInputs, so that tests are run
again.
2020-08-15 08:37:29 +02:00
Rohit Goswami
1a3c5b2203 libuv: Skip tests which time out 2020-08-15 08:37:12 +02:00
R. RyanTM
760a0ef7ba check: 0.15.0 -> 0.15.2 2020-08-15 08:36:33 +02:00
Thomas Tuegel
5530043208 qtdeclarative: Patch for scrollbar regression 2020-08-15 08:36:15 +02:00
Daniël de Kok
900b2d5a6c python3: fix impure /bin/sh call in subprocess 2020-08-15 08:34:02 +02:00
Jan Tojnar
a1baa4f0bf openexr: 2.5.2 → 2.5.3
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.3

* Includes the musl patch.
* Also clean up a bit while at it:
    * libtool not necessary since CMake port
    * enableParallelBuilding is on by default with cmake
2020-08-15 08:33:38 +02:00
R. RyanTM
4005fe7f55 cmake: 3.18.0 -> 3.18.1 2020-08-15 08:33:21 +02:00
Ben Wolsieffer
6093f9eb6e zstd: fix shebangs when cross-compiling 2020-08-15 08:32:57 +02:00
R. RyanTM
51f2d47897 doxygen: 1.8.18 -> 1.8.19 2020-08-15 08:31:54 +02:00
R. RyanTM
1e91e72a62 libipt: 2.0.1 -> 2.0.2 2020-08-15 08:31:38 +02:00
Daniël de Kok
99ab8713bf
Merge pull request #95464 from sternenseemann/tllist-1.0.2
tllist: 1.0.1 → 1.0.2
2020-08-15 08:29:49 +02:00
Daniël de Kok
53fa79c8b9
Merge pull request #95482 from r-ryantm/auto-update/nomacs
nomacs: 3.16.224 -> 3.17.2045
2020-08-15 08:21:49 +02:00
Vonfry
f09bc01ba9 vimPlugins.vim-over: init at 2020-01-26 2020-08-14 22:53:41 -07:00
Vonfry
8397bb9490 vimPlugins.vim-ragtag: init at 2020-01-26 2020-08-14 22:52:52 -07:00
Lorenz Leutgeb
d50a6db016
z3: Add Java Bindings (#92096)
Introduce new arguments to build Java Bindings, and to disable
building of Python bindings. Default behaviour is preserved.
2020-08-15 07:37:38 +02:00
Vincent Laporte
774db64cc6 js_of_ocaml: 3.6.0 → 3.7.0 2020-08-15 07:29:11 +02:00
zowoq
e30218d8a6
_3mux: 0.2.0 -> 0.3.0 (#95476) 2020-08-14 21:50:41 -07:00
R. RyanTM
d996c72306
joker: 0.15.5 -> 0.15.6 (#95407) 2020-08-14 21:48:06 -07:00
R. RyanTM
e7936dd774 nomacs: 3.16.224 -> 3.17.2045 2020-08-15 04:23:26 +00:00
zowoq
1790e642f2
go_1_13: remove (#95478) 2020-08-14 21:17:14 -07:00
Mario Rodas
3e9e0f588a
Merge pull request #95403 from marsam/update-postgresql
postgresql: 9.5.22 -> 9.5.23, 9.6.18 -> 9.6.19, 10.13 -> 10.14, 11.8 -> 11.9, 12.3 -> 12.4
2020-08-14 22:04:18 -05:00
Benjamin Hipple
d8e0ade97a
Merge pull request #95465 from jtojnar/fractal-4.4
fractal: 4.2.2 → 4.4.0
2020-08-14 22:26:53 -04:00
Martin Weinelt
c48dd6b8a2
Merge pull request #95021 from Flakebi/salt
salt: 3001 -> 3001.1
2020-08-15 03:54:50 +02:00
Martin Weinelt
ee6b6fe136
Merge pull request #95473 from zowoq/gh
gitAndTools.gh: enable checks
2020-08-15 03:47:51 +02:00
Benjamin Hipple
71447d0416
Merge pull request #95467 from zowoq/verifycargo
openethereum, udpt: remove verifyCargoDeps
2020-08-14 21:32:47 -04:00
zowoq
ad3dbcf02e gitAndTools.gh: enable checks 2020-08-15 11:18:59 +10:00
Benjamin Hipple
b93a36c362
Merge pull request #95469 from cript0nauta/srcs
Use src instead of srcs in Python packages
2020-08-14 21:13:30 -04:00
Mario Rodas
3a54222d93
Merge pull request #95445 from alerque/sile-0.10.10
sile: 0.10.9 → 0.10.10
2020-08-14 20:12:14 -05:00
Benjamin Hipple
1e38f32288
Merge pull request #95452 from r-ryantm/auto-update/lxcfs
lxcfs: 4.0.4 -> 4.0.5
2020-08-14 21:11:43 -04:00
Benjamin Hipple
b5cbb98caf
Merge pull request #95466 from jonringer/disable-javaobj-py3
pythonPackages.javaobj-py3: disable
2020-08-14 21:03:35 -04:00
R. RyanTM
886a99069e lxcfs: 4.0.4 -> 4.0.5 2020-08-14 21:02:39 -04:00
Martin Weinelt
99c6768ecb
Merge pull request #95184 from seylerius/master
iosevka: unify output directory with other fonts
2020-08-15 03:00:57 +02:00
Matías Lang
0de3cdf197 pythonPackages.openwrt-luci-rpc: use src instead of srcs 2020-08-14 21:46:48 -03:00
Matías Lang
20a80c1786 pythonPackages.jq: use src instead of srcs 2020-08-14 21:46:13 -03:00
Martin Weinelt
9838b484f9
Merge pull request #95318 from dotlambda/dovecot-2.3.11.3
dovecot: 2.3.10.1 -> 2.3.11.3
2020-08-15 02:44:35 +02:00
Malte Brandy
339e9dacbd
haskellPackages.jsaddle-webkit2gtk: Fix wrong patch-url
I had specified the wrong commit id before
2020-08-15 02:42:23 +02:00
Mario Rodas
8a03df8feb
Merge pull request #95463 from Chili-Man/minikube-0.12.3-update
minikube: 1.12.2 -> 1.12.3
2020-08-14 19:37:46 -05:00
Mario Rodas
e306bcdd0e
Merge pull request #95458 from JohnTitor/nushell-0.18.1
nushell: 0.17.0 -> 0.18.1
2020-08-14 19:36:33 -05:00
Jonathan Ringer
46bde4e787
pythonPackages.javaobj-py3: disable
ERROR: Could not find a version that satisfies the requirement typing; python_version <= "3.4" (from javaobj-py3==0.4.1) (from versions: none)
  ERROR: No matching distribution found for typing; python_version <= "3.4" (from javaobj-py3==0.4.1)
2020-08-14 17:34:10 -07:00
zowoq
7dd98cacbd udpt: remove verifyCargoDeps 2020-08-15 10:34:08 +10:00
zowoq
b84a2f47c6 openethereum: remove verifyCargoDeps 2020-08-15 10:33:57 +10:00
R. RyanTM
300223118a i3ipc-glib: 0.6.0 -> 1.0.1 2020-08-14 17:30:39 -07:00
R. RyanTM
a27b4e427f dolt: 0.18.1 -> 0.18.2 2020-08-14 17:26:13 -07:00
R. RyanTM
432b295457 gllvm: 1.2.6 -> 1.2.7 2020-08-14 17:24:38 -07:00
R. RyanTM
811f21c5f4 librealsense: 2.36.0 -> 2.38.0 2020-08-14 17:15:32 -07:00
Sirio Balmelli
b8b19c6036 vimPlugins.vim-clang-format: init at 2019-05-15 2020-08-14 17:14:42 -07:00
Sirio Balmelli
a8a89c2ebc vimPlugins: update 2020-08-14 17:14:42 -07:00
Diego Rodriguez
af09ae1268
minikube: 1.12.2 -> 1.12.3 2020-08-14 17:42:05 -06:00
sternenseemann
8c84a3b433 tllist: 1.0.1 → 1.0.2 2020-08-15 01:33:15 +02:00
Jan Tojnar
0249afb0e7
fractal: 4.2.2 → 4.4.0
https://gitlab.gnome.org/GNOME/fractal/-/blob/4.4.0/fractal-gtk/res/org.gnome.Fractal.metainfo.xml.in.in#L21-49
2020-08-15 01:32:12 +02:00
MetaDark
53d5c9a119 newsflash: 1.0.4 -> 1.0.5 2020-08-14 19:27:40 -04:00
freezeboy
ff8e1825ab librealsense,python3Packages.pyrealsense2: refactor to add cudaSupport and python bindings 2020-08-14 15:47:17 -07:00
Maximilian Bosch
d22cd376e5
Merge pull request #95161 from lf-/patch-1
nix-doc: init at 0.3.3
2020-08-15 00:29:08 +02:00
Yuki Okushi
2026a9aee0 nushell: 0.17.0 -> 0.18.1 2020-08-15 07:25:05 +09:00
Maximilian Bosch
e5e749869f
Merge pull request #95340 from DIzFer/targetcli-py3
targetcli: build with python3
2020-08-15 00:18:40 +02:00
Martin Weinelt
5bb50d688e
Merge pull request #95457 from jonringer/re-enable-recommonmark
python3Packages.recommonmark: disable tests
2020-08-15 00:17:26 +02:00
adisbladis
eb30a10ef1
firefox-devedition-bin: 79.0b7 -> 80.0b8 2020-08-15 00:14:24 +02:00
adisbladis
d0670b2dd2
firefox-beta-bin: 80.0b5 -> 80.0b8 2020-08-15 00:13:36 +02:00
Lancelot SIX
892085c07c
Merge pull request #95298 from r-ryantm/auto-update/blender
blender: 2.83.3 -> 2.83.4
2020-08-14 22:03:33 +01:00
Jonathan Ringer
81a3d7863d
python3Packages.recommonmark: disable tests
fails against latest sphinx, but errors suggest
session needs to be cleaned
2020-08-14 13:57:14 -07:00
freezeboy
e092abb55c ssh-ident: switch to python3 interpreter 2020-08-14 13:50:23 -07:00
Vladyslav M
e155a01001
Merge pull request #95442 from doronbehar/pkg/sequoia
sequoia: 0.17.0 -> 0.18.0
2020-08-14 23:48:12 +03:00
R. RyanTM
42e2700157 python27Packages.hg-evolve: 10.0.0 -> 10.0.1 2020-08-14 13:47:39 -07:00
Martin Weinelt
d36cf49451
Merge pull request #95453 from r-ryantm/auto-update/mediainfo
mediainfo: 20.03 -> 20.08
2020-08-14 22:41:47 +02:00
Martin Weinelt
8009775c85
Merge pull request #95451 from danielfullmer/diffoscope-156
diffoscope: 154 -> 156
2020-08-14 22:35:12 +02:00
R. RyanTM
493c3677f1 mediainfo: 20.03 -> 20.08 2020-08-14 20:15:23 +00:00
Martin Weinelt
f1efdd2c0b
Merge pull request #89444 from mweinelt/pinnwand-module
nixos/pinnwand: init; steck: init at 0.5.0; nixos/tests/pinnwand: init
2020-08-14 22:09:33 +02:00
Daniel Fullmer
374cab065e diffoscope: 154 -> 156 2020-08-14 12:59:12 -07:00
Martin Weinelt
cee1971dfd
Merge pull request #95280 from risicle/ris-pure-ftpd-CVE-2020-9274
pure-ftpd: add patches for CVE-2020-9274, CVE-2020-9365
2020-08-14 21:49:16 +02:00
Martin Weinelt
4b4986a6b6
Merge pull request #95447 from r-ryantm/auto-update/links2
links2: 2.20.2 -> 2.21
2020-08-14 21:47:28 +02:00
Jan Tojnar
47d561b10f libinput: 1.15.6 -> 1.16.1
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041578.html
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041590.html
2020-08-14 21:28:29 +02:00
R. RyanTM
aec3c76dca bison: 3.6.4 -> 3.7.1 2020-08-14 21:28:08 +02:00
Ryan Mulligan
87a5b277d3
Merge pull request #95431 from r-ryantm/auto-update/kssd
kssd: 1.0 -> 1.1
2020-08-14 12:22:04 -07:00
Peter Simons
00a9d3f261
Merge pull request #95262 from NixOS/haskell-updates
Update Haskell package set to LTS 16.9 (plus other fixes)
2020-08-14 21:14:08 +02:00
Jörg Thalheim
1f2c19f158
Merge pull request #68524 from nspin/pr/repo-manifest-name
fetchRepoProject: add manifestName parameter
2020-08-14 20:08:25 +01:00
Anders Kaseorg
729e7295cf meson: Add upstream patch to stop failing on skipped tests
https://github.com/mesonbuild/meson/pull/7525

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-08-14 21:01:46 +02:00
Peter Simons
6c5e220501 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
29b47bf07a.
2020-08-14 20:45:19 +02:00
Peter Simons
9bede6ac6b hackage2nix: update list of broken builds 2020-08-14 20:44:31 +02:00
Peter Simons
2b5c3c8ce8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
29b47bf07a.
2020-08-14 20:41:34 +02:00
worldofpeace
4301143db5
Merge pull request #95432 from dasj19/webkitgtk-update
webkitgtk: 2.28.3 -> 2.28.4
2020-08-14 14:34:41 -04:00
Peter Simons
ac204ecef4 hackage2nix: update list of broken builds 2020-08-14 20:33:35 +02:00
Peter Simons
929ecab0d7 hackage2nix: update list of broken builds 2020-08-14 20:29:59 +02:00
Peter Simons
5ab537ec6b
Merge pull request #95434 from maralorn/fix-gi-pango
[haskell-updates] haskellPackages.pango: Bump version (including deps) to fix build
2020-08-14 20:29:13 +02:00
R. RyanTM
14309ad8aa links2: 2.20.2 -> 2.21 2020-08-14 18:26:08 +00:00
Ryan Mulligan
9377fa348a
Merge pull request #95438 from r-ryantm/auto-update/helm
kubernetes-helm: 3.2.4 -> 3.3.0
2020-08-14 11:25:48 -07:00
Ryan Mulligan
f1f9ea32a6
Merge pull request #95430 from r-ryantm/auto-update/libmediainfo
libmediainfo: 20.03 -> 20.08
2020-08-14 11:25:28 -07:00
Ryan Mulligan
b3c8a6127e
Merge pull request #95398 from r-ryantm/auto-update/hylafaxplus
hylafaxplus: 7.0.2 -> 7.0.3
2020-08-14 11:24:59 -07:00
Caleb Maclennan
28593b182b lua-penlight: 1.7.0 → 1.8.0 2020-08-14 21:23:10 +03:00
Caleb Maclennan
e1f6f37dc9 lua-cassowary: Fix URL and add myself to maintainer list
(I am also an upstream committer.)
2020-08-14 21:21:55 +03:00
Caleb Maclennan
e9455b9cf1 sile: 0.10.9 → 0.10.10 2020-08-14 21:21:55 +03:00
Peter Simons
6457132565 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
29b47bf07a.
2020-08-14 20:15:06 +02:00
Peter Simons
f49c3f372d hackage2nix: update list of broken builds to fix evaluation 2020-08-14 20:14:10 +02:00
Peter Simons
62c0e3ac5d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
f40cab4d6e.
2020-08-14 20:12:16 +02:00
worldofpeace
bea5560354
Merge pull request #94878 from stigtsp/package/firejail-test
nixos/tests: add test for firejail
2020-08-14 14:05:39 -04:00
Doron Behar
3862817d87 sequoia: 0.17.0 -> 0.18.0 2020-08-14 20:26:05 +03:00
Silvan Mosberger
3cc42af71f
Merge pull request #95400 from kuznero/vscode
vscode, vscodium: 1.47.3 -> 1.48.0
2020-08-14 19:25:27 +02:00
Martin Weinelt
096a73fd32 factorio: fix headless build 2020-08-14 10:22:29 -07:00
Malte Brandy
ff5c9664b6
haskellPackages.haskell-language-server: Fix evalution errors 2020-08-14 19:02:59 +02:00
R. RyanTM
171bfe1298 kubernetes-helm: 3.2.4 -> 3.3.0 2020-08-14 17:00:58 +00:00
Michael Weiss
e3e1aa0536
Merge pull request #95327 from primeos/cmake-fix-pch-regression
cmake: Add a patch to fix a regression since CMake 3.18
2020-08-14 18:46:30 +02:00
Malte Brandy
06fba2072c
haskellPackages.pango: Bump version (including deps) to fix build
This does not file all haskell-gi dependencies. I have limited myself to
the ones needed to build webkitgtk, because I care about that one and
the issue is hopefully only temporary anyways.
2020-08-14 18:42:29 +02:00
Vladimír Čunát
96745f0228
qt5: switch back to 5.12 on darwin
... until issue #95199 is fixed.
2020-08-14 18:23:34 +02:00
Daniël de Kok
b1a351fb73
Merge pull request #95384 from nagisa/kill-draftsight
draftsight: remove
2020-08-14 18:20:20 +02:00
Daniel Șerbănescu
78623366f6 gdk-pixbuf-xlib: 2019-10-19-unstable -> 2020-06-11-unstable 2020-08-14 17:22:18 +02:00
Daniel Șerbănescu
838955243d webkitgtk: 2.28.3 -> 2.28.4 2020-08-14 17:11:44 +02:00
R. RyanTM
afb809f30b kssd: 1.0 -> 1.1 2020-08-14 15:06:11 +00:00
R. RyanTM
6eddb3be7c libmediainfo: 20.03 -> 20.08 2020-08-14 14:43:09 +00:00
sternenseemann
71fbe1ddaa ocamlPackages.tls: 0.12.3 → 0.12.4 2020-08-14 16:31:34 +02:00
Marek Mahut
f43fa60f02
Merge pull request #95010 from StijnDW/dokuwiki
dokuwiki: 2018-04-22b -> 2020-07-29
2020-08-14 16:27:38 +02:00
sternenseemann
a78dc3a750 ocamlPackages.dns(-client): 4.6.1 → 4.6.2 2020-08-14 16:25:18 +02:00
Alyssa Ross
97077b6e96 man-pages: 5.07 -> 5.08 2020-08-14 14:24:18 +00:00
Simonas Kazlauskas
b8a8ae262b draftsight: remove
This software is not longer available for download (for free), the
support for linux has been discontinued and any "freeware" use of this
software past 2019 December 31st is a breach of license terms.

Since the derivation is broken and cannot be fixed, remove it.
2020-08-14 16:44:50 +03:00
Peter Simons
937049a03c arena: update to version 3.10 (beta release) 2020-08-14 15:44:24 +02:00
sternenseemann
cc4bb4b93b ocamlPackages.hacl_x25519: 0.1.1 → 0.2.0 2020-08-14 15:42:46 +02:00
Daniel Șerbănescu
f4df9e3c2a quadrapassel: 3.36.02 -> 3.36.05 2020-08-14 15:31:28 +02:00
Matthew Maurer
1c243af737 ocamlPackages.bap: 1.6.0 -> 2.0.0
Also roll libbap forwards, as it does not build against the new bap.
2020-08-14 15:26:15 +02:00
Emery Hemingway
fd72136136 picard: 2.3.2 -> 2.4.1 2020-08-14 15:24:00 +02:00
Daniel Șerbănescu
f9d53e7894 simple-scan: 3.36.3 -> 3.36.4 2020-08-14 14:58:31 +02:00
sternenseemann
cb2d328479 ocamlPackages.cohttp{,-lwt,-lwt-unix}: 2.5.1 → 2.5.4 2020-08-14 14:40:29 +02:00
Dennis Gosnell
c3a618dd5a
Merge pull request #95338 from turion/haskell-updates_essence-of-live-coding
haskell-update: Mark essence-of-live-coding* as unbroken
2020-08-14 21:12:27 +09:00
sternenseemann
177389f753 ocamlPackages.mirage-crypto*: 0.8.1 → 0.8.3 2020-08-14 13:22:41 +02:00
Michele Guerini Rocco
1db66812b5
Merge pull request #94413 from enolan/update-parity
parity: 3.0.0 -> 3.0.1 and rename it to openethereum
2020-08-14 13:21:20 +02:00
adisbladis
3b3a080a9d
Merge pull request #95023 from Atemu/firefox-beta-bin-update
firefox-beta-bin: 79.0b7 -> 80.0b5
2020-08-14 12:40:28 +02:00
Martin Weinelt
21dc4447b5
Merge pull request #95381 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 3.3.1 -> 3.4.1
2020-08-14 12:40:07 +02:00
R. RyanTM
7fda64b4d7 gegl_0_4: 0.4.24 -> 0.4.26 2020-08-14 12:30:40 +02:00
R. RyanTM
913ec2f78b gnome3.gnome-desktop: 3.36.4 -> 3.36.5 2020-08-14 12:30:19 +02:00
R. RyanTM
485237467b gnome3.gnome-shell-extensions: 3.36.2 -> 3.36.3 2020-08-14 12:29:52 +02:00
R. RyanTM
27f89ed443 intel-media-sdk: 20.2.0 -> 20.2.1 2020-08-14 10:01:19 +00:00
Peter Simons
720a19381b git-annex: update sha256 hash for new version 8.20200810 2020-08-14 09:59:59 +02:00
Peter Simons
04bbc4e481 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
5a9a49258d.
2020-08-14 09:51:48 +02:00
Manuel Bärenz
8cf19841e6 haskell-update: Mark essence-of-live-coding* as unbroken 2020-08-14 09:50:03 +02:00
Peter Simons
144b1ddb1c Merge remote-tracking branch 'origin/master' into haskell-updates. 2020-08-14 09:46:18 +02:00
Peter Simons
c06d2c2a7c haskell-statistics: disable the test suite so that we can build the package
Builds fail occasionally because of https://github.com/bos/statistics/issues/170.
2020-08-14 09:43:45 +02:00
Daniël de Kok
33ea7ef8fd
Merge pull request #95388 from r-ryantm/auto-update/s3fs-fuse
s3fs: 1.86 -> 1.87
2020-08-14 09:16:48 +02:00
Daniël de Kok
5aefe97d59
Merge pull request #95377 from r-ryantm/auto-update/fatsort
fatsort: 1.6.2.605 -> 1.6.3.622
2020-08-14 08:49:41 +02:00
Daniël de Kok
76c90a8711
Merge pull request #95380 from r-ryantm/auto-update/fping
fping: 4.4 -> 5.0
2020-08-14 08:46:14 +02:00
Daniël de Kok
08bc81bdc5
Merge pull request #95088 from danieldk/git-quick-stats-wrap
git-quick-stats: properly wrap
2020-08-14 08:36:40 +02:00
Daniël de Kok
72478f0012
Merge pull request #95387 from kalbasit/opensource/nixpkgs/update/brave
brave: 1.11.97 -> 1.12.112
2020-08-14 08:29:57 +02:00
Daniël de Kok
b7295bdf40
Merge pull request #95397 from r-ryantm/auto-update/html-xml-utils
html-xml-utils: 7.8 -> 7.9
2020-08-14 08:25:29 +02:00
Vincent Laporte
c25d99efcb ocamlPackages.merlin-extend: 0.4 → 0.6 2020-08-14 07:57:04 +02:00
Vincent Laporte
49a99103c8 ocamlPackages.uucd: 10.0.0 → 13.0.0 2020-08-14 07:35:26 +02:00
Mario Rodas
be95a398f0
flexget: 3.1.59 -> 3.1.67 2020-08-13 23:23:00 -05:00
Roman Kuznetsov
6cbdc16a07
vscode, vscodium: 1.47.3 -> 1.48.0 2020-08-14 06:22:43 +02:00
Mario Rodas
294e42e595
python38Packages.flask-restx: init at 0.2.0 2020-08-13 23:22:00 -05:00
Mario Rodas
67d762390e
python38Packages.loguru: fix build on darwin 2020-08-13 23:21:00 -05:00
Mario Rodas
461bc85c31
python38Packages.construct: fix build on darwin 2020-08-13 23:20:00 -05:00
R. RyanTM
2bd7f772b1 hylafaxplus: 7.0.2 -> 7.0.3 2020-08-14 03:58:03 +00:00
R. RyanTM
551147ab22 html-xml-utils: 7.8 -> 7.9 2020-08-14 03:47:36 +00:00
R. RyanTM
1aba5fcb4a s3fs: 1.86 -> 1.87 2020-08-14 01:53:35 +00:00
Wael M. Nasreddine
11fceef0d4
brave: 1.11.97 -> 1.12.112 2020-08-13 18:49:42 -07:00
Mario Rodas
fd741310af
postgresql_12: 12.3 -> 12.4
Release notes: https://www.postgresql.org/docs/12/release-12-4.html
2020-08-13 20:04:00 -05:00
Mario Rodas
d242f33afb
postgresql_11: 11.8 -> 11.9
Release notes: https://www.postgresql.org/docs/11/release-11-9.html
2020-08-13 20:03:00 -05:00
Mario Rodas
fce82f49f1
postgresql_10: 10.13 -> 10.14
Release notes: https://www.postgresql.org/docs/10/release-10-14.html
2020-08-13 20:02:00 -05:00
Mario Rodas
e9ed812c07
postgresql_9_6: 9.6.18 -> 9.6.19
Release notes: https://www.postgresql.org/docs/9.6/release-9-6-19.html
2020-08-13 20:01:00 -05:00
Mario Rodas
6cdd374d50
postgresql_9_5: 9.5.22 -> 9.5.23
Release notes: https://www.postgresql.org/docs/9.5/release-9-5-23.html
2020-08-13 20:00:00 -05:00
Ryan Mulligan
1b1bc7e6d7
Merge pull request #95379 from r-ryantm/auto-update/gitolite
gitolite: 3.6.11 -> 3.6.12
2020-08-13 17:39:33 -07:00
Martin Weinelt
515725c1c6
Merge pull request #95168 from danieldk/intel-compute-runtime-stdcpp
intel-compute-runtime: add libstdc++ to RPATH
2020-08-14 02:34:34 +02:00
Peter Simons
8a1661d73f hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
6fc474c82c.
2020-08-14 02:30:31 +02:00
R. RyanTM
42bf6d5c2e iosevka-bin: 3.3.1 -> 3.4.1 2020-08-14 00:06:27 +00:00
R. RyanTM
5c3ca83308 fping: 4.4 -> 5.0 2020-08-14 00:01:35 +00:00
R. RyanTM
20fab51c3f gitolite: 3.6.11 -> 3.6.12 2020-08-13 23:50:47 +00:00
R. RyanTM
6bb4cca857 fatsort: 1.6.2.605 -> 1.6.3.622 2020-08-13 23:29:21 +00:00
Mario Rodas
4c89d8d61a
Merge pull request #95343 from r-ryantm/auto-update/chezmoi
chezmoi: 1.8.3 -> 1.8.4
2020-08-13 18:20:26 -05:00
Mario Rodas
3a96f14ee7
Merge pull request #95328 from marsam/update-vale
vale: 2.3.0 -> 2.3.2
2020-08-13 18:15:20 -05:00
Ryan Mulligan
290e330f90
Merge pull request #95282 from r-ryantm/auto-update/tendermint
tendermint: 0.33.6 -> 0.33.8
2020-08-13 15:10:59 -07:00
zowoq
cdd4547867 buildGoModule: check if vendor exists with deleteVendor 2020-08-14 07:50:37 +10:00
zowoq
961aa31455 buildGoModule: update deleteVendor docs 2020-08-14 07:50:37 +10:00
Daniel Șerbănescu
6a43399747 reportlab: 3.5.46 -> 3.5.47 2020-08-13 14:44:45 -07:00
Ryan Mulligan
6127d1e117
Merge pull request #95261 from r-ryantm/auto-update/operator-sdk
operator-sdk: 0.19.2 -> 1.0.0
2020-08-13 14:11:12 -07:00
Linus Heckemann
efc739f1d2
Merge pull request #92081 from CrystalGamma/modules-closure
makeModulesClosure: handle builtin modules better
2020-08-13 22:37:36 +02:00
Jan Tojnar
afe22f645a
Merge branch 'staging-next' into staging 2020-08-13 21:59:15 +02:00
Vladyslav M
3d1956ad34
Merge pull request #95062 from cryptix/update-aliza
aliza: 1.48.10 -> 1.98.32
2020-08-13 22:47:05 +03:00
Michael Weiss
cd41673813
mesa: Move the DriConf defaults from $drivers to $out
The effective change is that "drirc.d/00-mesa-defaults.conf" will now be
installed to $out instead of $drivers and not appear under
"/run/opengl-driver/share/" anymore.

This is done to fix #89421, i.e. so that Mesa will find and load the
included DriConf defaults. The other files in "$drivers/share" will not
be moved to $out as some Nixpkgs logic might depend on them being
available under "/run/opengl-driver/share/" (e.g. addOpenGLRunpath).
2020-08-13 21:35:55 +02:00
Marek Mahut
52f1ffdb93
Merge pull request #95047 from r-ryantm/auto-update/ergo
ergo: 3.2.7 -> 3.3.0
2020-08-13 21:31:05 +02:00
Lassulus
5415651805
Merge pull request #94405 from syberant/openjump
openjump: 1.3.1 -> 1.15
2020-08-13 21:18:09 +02:00
Michael Weiss
6e4042d067
gollum: 5.1 -> 5.1.1 (security, CVE-2020-14001)
This also fixes a potential security issue (reported by bundler-audit)
by updating kramdown to 2.3.0 for CVE-2020-14001 [0].

[0]: https://github.com/advisories/GHSA-mqm2-cgpr-p4m6
2020-08-13 21:11:29 +02:00
Lassulus
421b2a04b0
Merge pull request #94654 from jojosch/jellyfin-mpv-shim_1.6.0
jellyfin-mpv-shim: 1.5.11 -> 1.7.1
2020-08-13 21:09:29 +02:00
Jonathan Ringer
9ccacccc47 asynk: remove due to prolonged breakage 2020-08-13 11:57:48 -07:00
Jonathan Ringer
104cd996e1 python3Packages.caldavclientlibrary-asynk: remove due to prolonged breakage 2020-08-13 11:57:48 -07:00
Michael Weiss
5f72f7c27f
jekyll: Update the dependencies (security, CVE-2020-14001)
This fixes a potential security issue (reported by bundler-audit) by
updating kramdown to 2.3.0 for CVE-2020-14001 [0].

[0]: https://github.com/advisories/GHSA-mqm2-cgpr-p4m6
2020-08-13 20:57:14 +02:00
Daniël de Kok
43ffe0d328
Merge pull request #95348 from r-ryantm/auto-update/docopt.cpp
docopt_cpp: 0.6.2 -> 0.6.3
2020-08-13 20:45:03 +02:00
R. RyanTM
f1e713feb1 docopt_cpp: 0.6.2 -> 0.6.3 2020-08-13 20:42:08 +02:00