Commit Graph

23071 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
7f884ad21a
Merge pull request #328535 from anas-contribs/qdl
qdl: unstable-2023-04-11 -> unstable-2024-06-10
2024-07-24 15:55:20 +02:00
Ivan Trubach
90fbf71333 treewide: remove maintainer goibhniu
Inactive in Nixpkgs since 2018 (and a single PR in 2022).
https://github.com/NixOS/nixpkgs/issues?q=author%3Acillianderoiste
2024-07-24 13:38:22 +03:00
7c6f434c
79ec608e0c
Merge pull request #327420 from ghpzin/scfbuild-fix-distutils
scfbuild: fix runtime error on Python 3.12
2024-07-24 08:22:13 +00:00
Aleksana
f416d5bf43
Merge pull request #328676 from reckenrode/wv-fixes
wv: fix build with clang 16 and on Darwin
2024-07-24 11:47:56 +08:00
Aleksana
68020f0b5a
Merge pull request #328678 from reckenrode/wv2-fixes
wv2: fix build with clang 16 and on Darwin
2024-07-24 11:46:45 +08:00
Aleksana
aea9ac7add
Merge pull request #329451 from eclairevoyant/pname-misuse-pt-1.2
treewide: fix uses of `finalAttrs.pname` in urls
2024-07-24 10:37:47 +08:00
Martin Weinelt
1c0028d9af
Merge pull request #329290 from mweinelt/esphome-2024.7.1
esphome: 2024.7.0 -> 2024.7.1
2024-07-23 23:30:10 +02:00
Franz Pletz
770a1cc072
Merge pull request #328596 from afh/update-migrate-pv 2024-07-23 23:18:29 +02:00
éclairevoyant
96031e8dd4
treewide: fix uses of finalAttrs.pname in urls 2024-07-23 12:48:10 -04:00
R. Ryantm
b535b380d5 phrase-cli: 2.31.0 -> 2.31.1 2024-07-23 16:18:20 +00:00
Martin Weinelt
07a71bbc9a
esphome: 2024.7.0 -> 2024.7.1
https://github.com/esphome/esphome/releases/tag/2024.7.1
2024-07-23 03:00:31 +02:00
Nick Cao
216c2010d2
Merge pull request #329034 from r-ryantm/auto-update/svu
svu: 2.0.1 -> 2.1.0
2024-07-22 17:27:04 -04:00
Nick Cao
2f7d3adafc
Merge pull request #329078 from r-ryantm/auto-update/org-stats
org-stats: 1.12.1 -> 1.12.2
2024-07-22 16:52:00 -04:00
0x61nas
c6f75700a5
qdl: add maintainer anas 2024-07-22 19:22:10 +03:00
Matthieu Coudron
3c4865ea52
Merge pull request #327228 from eclairevoyant/flameshot-fix-wlr
flameshot: 12.1.0 -> 12.1.0-unstable-2024-07-02; allow enabling wlroots support
2024-07-22 17:28:56 +02:00
Doron Behar
90ad173902
Merge pull request #327444 from doronbehar/pkg/mpi4py
python312Packages.mpi4py: 3.1.6 -> 3.1.6-unstable-2024-07-08; rewrite
2024-07-22 16:55:16 +03:00
éclairevoyant
4650385d09
flameshot: move to by-name 2024-07-22 09:22:19 -04:00
Doron Behar
9eae9c2035 diffoscope: disable another broken test 2024-07-22 15:44:59 +03:00
0x61nas
b6ef99f16a
qdl: unstable-2023-04-11 -> unstable-2024-06-10 2024-07-22 10:51:32 +03:00
R. Ryantm
69ef31e438 org-stats: 1.12.1 -> 1.12.2 2024-07-22 06:13:25 +00:00
R. Ryantm
687418ff1a svu: 2.0.1 -> 2.1.0 2024-07-22 01:07:43 +00:00
Franz Pletz
fd670a90e6
Merge pull request #328934 from r-ryantm/auto-update/fluent-bit 2024-07-21 22:31:16 +02:00
Franz Pletz
436548a5b5
fluent-bit: move to by-name 2024-07-21 21:06:53 +02:00
Franz Pletz
361b07ae16
fluent-bit: reformat 2024-07-21 21:04:58 +02:00
R. Ryantm
059780b4f1 fluent-bit: 3.1.0 -> 3.1.3 2024-07-21 15:25:25 +00:00
R. Ryantm
e1a6a43833 parallel: 20240622 -> 20240722 2024-07-21 12:24:46 +00:00
Yureka
1747de4416 fd: disable shell completions for cross
Signed-off-by: Yureka <yureka@forkos.org>
2024-07-21 09:38:19 +02:00
Marcus Ramberg
34de8588f0
Merge pull request #327233 from r-ryantm/auto-update/fdupes 2024-07-21 10:17:17 +03:00
Marcus Ramberg
d3a0aa6600
Merge pull request #328294 from afh/update-modernize-nixfmt-tio 2024-07-21 10:13:53 +03:00
Peder Bergebakken Sundt
3e83036283
Merge pull request #328189 from glostis/update-autorandr
autorandr: 1.14 -> 1.15
2024-07-21 01:01:13 +02:00
Randy Eckenrode
7ce464459d
wv2: fix build with clang 16 and on Darwin
- Set the language version to C++14, so Synfig Studio can continue using the deprecated APIs; and
- Explicitly link gobject-2.0 on Darwin to avoid missing symbol errors when linking.
2024-07-20 10:33:44 -04:00
Randy Eckenrode
37a736fb85
wv: fix build with clang 16 and on Darwin
- Clang 16 makes implicit int conversions and incompatible function pointer types errors by default. Turn these into warnings; and
- Work around and issue with case-insensitive filesystems that prevents building on Darwin.
2024-07-20 10:07:02 -04:00
Thiago Kenji Okada
6e14bbce7b
Merge pull request #327972 from atorres1985-contrib/remove-dtzwill
Treewide: Remove dtzwill
2024-07-20 10:11:00 +01:00
Alexis Hildebrandt
4cdf4202b2 pv: migrate to pkgs/by-name 2024-07-20 07:52:10 +02:00
Peder Bergebakken Sundt
cee191703f
Merge pull request #327730 from bbenno/graylog-5_2/update
graylog-5_2: 5.2.7 -> 5.2.9
2024-07-20 03:05:07 +02:00
Nick Cao
e628c17fd3
Merge pull request #328460 from r-ryantm/auto-update/gh-dash
gh-dash: 4.3.0 -> 4.4.0
2024-07-19 18:28:54 -04:00
R. Ryantm
194b0db036 gh-dash: 4.3.0 -> 4.4.0 2024-07-19 15:20:52 +00:00
Peder Bergebakken Sundt
a18cc73972
Merge pull request #327879 from ereslibre/bump-wasm-tools
wasm-tools: 1.213.0 -> 1.214.0
2024-07-19 16:50:39 +02:00
Alexis Hildebrandt
45ddfc78e6 tio: migrate to by-name and modernize 2024-07-19 01:46:57 +02:00
Alexis Hildebrandt
cde663f7e5 tio: 2.8 -> 3.5 2024-07-19 01:39:09 +02:00
Nick Cao
043a71daef
Merge pull request #328064 from r-ryantm/auto-update/google-cloud-sql-proxy
google-cloud-sql-proxy: 2.11.4 -> 2.12.0
2024-07-18 19:05:01 -04:00
Sandro
ad32f96109
Merge pull request #327869 from SuperSandro2000/yt-dlp
yt-dlp: 2024.7.9 -> 2024.7.16
2024-07-18 22:58:53 +02:00
Martin Weinelt
57fe4f506a
Merge pull request #327911 from mweinelt/esphome-2024.7.0
esphome: 2024.6.6 -> 2024.7.0; build dashboard from source
2024-07-18 15:45:34 +02:00
Guillaume Lostis
151406c8ff autorandr: 1.14 -> 1.15 2024-07-18 15:26:51 +02:00
R. Ryantm
bfe372fd15 google-cloud-sql-proxy: 2.11.4 -> 2.12.0 2024-07-18 01:15:39 +00:00
Peder Bergebakken Sundt
b1afff0e77
Merge pull request #325751 from aaronjheng/pb
pb: 0.5.0 -> 0.5.1
2024-07-18 02:26:38 +02:00
Peder Bergebakken Sundt
b763aa7331
Merge pull request #326604 from squalus/pricehist
pricehist: 1.4.6 -> 1.4.7
2024-07-18 01:34:02 +02:00
Sandro
4f2e1fe9fd
Merge pull request #327198 from ThatLurker/update-yle-dl
yle-dl: 20240130 -> 20240706
2024-07-17 23:06:40 +02:00
Nick Cao
b9f2a1261d
Merge pull request #327808 from r-ryantm/auto-update/lokalise2-cli
lokalise2-cli: 3.0.0 -> 3.0.1
2024-07-17 16:23:20 -04:00
Nick Cao
21bc7496a3
Merge pull request #327741 from r-ryantm/auto-update/glasgow
glasgow: 0-unstable-2024-06-27 -> 0-unstable-2024-07-13
2024-07-17 16:12:48 -04:00