Commit graph

465356 commits

Author SHA1 Message Date
markuskowa a72eb84028
Merge pull request #221484 from markuskowa/upd-mpich
mpich: 4.1 -> 4.1.1
2023-03-16 15:57:40 +01:00
Weijia Wang 110fa9ab19 cmus: disable discid support 2023-03-16 16:48:05 +02:00
Weijia Wang 8c8b2f1ec6
Merge pull request #220165 from magnetophon/ardour
ardour: 7.1 -> 7.3
2023-03-16 16:44:11 +02:00
Weijia Wang a54102e3ec
Merge pull request #221485 from wegank/kotatogram-desktop-fix
kotatogram-desktop: unbreak on aarch64-linux
2023-03-16 16:40:15 +02:00
Bernardo Meurer 8224821c91
Merge pull request #221400 from delroth/sudo-1.9.13p3 2023-03-16 11:37:52 -03:00
Bobby Rong 67b089cba9
Merge pull request #221491 from bobby285271/fix/shotwell
shotwell: 0.31.5 → 0.31.7 + Fix build with Vala 0.56.4
2023-03-16 22:34:51 +08:00
Weijia Wang d50740cd2c
Merge pull request #220005 from dmivankov/bazel_6.1.0
bazel_6: 6.0.0 -> 6.1.0
2023-03-16 16:21:34 +02:00
Weijia Wang dca09928f8
Merge pull request #221351 from r-ryantm/auto-update/python310Packages.qtawesome
python310Packages.qtawesome: 1.2.2 -> 1.2.3
2023-03-16 16:19:26 +02:00
Weijia Wang 6eb7e56809
Merge pull request #221480 from qowoz/stdenv-release
Revert "release.nix: don't block on aarch64-darwin bootstrap tools"
2023-03-16 16:11:35 +02:00
Bernardo Meurer 6e55733359
Merge pull request #219747 from Stunkymonkey/deprecate-isNull 2023-03-16 11:10:22 -03:00
Bernardo Meurer fe49120d97
Merge pull request #221494 from adamcstephens/slack/throw 2023-03-16 11:08:35 -03:00
Weijia Wang 710a5bde03
Merge pull request #220345 from LostAttractor/qq-3.1.0-9572
qq: 3.0.0-571 -> 3.1.0-9572
2023-03-16 16:08:12 +02:00
Weijia Wang 33c83abce7
Merge pull request #221383 from r-ryantm/auto-update/okteta
okteta: 0.26.9 -> 0.26.10
2023-03-16 16:04:35 +02:00
lunik1 e36ea6fb75
mpv: apply patch to fix youtube DASH streams
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

The ytdl_hook.lua supplied with the latest mpv release is incompatible
with the latest yt-dlp release, causing streaming some youtube formats
to fail. This applies an already-upstreamed fix.

Upstream issue: mpv-player/mpv#11392
Upstream patch: mpv-player/mpv#11398
2023-03-16 14:02:01 +00:00
Adam Stephens 3e8cfc072c
slack: update unsupported system message 2023-03-16 09:55:41 -04:00
Thiago Kenji Okada fbb4cdbf12
Merge pull request #221482 from thiagokokada/bump-picom-next
picom-next: unstable-2022-12-23 -> unstable-2023-01-29
2023-03-16 13:55:18 +00:00
Jan Tojnar a5c58fae72
shotwell: 0.31.5 → 0.31.7
https://gitlab.gnome.org/GNOME/shotwell/-/compare/shotwell-0.31.5...shotwell-0.31.7

Co-authored-by: Bobby Rong <rjl931189261@126.com>
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-03-16 21:37:02 +08:00
Travis Whitaker b6bd2830cd gnuradio: fix on darwin-aarch64 2023-03-16 15:36:16 +02:00
Phillip Seeber 09b52c631a cp2k: enable plumed plugin
cp2k: enable plumed plugin


cp2k: use mpicxx to figure out link lines
2023-03-16 14:30:27 +01:00
Phillip Seeber c20b4b62b3 plumed: init at 2.8.2
plumed: fix build
2023-03-16 14:30:27 +01:00
Weijia Wang 3fe36f47bd
Merge pull request #221481 from wegank/android-tools-fix
android-tools: fix build on aarch64-linux
2023-03-16 15:26:55 +02:00
Markus Kowalewski 5b1d9663f3
slurm: 22.05.8.1 -> 23.02.0.1 2023-03-16 14:23:10 +01:00
06kellyjac a8f234154a semgrep{,-core}: 1.14.0 -> 1.15.0 2023-03-16 13:19:36 +00:00
R. Ryantm 95cb05fe7f lighttpd: 1.4.68 -> 1.4.69 2023-03-16 14:11:07 +01:00
Weijia Wang 7db54bdcb1 kotatogram-desktop: unbreak on aarch64-linux 2023-03-16 15:00:54 +02:00
Weijia Wang 3f27a6e65f
Merge pull request #221472 from teutat3s/fix/qMasterPassword-styles
qMasterPassword: back to qt5, qtstyleplugins missing in qt6
2023-03-16 14:48:09 +02:00
Markus Kowalewski 2a28d6cde6
mpich: 4.1 -> 4.1.1 2023-03-16 13:25:41 +01:00
gilice ae660ed77e
dart: 2.18.4 -> 2.19.3, refactor, and add tests (#219875)
* dart: 2.18.4 -> 2.19.3

https://dart.dev/guides/whats-new#january-25-2023-219--30-alpha-releases

* dart: move interpreters -> compilers

Dart is not an interpreted language by default. It can JIT compile, but
ultimately runs on a VM.
Languages which are similar in this regard, like Java and Go also
are sorted into interpreters.

* dart: add primitive tests

* dart: remove version override in sources

* dart: make codesign available in tests

* dart: format

---------

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-03-16 13:25:34 +01:00
Weijia Wang 922eede26b
Merge pull request #221466 from wegank/opengrok-bump
opengrok: 1.0 -> 1.8.4
2023-03-16 14:21:43 +02:00
Weijia Wang 8ff7b38fdf
Merge pull request #221140 from wegank/tcl-tk-bump
tcl-8_5, tk-8_5: 8.5.18 -> 8.5.19
2023-03-16 14:18:26 +02:00
Wolfgang Senfter ca3d39623c netcoredbg: updated coreclr
changed version from release/7.0 to v7.0.4
2023-03-16 13:15:57 +01:00
Thiago Kenji Okada f9a10cd92a picom-next: unstable-2022-12-23 -> unstable-2023-01-29 2023-03-16 12:08:10 +00:00
Weijia Wang a71ff66d7f android-tools: fix build on aarch64-linux 2023-03-16 14:02:12 +02:00
zowoq 6913fadec8 Revert "release.nix: don't block on aarch64-darwin bootstrap tools"
This reverts commit 4d5d4a7df3.
2023-03-16 21:55:50 +10:00
superherointj 9d0b66d779
Merge pull request #221398 from r-ryantm/auto-update/vscodium
vscodium: 1.76.1.23069 -> 1.76.2.23074
2023-03-16 08:51:33 -03:00
toastal e239ff997b zfsUnstable: zfs-2.1.10-unstable-2023-03-02 → zfs-2.1.10-unstable-2023-03-15 2023-03-16 18:47:03 +07:00
Weijia Wang 4137226c2e
Merge pull request #221439 from tricktron/f-colima-disable-flaky-gvproxy-test
colima: disable flaky test
2023-03-16 13:42:42 +02:00
maxine fd4f783296
Merge pull request #221362 from rhoriguchi/plex
plex: 1.31.1.6782-77dfff442 -> 1.31.2.6810-a607d384f
2023-03-16 11:58:27 +01:00
Fabian Affolter 56ada447f0
python310Packages.bond-async: add changelog to meta 2023-03-16 11:57:23 +01:00
Fabian Affolter 7c23c42349 python310Packages.bond-async: 0.1.22 -> 0.1.23
Diff: https://github.com/bondhome/bond-async/compare/refs/tags/v0.1.22...v0.1.23
2023-03-16 11:55:01 +01:00
Fabian Affolter d95de4a930 python310Packages.xknx: 2.6.0 -> 2.7.0
Changelog: https://github.com/XKNX/xknx/releases/tag/2.7.0
2023-03-16 11:47:40 +01:00
Alyssa Ross 00d1feaed3
imagemagick: use the right pkg-config in *-config
If we're building buildPackages.imagemagick, the imagemagick libraries
will be built for the local system, but we were previously using the
pkg-config for the cross system in the *-config scripts bundled with
ImageMagick.  I suspect the reason it wasn't noticed for a long time
was that packages that are using still old-style *-config scripts
instead of pkg-config probably don't cross compile anyway.  I noticed
because I wondered why buildPackages.imagemagick when cross-compiling
was not the same as my native imagemagick, so as a happy side effect
of this change, users won't have to rebuild imagemagick any more when
it's used as a native build input for a cross-compiled package.
2023-03-16 10:45:46 +00:00
Weijia Wang 5f61bf521c opengrok: 1.0 -> 1.8.4 2023-03-16 12:42:52 +02:00
Fabian Affolter 519f8df61a $python310Packages.yalexs-ble: 2.0.4 -> 2.1.0
Changelog: https://github.com/bdraco/yalexs-ble/blob/v2.1.0/CHANGELOG.md
2023-03-16 11:37:05 +01:00
Fabian Affolter a81427641e
python310Packages.pyblackbird: disable on unsupported Python releases 2023-03-16 11:34:30 +01:00
Fabian Affolter 92149fb1ee
python310Packages.pyblackbird: add changelog to meta 2023-03-16 11:33:02 +01:00
Fabian Affolter 0aeb7451eb python310Packages.pyblackbird: 0.5 -> 0.6
Diff: https://github.com/koolsb/pyblackbird/compare/0.5...0.6
2023-03-16 11:30:25 +01:00
Fabian Affolter e66c839c9c
python310Packages.aioopenexchangerates: add changelog to meta 2023-03-16 11:28:17 +01:00
Fabian Affolter ffd091ff6d python310Packages.marshmallow-dataclass: 8.5.11 -> 8.5.12
Diff: https://github.com/lovasoa/marshmallow_dataclass/compare/refs/tags/v8.5.11...v8.5.12

Changelog: https://github.com/lovasoa/marshmallow_dataclass/blob/v8.5.12/CHANGELOG.md
2023-03-16 11:24:30 +01:00
Fabian Affolter 2e1082af95 python310Packages.peaqevcore: 13.1.1 -> 13.2.0 2023-03-16 11:23:15 +01:00