Commit graph

376456 commits

Author SHA1 Message Date
davidak 2ee9d67e50
Merge pull request #170707 from a-m-joseph/dante-autoreconfHook-needs-gnugrep-and-gawk
dante: remove hardwired PATH= from redefgen.sh script
2022-05-09 08:09:10 +02:00
Sergei Trofimovich 0e8ede9cc4 g15daemon: add -fcommon workaround
Without the change the build fails on -fno-common toolchains like gcc-10 as:

    $ nix build --impure --expr 'with import ./. {}; g15daemon.override { stdenv = clang13Stdenv; }'
    ld: g15daemon.h:218: multiple definition of `lcdlist_mutex'; utility_funcs.o:g15daemon.h:218: first defined here
    ld: g15daemon.h:203: multiple definition of `lcdnode_s'; utility_funcs.o:g15daemon.h:203: first defined here
2022-05-09 14:06:29 +08:00
Fabian Affolter 89e10fc7a0
Merge pull request #172124 from r-ryantm/auto-update/python3.10-peaqevcore
python310Packages.peaqevcore: 0.0.22 -> 0.0.23
2022-05-09 07:54:21 +02:00
Fabian Affolter 5264e2efe8
Merge pull request #171902 from r-ryantm/auto-update/python3.10-py3exiv2
python310Packages.py3exiv2: 0.9.3 -> 0.11.0
2022-05-09 07:53:21 +02:00
davidak cc0d5ad831
Merge pull request #172118 from SuperSandro2000/txaio
python310Packages.txaio: remove unused dependency
2022-05-09 07:47:00 +02:00
Robert Schütz f42f88bd15 rnote: 0.5.0-hotfix-2 -> 0.5.1-hotfix-1
https://github.com/flxzt/rnote/releases/tag/v0.5.1-hotfix-1
2022-05-08 22:36:45 -07:00
Vladimír Čunát 43c99bebda
Merge #171497: staging-next 2022-05-04 2022-05-09 07:19:20 +02:00
Vladimír Čunát 7fc4acfd29
Merge #171985: wrapFirefox: handle binary wrappers
...into staging-next
2022-05-09 07:10:10 +02:00
Bobby Rong 4fea68fd73
Merge pull request #167914 from DeeUnderscore/update/cldr-annotations-41.0
cldr-annotations: 40.0 -> 41.0
2022-05-09 12:48:54 +08:00
Bobby Rong 7252fdeeee
Merge pull request #172119 from SuperSandro2000/zope-event
python310Packages.zope_event: update homepage
2022-05-09 12:41:04 +08:00
Peter Hoeg be01271963 syncthing: 1.19.2 -> 1.20.1 2022-05-09 12:14:36 +08:00
Robert Schütz fc060ca647 chatty: 0.6.3 -> 0.6.4
https://source.puri.sm/Librem5/chatty/-/blob/v0.6.4/NEWS
2022-05-09 04:07:17 +00:00
davidak 5a1209a15a boltbrowser: 2.0 -> 2.1 2022-05-09 06:02:33 +02:00
R. Ryantm c31919630b python310Packages.pycryptodome-test-vectors: 1.0.7 -> 1.0.8 2022-05-09 03:51:14 +00:00
R. Ryantm 2578b89c84 python310Packages.pymbolic: 2021.1 -> 2022.1 2022-05-09 03:35:13 +00:00
R. Ryantm 88639cd7a9 python310Packages.peaqevcore: 0.0.22 -> 0.0.23 2022-05-09 03:14:45 +00:00
AndersonTorres ae9a9ee941 recutils: 1.8 -> 1.9 2022-05-08 23:53:49 -03:00
Robert Schütz 181dbcf0f2 python3Packages.pytube: 12.0.0 -> 12.1.0 2022-05-09 02:35:49 +00:00
Sandro 58585adbcd
Merge pull request #171862 from WolfangAukang/ovftool 2022-05-09 03:47:09 +02:00
Sandro Jäckel 544626b11b
python310Packages.zope_event: update homepage 2022-05-09 03:45:46 +02:00
Sandro Jäckel e1d1b600ad
python310Packages.txaio: remove unused dependency 2022-05-09 03:45:14 +02:00
Mario Rodas 934e076a44
Merge pull request #171914 from r-ryantm/auto-update/libyang
libyang: 2.0.164 -> 2.0.194
2022-05-08 20:18:06 -05:00
Mario Rodas 80575aa93c
Merge pull request #171996 from edef1c/kak-lsp-12.2.0
kak-lsp: 12.1.0 -> 12.2.0
2022-05-08 20:15:22 -05:00
Bobby Rong 66e5f0752b
Merge pull request #171266 from aaronjheng/go-junit-report
go-junit-report: 2018-06-14 -> 1.0.0
2022-05-09 09:10:24 +08:00
Bobby Rong 643b95aa35
Merge pull request #171265 from aaronjheng/compile-daemon
compile-daemon: 2017-03-08 -> 1.4.0
2022-05-09 09:09:27 +08:00
Vonfry d5cdae6c5d
fortune: 3.12.0 -> 3.14.0 2022-05-09 09:02:30 +08:00
Vonfry bf09f6c83a
fortune: add an option to let user use offensive 2022-05-09 09:02:30 +08:00
Bobby Rong 91587dd6a8
Merge pull request #171529 from Flakebi/rgp
rgp: 1.12 -> 1.13
2022-05-09 08:51:57 +08:00
Luke Granger-Brown defb2298de envoy: fix builds for x86_64-linux and aarch64-linux
* Bumps brotli version to incorporate a fix for some GCC warnings which
  get promoted to errors.
* Switches from wee8 to WAMR because it's easier to make it build
  sensibly on a range of GCC versions that aren't just "whatever ships
  with Ubuntu LTS".
* Adds a patch for WAMR's build in Envoy because it won't build properly
  under Linux aarch64, since WAMR doesn't detect aarch64 unless it's on
  macOS.
2022-05-09 00:51:26 +00:00
Bobby Rong 100de69378
Merge pull request #168273 from Anillc/telegram-bot-api
telegram-bot-api: init at 5.7
2022-05-09 08:42:03 +08:00
davidak 7215264eb3 feedreader: remove
Feedreader is no longer activily maintained since 2019. The developer is working on a spiritual successor called NewsFlash.

https://web.archive.org/web/20220402032320/https://github.com/jangernert/FeedReader

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
Co-authored-by: Rick van Schijndel <Mindavi@users.noreply.github.com>
2022-05-09 02:22:20 +02:00
Robert Schütz 098b5c191f python3Packages.pyrogram: 2.0.17 -> 2.0.19 2022-05-09 00:20:40 +00:00
Sandro Jäckel bbb9a73d62
python310Packages.ldaptor: adopt, use twisted.extras-require.tls, mark broken 2022-05-09 02:18:37 +02:00
Winter 1966398414 cargo-edit: 0.8.0 -> 0.9.0 2022-05-08 20:14:16 -04:00
github-actions[bot] f39e774f11
Merge master into staging-next 2022-05-09 00:02:27 +00:00
Sandro 806344b3e2
Merge pull request #172067 from nagy/pr/vimb
vimb: 3.3.0 -> 3.6.0
2022-05-09 02:01:16 +02:00
Sandro d82115927c
Merge pull request #168300 from dnaq/anki-2.1.50
anki-bin: 2.1.49 -> 2.1.51
2022-05-09 01:54:50 +02:00
Mostly Void e1309bdbd4
rofi-rbw : init at 0.5.0 (#171160)
Co-authored-by: P. <WolfangAukang@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-09 01:53:13 +02:00
Sandro 2201ecefba
Merge pull request #172069 from fabaff/pkutils-bump
python310Packages.pkutils: 2.0.0 -> 3.0.2
2022-05-09 01:51:59 +02:00
Sandro 90f713c6e8
Merge pull request #172073 from tanshihaj/master
stlink: fix stlink build for macos
2022-05-09 01:42:07 +02:00
Sandro Jäckel 0194fb5f84
zeroc-ice: mark broken 2022-05-09 01:36:50 +02:00
Martin Weinelt 5178a1ed8d
Merge pull request #172100 from mweinelt/home-assistant
home-assistant: 2022.5.2 -> 2022.5.3
2022-05-09 01:32:28 +02:00
Martin Weinelt 4ff50cc175
rsyslog: 8.2202.0 -> 8.2204.1
https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8

Fixes: CVE-2022-24903
2022-05-09 01:31:19 +02:00
Mario Rodas 751f15ba99
Merge pull request #172026 from WolfangAukang/binance-update
binance: 1.30.1 -> 1.35.0
2022-05-08 18:31:15 -05:00
Mario Rodas 1bc091ac8f
Merge pull request #172068 from nagy/pr/arduino-cli
arduino-cli: 0.20.2 -> 0.21.1
2022-05-08 18:29:58 -05:00
Sandro 8803756fd3
Merge pull request #172072 from ivan/tinc-unbreak
nixos/tinc: unbreak the service
2022-05-09 01:27:12 +02:00
Sandro 5f4a1c5b8e
Merge pull request #171746 from aaronjheng/protobuf-3.1
protobuf: remove 3.1
2022-05-09 01:25:44 +02:00
Sandro 145b101a20
Merge pull request #171971 from NixOS/sm
sublime-merge: 2068 → 2071
2022-05-09 01:23:17 +02:00
Sophie Taylor 419af30452
Enable multithreading for cfitsio (#168579) 2022-05-09 01:23:01 +02:00
Sandro 884ba7d525
Merge pull request #171354 from dotlambda/trytond-6.4.0 2022-05-09 01:22:03 +02:00