Commit Graph

49295 Commits

Author SHA1 Message Date
Ken Matsui
fa3d1dc94b
libgit2: enable static build 2022-07-17 04:57:15 +09:00
Vladimír Čunát
0879ac5da6
Merge branch 'master' into staging-next 2022-07-16 20:07:05 +02:00
Mario Rodas
2d2bf29c02
Merge pull request #181000 from IvarWithoutBones/bump/ftxui
ftxui: 2.0.0 -> 3.0.0
2022-07-16 09:37:40 -05:00
Vladimír Čunát
38ca74efcb
Merge #180818: remove myself from some meta.maintainers 2022-07-16 09:26:33 +02:00
Vladimír Čunát
dc7cb428fd
libmaxminddb.meta.maintainers: add ajs124
https://github.com/NixOS/nixpkgs/pull/180818#issuecomment-1179554613
2022-07-16 09:08:11 +02:00
github-actions[bot]
47a4aab0aa
Merge master into staging-next 2022-07-16 06:01:15 +00:00
Artturi
d64cb3d092
Merge pull request #180437 from r-ryantm/auto-update/armadillo
armadillo: 11.2.0 -> 11.2.2
2022-07-16 07:01:01 +03:00
Artturi
bb9e7614b5
Merge pull request #180947 from NickCao/wayvnc
wayvnc: 0.4.1 -> 0.5.0
2022-07-16 06:59:40 +03:00
github-actions[bot]
fa96a4fa79
Merge master into staging-next 2022-07-16 00:02:26 +00:00
Adam Joseph
5a02dc8ee8 nlohmann_json: allow overrides by eliminating use of rec
The existing nlohmann_json expression prevents users from overriding
fields (like `doCheck`) because it uses `rec` in the argument to
`mkDerivation`.  Let's use the shiny new
pass-a-function-to-`mkDerivation` feature to do the same thing without
blocking overrides.
2022-07-15 15:53:01 -07:00
Sandro Jäckel
5a1504bb30
protolock: fix vendor hash 2022-07-15 23:51:04 +02:00
Sandro
6db6e0ca3f
Merge pull request #181467 from chvp/bump-xapian
xapian: 1.4.19 -> 1.4.20
2022-07-15 21:46:20 +02:00
Sandro
6d0e6cd049
Merge pull request #181358 from SuperSandro2000/libgit2
libgit2: 1.4.3 -> 1.5.0
2022-07-15 21:24:49 +02:00
github-actions[bot]
9f53d5cc15
Merge master into staging-next 2022-07-15 18:01:23 +00:00
Guillaume Girol
3b16d51083
Merge pull request #179751 from Izorkin/update-quictls
quictls: 3.0.3+quick_unstable-2022-05.04 -> 3.0.5+quick_unstable-2022-07.05
2022-07-15 16:39:37 +00:00
Charlotte Van Petegem
e1c0a925e0
xapian: Add warning about xapian-omega and python3Packages.xapian 2022-07-15 18:34:12 +02:00
Charlotte Van Petegem
fdcc07c8ce
xapian: 1.4.19 -> 1.4.20 2022-07-15 18:33:30 +02:00
Guillaume Girol
c4231184fc
Merge pull request #180551 from jansol/draco
draco: 1.5.2 -> 1.5.3
2022-07-15 15:50:05 +00:00
Sandro
0405b0fa87
Merge pull request #181540 from Artturin/rpathfixes2
treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH'
2022-07-15 12:11:01 +02:00
Sandro Jäckel
dc7ba75c10
libgit2: 1.4.4 -> 1.5.0 2022-07-15 11:32:54 +02:00
K900
e093226cfb qt5: refresh darwin patches 2022-07-15 11:04:50 +03:00
Fabian Affolter
c56b9f8bad wolfssl: 5.3.0 -> 5.4.0
CVE-2020-12966: https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1013
CVE-2021-46744: https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1033
2022-07-15 09:08:10 +02:00
github-actions[bot]
c569220922
Merge master into staging-next 2022-07-15 06:01:32 +00:00
Anderson Torres
0b683abff0
Merge pull request #181511 from andrew-d/andrew/zchunk-darwin
zchunk: fix build on darwin
2022-07-14 22:48:47 -03:00
Andrew Dunham
3ad87b4537 zchunk: fix build on darwin 2022-07-14 20:51:22 -04:00
github-actions[bot]
39b1555e8e
Merge master into staging-next 2022-07-15 00:02:22 +00:00
Artturin
a584822577 treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH'
f7414e2
2022-07-15 02:50:09 +03:00
Martin Weinelt
63670f7052
Merge pull request #181002 from mweinelt/aqbanking 2022-07-14 23:42:51 +02:00
github-actions[bot]
1a74c5d703
Merge master into staging-next 2022-07-14 18:01:27 +00:00
Sandro
dcbb0e5f55
Merge pull request #172706 from OPNA2608/update/libbencodetools_uade123
{libbencodetools,uade123}: Bump
2022-07-14 19:34:22 +02:00
Kevin Cox
2988dc447b
Merge pull request #181465 from milahu/qt6-fix-wrap-qt-apps-hook
qt6.wrapQtAppsHook: also wrap scripts, pretty error, show hints
2022-07-14 13:22:05 -04:00
ajs124
24a1beb95e
Merge pull request #180125 from helsinki-systems/upd/cjose
cjose: 0.6.1 -> 0.6.2 (fork)
2022-07-14 18:54:50 +02:00
Jiajie Chen
01bc1a863d libbsd: fix build on darwin
Add libbsd_symver_weak macro

Detect and skip group_from_gid & user_from_uid when provided by os.

Signed-off-by: Jiajie Chen <c@jia.je>
2022-07-14 23:26:47 +08:00
Elis Hirwing
729fb87ae3
treewide: Drop myself as maintainer for some packages I don't use 2022-07-14 14:39:58 +02:00
Milan Hauth
b182d552d5 qt6.wrapQtAppsHook: pretty error on missing buildInputs 2022-07-14 14:15:25 +02:00
Milan Hauth
1fb721156a qt6.wrapQtAppsHook: fix addEnvHooks: hostOffset -> targetOffset
use buildInputs from buildPythonPackage
2022-07-14 14:14:26 +02:00
Milan Hauth
38262f960f qt6.wrapQtAppsHook: fix: also wrap scripts 2022-07-14 12:45:12 +02:00
AndersonTorres
5c09c46858 pcaudiolib: 1.1 -> 1.2 2022-07-14 00:38:21 -03:00
Izorkin
4f99d8e708
quictls: disable ct feature in static mode
cherry picked from commit cc60c24909
2022-07-13 16:30:25 +03:00
Izorkin
94ffbb4fdf
quictls: specify the ABI explicitly on mips64
cherry picked from commit 77d6781cdc
2022-07-13 16:30:25 +03:00
Izorkin
1ed8ae38c9
quictls: 3.0.3+quick_unstable-2022-05.04 -> 3.0.5+quick_unstable-2022-07.05 2022-07-13 16:30:25 +03:00
Sandro Jäckel
693415f9fe
libgit2: 1.4.3 -> 1.4.4 2022-07-13 14:14:21 +02:00
github-actions[bot]
9e8540af02
Merge master into staging-next 2022-07-13 12:01:13 +00:00
Jan Tojnar
b27f418b91 librest_1_0: 0.9.0 → 0.9.1
https://gitlab.gnome.org/GNOME/librest/-/compare/0.9.0...0.9.1
2022-07-13 13:58:00 +02:00
Jan Tojnar
96ac2fd32e gnome-desktop: 42.2 → 42.3
https://gitlab.gnome.org/GNOME/gnome-desktop/-/compare/42.2...42.3
2022-07-13 13:58:00 +02:00
Jan Tojnar
2f038ea737 gjs: 1.72.0 → 1.72.1
https://gitlab.gnome.org/GNOME/gjs/-/compare/1.72.0...1.72.1
2022-07-13 13:58:00 +02:00
K900
dd4afc7c00 qt5.15: restore the version override
I am bad at this.
2022-07-13 14:57:10 +03:00
Vladimír Čunát
8169a7fce0
Merge branch 'master' into staging-next 2022-07-13 09:57:41 +02:00
Ben Siraphob
87d53903b7
Merge pull request #181239 from jiegec/libressl
libressl: fix build on aarch64-darwin
2022-07-12 22:31:51 -07:00
Rick van Schijndel
019931c0bb
Merge pull request #181061 from trofi/configurePlatforms-for-ntl
ntl: explicitly set 'configurePlatforms = [ ];'
2022-07-12 23:53:43 +02:00
Jan Tojnar
c03f82e558
Merge pull request #179646 from jtojnar/gmic-qt-system
gmic-qt: Use system gmic
2022-07-12 21:50:17 +02:00
Sandro
0906692229
Merge pull request #180508 from romildo/upd.qtstyleplugin-kvantum
libsForQt5.qtstyleplugin-kvantum: 1.0.2 -> 1.0.3
2022-07-12 20:18:25 +02:00
Artturin
83b4764dc3 treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH'
f7414e2b3a
2022-07-12 18:25:19 +03:00
Jiajie Chen
c77489d524 libressl: fix build on aarch64-darwin
Apply upstream pr to fix endian.h detection on aarch64-darwin.

Fix issue #181187.
2022-07-12 22:38:23 +08:00
Jonas Heinrich
164afe4801 libfprint: 1.94.3 -> 1.94.4 2022-07-12 10:06:49 -04:00
K900
a05ef3b5f5 Merge remote-tracking branch 'mine/qt5-refresh-patches' into staging-next 2022-07-12 14:22:13 +03:00
github-actions[bot]
aef69f5f34
Merge master into staging-next 2022-07-12 06:01:09 +00:00
André Vitor de Lima Matos
1120fa53d8 Revert "kf5/plasma-framework: backport patch to fix thumbnails in task manager"
This reverts commit d6b20ea2cf.
2022-07-12 09:58:15 +08:00
André Vitor de Lima Matos
d2319f92aa kde/frameworks: 5.95 -> 5.96 2022-07-12 09:58:15 +08:00
github-actions[bot]
2caa4189ea
Merge master into staging-next 2022-07-12 00:02:27 +00:00
Jan Tojnar
20390cad8a gjs: add profiler support
Necessary to be able to use Sysprof for profiling GJS apps such as GNOME Shell:

105c0a44b1/doc/Profiling.md
https://blogs.gnome.org/chergert/2020/03/15/how-to-use-sysprof-to-part-ii/
2022-07-11 21:52:24 +02:00
github-actions[bot]
5f2ff17a45
Merge master into staging-next 2022-07-11 18:01:16 +00:00
K900
091129a2ae qt5.15: update to latest KDE patchsets
Fixes a bunch of minor annoyances, especially around Wayland.
2022-07-11 19:15:04 +03:00
Vladimír Čunát
23cc562c53
Merge #178551: cairo: add patch to fix crashes on darwin
...into staging
2022-07-11 18:13:13 +02:00
Thomas Tuegel
e1e0d5d513
Merge pull request #108496 from knedlsepp/cmake-rpath
cmake/setup-hook.sh: Don't skip build-RPATH
2022-07-11 10:18:47 -05:00
Bobby Rong
4e87ee3d6a
Merge pull request #180244 from xrelkd/update/fcitx
Update fcitx5 and its plugins
2022-07-11 22:49:02 +08:00
xrelkd
d5cf5f7c33
libime: 1.0.13 -> unstable-2022-07-11 2022-07-11 22:13:36 +08:00
Sergei Trofimovich
c78023cbbf
fastjet-contrib: explicitly set 'configurePlatforms = [ ];' (#181062)
Without the change build with config.configurePlatformsByDefault = true
fails as:

    $ nix build -f. fastjet-contrib --arg config '{ configurePlatformsByDefault = true; }' -L
    configure flags: --prefix=/nix/store/mzfdbr6ygxw23w3fdnzbghjd819b5x72-fastjet-contrib-1.048 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu
    Error: --build=x86_64-unknown-linux-gnu: unrecognised argument
    Use fastjet-config --help for more information
2022-07-11 09:49:16 -04:00
xrelkd
da1f29154a
libime: 1.0.12 -> 1.0.13 2022-07-11 21:45:30 +08:00
github-actions[bot]
de1ff46f80
Merge staging-next into staging 2022-07-11 12:01:55 +00:00
R. Ryantm
8d01b570f2 intel-gmmlib: 22.1.3 -> 22.1.5 2022-07-11 09:54:20 +00:00
Mauricio Collares
d7f5c97885 eclib: 20210625 -> 20220621 2022-07-11 10:50:25 +02:00
Sergei Trofimovich
662813256c ntl: explicitly set 'configurePlatforms = [ ];'
Without the change build with config.configurePlatformsByDefault = true
fails as:

    $ nix build -f. ntl --arg config '{ configurePlatformsByDefault = true; }' -L
    ...
    Error: unrecognized option: --build=x86_64-unknown-linux-gnu
2022-07-11 07:46:40 +01:00
github-actions[bot]
f98204778b
Merge staging-next into staging 2022-07-11 06:02:06 +00:00
Bobby Rong
df807942bc
Merge pull request #180936 from r-ryantm/auto-update/libhandy
libhandy: 1.6.2 -> 1.6.3
2022-07-11 13:11:33 +08:00
Alexander Sosedkin
509a3cb0ad libsolv: enable more compression methods
Without them microdnf segfaults on any real-world usage attempts,
since real-world repodata is compressed and error handling is lacking.
2022-07-11 06:29:08 +02:00
github-actions[bot]
55e8459a46
Merge staging-next into staging 2022-07-11 00:04:08 +00:00
Bernardo Meurer
869f74fa13
Merge pull request #180985 from Profpatsch/sqlite-small-refactor
sqlite: make package options slightly more obvious
2022-07-10 14:10:23 -07:00
Rick van Schijndel
94d6509404
Merge pull request #180924 from smancill/untrunc-anthwlock-darwin
untrunc-anthwlock: fix build on darwin and ensure optimized builds
2022-07-10 20:05:50 +02:00
github-actions[bot]
05798fee88
Merge staging-next into staging 2022-07-10 18:01:55 +00:00
Martin Weinelt
77af6669db
gwenhyfar: 5.6.0 -> 5.9.0 2022-07-10 19:38:59 +02:00
Martin Weinelt
81804181d1
libchipcard: 5.0.4 -> 5.1.6 2022-07-10 19:38:48 +02:00
Martin Weinelt
1e68a02e4a
aqbanking: 6.3.0 -> 6.5.0 2022-07-10 19:36:57 +02:00
Ivar Scholten
1eddccf258 ftxui: 2.0.0 -> 3.0.0 2022-07-10 19:28:42 +02:00
devhell
3e2996c31e libstrophe: 0.12.0 -> 0.12.1 2022-07-10 15:03:19 +01:00
Profpatsch
825e91fc33 sqlite: make package options slightly more obvious
No changes to the drv.
2022-07-10 15:29:34 +02:00
Bobby Rong
5ef908713a
libhandy: fix updateScript versionPolicy
libhandy follows the old GNOME versioning scheme.

https://matrix.to/#/!NhkytdFqgkyapgssoN:talk.puri.sm/$RM--dDaR7foOfzTU6P1luyVG2zRynNpm2nLnz9fBL9I?via=talk.puri.sm&via=matrix.org&via=gnome.org
2022-07-10 21:20:51 +08:00
R. Ryantm
1e8ca70a0a
libhandy: 1.6.2 → 1.6.3
https://gitlab.gnome.org/GNOME/libhandy/-/compare/1.6.2...1.6.3
2022-07-10 21:16:41 +08:00
Janne Heß
d2dcb87915
Merge pull request #180531 from helsinki-systems/upd/krb5
krb5: 1.19.3 -> 1.20
2022-07-10 15:00:04 +02:00
R. Ryantm
dd899b3c74 libadwaita: 1.1.2 -> 1.1.3 2022-07-10 14:58:40 +02:00
ajs124
a9f4a2eadf cjose: 0.6.1 -> 0.6.2 (fork)
supports openssl 3
2022-07-10 14:56:07 +02:00
github-actions[bot]
4bff9bab6b
Merge staging-next into staging 2022-07-10 12:02:29 +00:00
Janne Heß
05a276adf0
Merge pull request #180404 from helsinki-systems/libressl_3_5_default
libressl: default to 3.5
2022-07-10 13:30:16 +02:00
Alyssa Ross
cbfd288fd1 libhugetlbfs: fix build with recent Glibc 2022-07-10 09:33:57 +00:00
Nick Cao
cc6b603b6b
neatvnc: 0.4.0 -> 0.5.1 2022-07-10 17:00:56 +08:00
Bobby Rong
2d3abed1e1
Merge pull request #180700 from r-ryantm/auto-update/gdcm
gdcm: 3.0.12 -> 3.0.14
2022-07-10 16:46:30 +08:00
Sebastián Mancilla
c39770ecc5 libui: fix typo when installing libs on darwin 2022-07-09 23:55:57 -04:00
github-actions[bot]
12be7ca6e2
Merge staging-next into staging 2022-07-10 00:03:45 +00:00
Michael Weiss
0c5f9bed9a
Merge pull request #180837 from primeos/libdrm
libdrm: 2.4.111 -> 2.4.112
2022-07-10 00:06:59 +02:00
Jan Tojnar
906d3fa921
Merge pull request #180855 from sikmir/libmd
libmd: enable on darwin
2022-07-09 23:26:05 +02:00
Robert Scott
796b4aaa0b
Merge pull request #180456 from r-ryantm/auto-update/capnproto
capnproto: 0.10.1 -> 0.10.2
2022-07-09 22:14:04 +01:00
Mario Rodas
eb5372a517
Merge pull request #180875 from marsam/update-libpg_query
libpg_query: 13-2.1.1 -> 13-2.1.2
2022-07-09 14:49:29 -05:00
ajs124
5719e20547 krb5: add pasthru.tests 2022-07-09 21:13:09 +02:00
Robert Scott
63ada1dc42
Merge pull request #180562 from zimbatm/rdkafka-1.9.1
rdkafka: 1.8.2 -> 1.9.1
2022-07-09 19:15:23 +01:00
Nikolay Korotkiy
efa78245a3
libmd: enable on darwin 2022-07-09 18:54:44 +03:00
Pavol Rusnak
b912253a5d
wiredtiger: replace mkFlag with lib.enableFeature and lib.withFeature 2022-07-09 13:32:46 +02:00
Pavol Rusnak
9d1b0d95e8
libass: replace mkFlag with lib.enableFeature 2022-07-09 13:32:45 +02:00
Pavol Rusnak
54ed2aa8c1
lame: replace mkFlag with lib.enableFeature 2022-07-09 13:32:45 +02:00
Pavol Rusnak
9d0d1d499e
libfinity: replace mkFlag with lib.withFeature 2022-07-09 13:32:45 +02:00
Michael Weiss
e310b2d876
libdrm: 2.4.111 -> 2.4.112 2022-07-09 12:26:55 +02:00
Michael Weiss
e60e4e0136
wayland-protocols: 1.25 -> 1.26
Release announcement:
https://lists.freedesktop.org/archives/wayland-devel/2022-July/042270.html
2022-07-09 12:22:45 +02:00
Vladimír Čunát
27d6965d8e
pidgin, libmaxminddb, simutrans, tiptop: remove myself
... from meta.maintainers.  I haven't been willing to spend
nontrivial effort on these packages in the past year or more.
I don't use them anymore.
2022-07-09 09:09:27 +02:00
github-actions[bot]
72c9a2a647
Merge staging-next into staging 2022-07-09 06:01:57 +00:00
Mario Rodas
9514198aff
Merge pull request #180689 from r-ryantm/auto-update/folly
folly: 2022.06.13.00 -> 2022.07.04.00
2022-07-09 00:36:07 -05:00
Mario Rodas
adb5a1f37d libpg_query: 13-2.1.1 -> 13-2.1.2
https://github.com/pganalyze/libpg_query/releases/tag/13-2.1.2
2022-07-09 04:20:00 +00:00
Vladimír Čunát
f67ae0f02d
Merge #180170: mesa: 22.1.1 -> 22.1.3 (into staging) 2022-07-08 20:32:39 +02:00
Jan Tojnar
819fe6a918 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/data/icons/papirus-icon-theme/default.nix
2022-07-08 20:21:39 +02:00
Kylie McClain
ca01914ee2 skalibs: 2.11.2.0 -> 2.12.0.1 2022-07-08 13:57:48 +00:00
github-actions[bot]
b9940c5d67
Merge staging-next into staging 2022-07-08 12:02:16 +00:00
R. Ryantm
6c85a9eafb gdcm: 3.0.12 -> 3.0.14 2022-07-08 11:43:45 +00:00
R. Ryantm
115b16a2d1 folly: 2022.06.13.00 -> 2022.07.04.00 2022-07-08 10:57:39 +00:00
Vladimír Čunát
add0201f35
python3.pkgs.gpgme: fix a test
This is a python counterpart of commit db6b3e0a5ec77; /cc PR #180336
2022-07-08 08:55:06 +02:00
rewine
acf97a1d04 lucenepp: fix libdir for pkgconfig 2022-07-08 14:52:06 +08:00
Vladimír Čunát
8e1f71ebce
Merge #180578: proj_7: drop tests that time out
... with newest sqlite (into staging-next)
2022-07-08 08:37:10 +02:00
github-actions[bot]
2b26752329
Merge staging-next into staging 2022-07-08 06:01:53 +00:00
github-actions[bot]
f08a2153bf
Merge master into staging-next 2022-07-08 06:01:15 +00:00
Bobby Rong
41aaf88e37
Merge pull request #180490 from bobby285271/xdg-desktop-portal-gnome
xdg-desktop-portal-gnome: 42.1 -> 42.3
2022-07-08 11:56:37 +08:00
Anderson Torres
b7fc6f9ffe
Merge pull request #180047 from azahi/zint
zint: init at 2.11.0
2022-07-07 21:56:25 -03:00
github-actions[bot]
527a304ac4
Merge staging-next into staging 2022-07-08 00:03:17 +00:00
github-actions[bot]
e1123916d6
Merge master into staging-next 2022-07-08 00:02:37 +00:00
Vladimír Čunát
f5adaf2ba8
proj_7: drop tests that time out with newest sqlite
This version is really being phased out,
so let's hope it's better somewhat working than not building.
2022-07-07 22:21:43 +02:00
R. Ryantm
e4499991ec capnproto: 0.10.1 -> 0.10.2 2022-07-07 20:02:24 +00:00
Sandro
47c8a95f8e
Merge pull request #180538 from wegank/wcpg-init
wcpg: init at 0.9
2022-07-07 21:51:35 +02:00
Maximilian Bosch
89581ceed6
Merge pull request #180471 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.16.0 -> 5.17.0
2022-07-07 21:25:45 +02:00
R. Ryantm
c92c834ac0 armadillo: 11.2.0 -> 11.2.2 2022-07-07 19:10:20 +00:00
Jan Tojnar
e374cc2aad
Merge pull request #179736 from jansol/pipewire
pipewire: 0.3.52 -> 0.3.54
2022-07-07 20:48:51 +02:00
zimbatm
92ee92f783
rdkafka: 1.8.2 -> 1.9.1
`which` is now needed in the build
2022-07-07 20:11:06 +02:00
K900
41c194565f wireplumber: backport a fix for no sound in VMs 2022-07-07 21:07:50 +03:00
github-actions[bot]
02ada34099
Merge staging-next into staging 2022-07-07 18:01:45 +00:00
github-actions[bot]
7bf7571a34
Merge master into staging-next 2022-07-07 18:01:11 +00:00
ajs124
8108584109 krb5: remove file-wide with lib; 2022-07-07 19:51:20 +02:00
Martin Weinelt
1c4ee228e2 Merge remote-tracking branch 'origin/staging-next' into staging 2022-07-07 19:20:35 +02:00
Ryan Mulligan
c8204403c5
Merge pull request #180417 from r-ryantm/auto-update/arb
arb: 2.22.1 -> 2.23.0
2022-07-07 10:15:56 -07:00
ajs124
2736dc9016 krb5: run hooks and replace subshells with make -C 2022-07-07 19:15:08 +02:00
ajs124
2b7224c8e0 krb5: preConfigure -> sourceRoot 2022-07-07 19:15:08 +02:00
Vladimír Čunát
c869aa9ac9
Merge branch 'master' into staging-next
The purpose is to integrate the usual Haskell rebuild.
2022-07-07 18:50:02 +02:00
Jan Solanti
ee803e0379 draco: 1.5.2 -> 1.5.3 2022-07-07 19:37:20 +03:00
Jan Solanti
844f03a9dd pipewire: 0.3.53 -> 0.3.54 2022-07-07 19:26:26 +03:00
Jan Solanti
a11073eef8 pipewire: 0.3.52 -> 0.3.53 2022-07-07 19:26:19 +03:00
R. Ryantm
e9177abaac arb: 2.22.1 -> 2.23.0 2022-07-07 16:12:54 +00:00