Commit Graph

23392 Commits

Author SHA1 Message Date
Franz Pletz
217ef85091
rrdtool: reformat 2024-08-06 16:08:35 +02:00
Franz Pletz
edadd23278
rrdtool: add patch to fix darwin build 2024-08-06 16:07:52 +02:00
R. Ryantm
b773f192fc pistol: 0.5.1 -> 0.5.2 2024-08-06 12:07:30 +00:00
github-actions[bot]
6c87856002
Merge staging-next into staging 2024-08-06 12:01:45 +00:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
github-actions[bot]
3b5460f093
Merge staging-next into staging 2024-08-06 00:02:48 +00:00
Nick Cao
6e7f1a4cc5
Merge pull request #329141 from r-ryantm/auto-update/mongodb-tools
mongodb-tools: 100.9.4 -> 100.10.0
2024-08-05 19:45:15 -04:00
Gaetan Lepage
2f4300452e nbqa: 1.8.5 -> 1.8.7
Diff: https://github.com/nbQA-dev/nbQA/compare/refs/tags/1.8.5...1.8.7

Changelog: https://nbqa.readthedocs.io/en/latest/history.html
2024-08-05 23:17:58 +02:00
Nick Cao
11443a2274
Merge pull request #332480 from r-ryantm/auto-update/pandoc-include
pandoc-include: 1.3.2 -> 1.3.3
2024-08-05 16:08:24 -04:00
Nick Cao
b0d0d0381c
Merge pull request #332419 from r-ryantm/auto-update/phrase-cli
phrase-cli: 2.31.1 -> 2.31.2
2024-08-05 16:05:35 -04:00
R. Ryantm
3d2382ba07 pandoc-include: 1.3.2 -> 1.3.3 2024-08-05 13:06:02 +00:00
github-actions[bot]
b4c408518b
Merge staging-next into staging 2024-08-05 12:01:48 +00:00
Markus Kowalewski
1577bbca1a
Merge pull request #332142 from r-ryantm/auto-update/panoply
panoply: 5.4.3 -> 5.5.0
2024-08-05 12:55:58 +02:00
Vladimír Čunát
d4720e9c1e
Merge branch 'staging-next' into staging
There was a nontrivial conflict in pkgs/stdenv/linux/bootstrap-tools*
(reorganizing code vs. modifying it)  I hope I really got it right.
2024-08-05 11:05:55 +02:00
R. Ryantm
94b61267be phrase-cli: 2.31.1 -> 2.31.2 2024-08-05 07:29:03 +00:00
tomberek
77e80af40f
Merge pull request #332113 from r-ryantm/auto-update/wasm-tools
wasm-tools: 1.214.0 -> 1.215.0
2024-08-04 14:51:34 -04:00
tomberek
8d8f9a3d87
Merge pull request #331652 from r-ryantm/auto-update/steampipePackages.steampipe-plugin-github
steampipePackages.steampipe-plugin-github: 0.41.0 -> 0.42.0
2024-08-04 14:47:33 -04:00
tomberek
5975db7a06
Merge pull request #331651 from r-ryantm/auto-update/steampipePackages.steampipe-plugin-aws
steampipePackages.steampipe-plugin-aws: 0.138.0 -> 0.144.0
2024-08-04 14:47:22 -04:00
amesgen
0f05f31b4d
gh-markdown-preview: move to by-name 2024-08-04 13:37:11 +02:00
amesgen
5781e6b004
gh-dash: move to by-name 2024-08-04 13:37:11 +02:00
amesgen
9ca3776827
gh-actions-cache: move to by-name 2024-08-04 13:37:10 +02:00
Aleksana
e4ca401b20
Merge pull request #332163 from r-ryantm/auto-update/gh-dash
gh-dash: 4.4.0 -> 4.5.0
2024-08-04 19:31:50 +08:00
lassulus
29f71bdf1b
Merge pull request #332155 from r-ryantm/auto-update/ttyplot
ttyplot: 1.6.5 -> 1.7.0
2024-08-04 10:52:33 +02:00
Franz Pletz
63d92a39a2
Merge pull request #332011 from DariusChit/tmux-shutdown-patch 2024-08-04 10:34:48 +02:00
R. Ryantm
88cbf825b2 mongodb-tools: 100.9.4 -> 100.10.0 2024-08-04 06:38:54 +00:00
R. Ryantm
84eed40b9c gh-dash: 4.4.0 -> 4.5.0 2024-08-04 03:55:42 +00:00
R. Ryantm
729e7d5af2 ttyplot: 1.6.5 -> 1.7.0 2024-08-04 03:22:40 +00:00
R. Ryantm
8964f5a8f1 panoply: 5.4.3 -> 5.5.0 2024-08-04 02:09:10 +00:00
Julius Michaelis
2fd334dc73 trashy: move installShellCompletion to postInstall for consistency 2024-08-04 10:50:48 +09:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Julius Michaelis
59b930d820 charasay: fix generating shell completions 2024-08-04 10:42:37 +09:00
R. Ryantm
90928184b6 wasm-tools: 1.214.0 -> 1.215.0 2024-08-04 00:14:09 +00:00
DariusChit
5a628e6349 tmux: add patch for hanging on shutdown 2024-08-03 22:37:23 +01:00
Will Fancher
b79c216dcf calamares: 3.3.3 -> 3.3.8 2024-08-03 13:11:09 -04:00
Anselm Schüler
e1354a3538
maintainers: partially remove anselmschueler 2024-08-03 19:09:47 +02:00
Nick Cao
e7ccc351aa
Merge pull request #331895 from r-ryantm/auto-update/pfetch-rs
pfetch-rs: 2.10.0 -> 2.11.0
2024-08-03 10:04:11 -04:00
github-actions[bot]
41e708f4b7
Merge staging-next into staging 2024-08-03 12:01:32 +00:00
Matthias Beyer
3cf8230b31
Merge pull request #331846 from r-ryantm/auto-update/timetagger_cli
timetagger_cli: 23.8.3 -> 24.7.1
2024-08-03 10:17:06 +02:00
github-actions[bot]
746071163c
Merge staging-next into staging 2024-08-03 06:01:24 +00:00
R. Ryantm
90d02f0086 cloc: 2.00 -> 2.02 2024-08-03 07:49:07 +02:00
R. Ryantm
f4dbe80c4d pfetch-rs: 2.10.0 -> 2.11.0 2024-08-03 02:40:36 +00:00
Nick Cao
81d6cb6d11
Merge pull request #331853 from GaetanLepage/nbqa
nbqa: fix by adding distutils dependency
2024-08-02 21:13:57 -04:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
github-actions[bot]
81cddc1677
Merge staging-next into staging 2024-08-03 00:02:50 +00:00
Gaetan Lepage
e58878b8a1 nbqa: fix by adding distutils test dependency 2024-08-02 23:31:13 +02:00
R. Ryantm
0c69b24df0 timetagger_cli: 23.8.3 -> 24.7.1 2024-08-02 20:18:36 +00:00
Nick Cao
754ab77cae
Merge pull request #331665 from r-ryantm/auto-update/gotify-cli
gotify-cli: 2.2.4 -> 2.3.2
2024-08-02 15:14:15 -04:00
Martin Weinelt
eb442d9081
Merge pull request #331394 from mweinelt/esphome-2024.7.3
esphome: 2024.7.2 -> 2024.7.3
2024-08-02 20:50:16 +02:00
github-actions[bot]
931cf50e01
Merge staging-next into staging 2024-08-02 18:01:49 +00:00
Emily
8764d898c4
Merge pull request #330741 from emilazy/push-rlvumrtyxrmk
python3Packages.nose3: drop
2024-08-02 16:31:00 +01:00
Aleksana
9295d8ef80
Merge pull request #330192 from philiptaron/kakoune-maintainer
kakoune: add philiptaron as maintainer to most kakoune-related things
2024-08-02 22:53:17 +08:00
R. Ryantm
8a4db5b604 aichat: 0.19.0 -> 0.20.0 2024-08-02 12:42:41 +00:00
seth
ccb7d30b59
turbo: migrate to by-name 2024-08-02 04:04:20 -04:00
seth
f9ff8c2304
turbo: pin darwin.apple_sdk in expression 2024-08-02 04:04:15 -04:00
github-actions[bot]
fe3585d6db
Merge staging-next into staging 2024-08-02 06:01:37 +00:00
tomberek
f325432c8c
Merge pull request #326516 from r-ryantm/auto-update/wootility
wootility: 4.6.20 -> 4.6.21
2024-08-02 01:42:32 -04:00
R. Ryantm
bbb9f070f6 gotify-cli: 2.2.4 -> 2.3.2 2024-08-02 03:44:24 +00:00
R. Ryantm
2d44e42d98 steampipePackages.steampipe-plugin-github: 0.41.0 -> 0.42.0 2024-08-02 02:01:33 +00:00
R. Ryantm
fae007be06 steampipePackages.steampipe-plugin-aws: 0.138.0 -> 0.144.0 2024-08-02 01:41:10 +00:00
Philip Taron
2f3e77e1f2
kakoune: add philiptaron as maintainer to most kakoune-related things 2024-08-01 18:06:40 -07:00
github-actions[bot]
203fa1d4a2
Merge staging-next into staging 2024-08-02 00:02:35 +00:00
R. Ryantm
0ec7f9ab29 rustypaste-cli: 0.9.0 -> 0.9.1 2024-08-01 21:16:30 +00:00
Sandro
5263b5bcb1
Merge pull request #299274 from anthonyroussel/steampipe-plugin-aws
steampipePackages.steampipe-plugins-aws: init at 0.132.0
2024-08-01 22:23:56 +02:00
github-actions[bot]
b0709876cb
Merge staging-next into staging 2024-08-01 12:01:44 +00:00
Bjørn Forsman
b94f1f7a5e Revert "diffoscope: disable another broken test"
This reverts commit 9eae9c2035.

No longer needed since commit adbceb5fab
("diffoscope: 271 -> 273").

Manually resolved conflict due to commit
5cf0c470cb ("diffoscope: apply nixfmt").
2024-08-01 11:12:50 +02:00
K900
a4a42b3aec Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-01 08:57:50 +03:00
Emily
0fa536d5b2
svtplay-dl: migrate to pytest 2024-08-01 11:25:22 +09:00
Emily
4094f03ffd
svtplay-dl: use buildPythonApplication 2024-08-01 11:25:22 +09:00
Martin Weinelt
7df877abd7
esphome: 2024.7.2 -> 2024.7.3
https://github.com/esphome/esphome/releases/tag/2024.7.3
2024-08-01 01:48:22 +02:00
Emily Trau
553b959505
Merge pull request #330851 from r-ryantm/auto-update/svtplay-dl
svtplay-dl: 4.89 -> 4.97.1
2024-08-01 09:26:00 +10:00
John Titor
7a8913b2d1 jdupes: point to new homepage link, cleanup
apply nixfmt-rfc-style
rec -> finalAttrs
2024-07-31 22:18:30 +05:30
R. Ryantm
84c30688a9 jdupes: 1.27.3 -> 1.28.0 2024-07-31 22:18:30 +05:30
Arnout Engelen
29d4566505
Merge pull request #324888 from trofi/diffoscope-update
diffoscope: 271 -> 273
2024-07-31 14:27:02 +02:00
Bannerets
077e145d2d
zf: 0.9.1 -> 0.9.2 (#330890)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-07-31 14:10:54 +02:00
Sandro
91299a7cdb
Merge pull request #328863 from katexochen/upower/up 2024-07-31 14:01:42 +02:00
lassulus
301c3bf478
Merge pull request #331210 from r-ryantm/auto-update/gh-markdown-preview
gh-markdown-preview: 1.5.0 -> 1.6.0
2024-07-31 13:34:27 +02:00
Sergei Trofimovich
5cf0c470cb diffoscope: apply nixfmt 2024-07-31 09:08:15 +01:00
Sergei Trofimovich
adbceb5fab diffoscope: 271 -> 273
Changes:
- https://diffoscope.org/news/diffoscope-272-released/
- https://diffoscope.org/news/diffoscope-273-released/
2024-07-31 09:07:57 +01:00
zimbatm
1efdf8162a tmux-cssh: move to by-name 2024-07-31 09:10:33 +02:00
zimbatm
43ab2b48b3 ovh-ttyrec: move to by-name 2024-07-31 09:10:32 +02:00
zimbatm
3d2cee1c04 direnv: move to by-name 2024-07-31 09:10:32 +02:00
R. Ryantm
f51e3fb4db gh-markdown-preview: 1.5.0 -> 1.6.0 2024-07-31 06:52:24 +00:00
❄️
09faf66aea
Merge pull request #331120 from khaneliman/snapper
snapper: fix build
2024-07-30 20:29:32 -03:00
Peder Bergebakken Sundt
a5779e925d
Merge pull request #328550 from pbsds/init-pytest-coverage-shim-1721428630
python3Packages.pytest-cov-stub: init at 1.0.0
2024-07-30 19:04:29 +02:00
Austin Horstman
3d45adb1fb
snapper: fix build
zlib missing dependency
2024-07-30 11:40:15 -05:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
R. Ryantm
6c9d467e03 rrdtool: 1.8.0 -> 1.9.0 2024-07-29 22:35:06 +00:00
Jonathan Davies
a8f203cf8e
vector: 0.39.0 → 0.40.0 2024-07-29 21:50:53 +01:00
Florian Klink
179867eb14
Merge pull request #330886 from jmbaur/bootgen-2024.1
xilinx-bootgen: update, format, move to by-name
2024-07-29 21:44:13 +03:00
Fabián Heredia Montiel
fb89aa5757
Merge pull request #330562 from pineapplehunter/immich-2.2.12
immich-cli: 2.2.4 -> 2.2.12
2024-07-29 11:10:41 -06:00
Jared Baur
303bc9a08e
xilinx-bootgen: move to pkgs/by-name 2024-07-29 08:53:06 -07:00
Jared Baur
49bc45b59c
xilinx-bootgen: add jmbaur as maintainer 2024-07-29 08:51:11 -07:00
Jared Baur
6ee5796295
xilinx-bootgen: reformat 2024-07-29 08:50:27 -07:00
Jared Baur
a36e69c83d
xilinx-bootgen: xilinx_v2023.2 -> xilinx_v2024.1 2024-07-29 08:49:38 -07:00
R. Ryantm
161d0f0d0a svtplay-dl: 4.89 -> 4.97.1 2024-07-29 12:41:26 +00:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Fabian Affolter
52ec9ac3b1
Merge pull request #329874 from cyberus-technology/cyclonedx-python-4.5.0
cyclonedx-python: 3.11.7 -> 4.5.0
2024-07-28 18:52:11 +02:00
Jörg Thalheim
8968b1abb7
Merge pull request #330232 from atorres1985-contrib/remove-viric
Treewide: remove inactive maintainer viric
2024-07-28 17:15:00 +02:00
Nick Cao
5f0e309248
Merge pull request #330593 from r-ryantm/auto-update/scdl
scdl: 2.11.2 -> 2.11.3
2024-07-28 10:50:31 -04:00
Nick Cao
0caf928d21
Merge pull request #330594 from gador/sqlite3-to-mysql-2.3.0
sqlite3-to-mysql: 2.2.1 -> 2.3.0
2024-07-28 10:49:50 -04:00
Anderson Torres
9a624d10e3 treewide: remove viric from meta.maintainers [orphans]
Since theey is not active from at least six years.

All the packages on this commit became orphans.

---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:

- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
Vladimír Čunát
a5b2fe7374
Merge #328673: staging-next 2024-07-20 2024-07-28 13:45:55 +02:00
Matthias Beyer
027bc0e0c7
Merge pull request #329889 from r-ryantm/auto-update/ncdu
ncdu: 2.4 -> 2.5
2024-07-28 09:51:23 +02:00
R. Ryantm
a2ee8306f6 scdl: 2.11.2 -> 2.11.3 2024-07-28 07:37:21 +00:00
Florian Brandes
8a30a2b643
sqlite3-to-mysql: 2.2.1 -> 2.3.0
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-28 08:42:58 +02:00
github-actions[bot]
384d08d20d
Merge master into staging-next 2024-07-28 06:01:00 +00:00
Shogo Takata
3b6dcb3aab
immich-cli: 2.2.4 -> 2.2.12 2024-07-28 12:12:26 +09:00
Atemu
cc973ae8bb
Merge pull request #330363 from peterhoeg/mainprogram
add mainProgram to a number of packages
2024-07-28 02:57:53 +02:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
❄️
98ab87a16a
Merge pull request #314620 from NickCao/cmdpack
cmdpack: refactor build/installPhase, fix cross compilation
2024-07-27 18:09:48 -03:00
Pol Dellaiera
4db06d2d1b
Merge pull request #330369 from r-ryantm/auto-update/staruml
staruml: 6.2.1 -> 6.2.2
2024-07-27 22:52:15 +02:00
Pol Dellaiera
67fe42cd0f
Merge pull request #330426 from redyf/update-starship
starship: 1.20.0 -> 1.20.1
2024-07-27 22:48:35 +02:00
7c6f434c
dfbfa17eb1
Merge pull request #330300 from afh/update-modernize-remind
remind: 05.00.01 -> 05.00.02
2024-07-27 19:21:20 +00:00
Peder Bergebakken Sundt
3e02ed0e94
Merge pull request #329341 from gador/sqlite3-to-mysql-2.2.1
sqlite3-to-mysql: 2.2.0 -> 2.2.1
2024-07-27 18:19:41 +02:00
Nick Cao
890e1f4639
Merge pull request #329868 from r-ryantm/auto-update/moar
moar: 1.24.6 -> 1.25.1
2024-07-27 10:28:30 -04:00
Nick Cao
44fbad861d
Merge pull request #329682 from r-ryantm/auto-update/pgmetrics
pgmetrics: 1.16.0 -> 1.17.0
2024-07-27 10:19:58 -04:00
redyf
e6734185bc starship: 1.20.0 -> 1.20.1 2024-07-27 11:14:01 -03:00
R. Ryantm
33b2d9a3a8 staruml: 6.2.1 -> 6.2.2 2024-07-27 09:52:16 +00:00
Alexander Sieg
d37488d449
cyclonedx-python: 3.11.7 -> 4.5.0 2024-07-27 10:44:50 +02:00
Peter Hoeg
1ed2641d57 mandoc: add mainProgram 2024-07-27 10:31:29 +02:00
Peter Hoeg
edac99372b cowsay: add mainProgram 2024-07-27 10:31:20 +02:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
Alexis Hildebrandt
12b1282cf0 remind: migrate to pkgs/by-name 2024-07-27 01:41:32 +02:00
Alexis Hildebrandt
66408991dd remind: 05.00.01 -> 05.00.02 2024-07-27 01:30:46 +02:00
Nick Cao
22de62d8c8
Merge pull request #330131 from r-ryantm/auto-update/chafa
chafa: 1.14.1 -> 1.14.2
2024-07-26 17:08:37 -04:00
Sandro
2f0c10a073
Merge pull request #329015 from eclairevoyant/yt-dlp-cffi 2024-07-26 20:54:42 +02:00
David Knaack
a6f1107c90 starship: 1.19.0 -> 1.20.0 2024-07-26 19:48:47 +02:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Aleksana
577a9c43f3
Merge pull request #330042 from Sigmanificient/remove-leading-space-description
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
éclairevoyant
0f0687f6b3
yt-dlp: move to by-name 2024-07-26 09:32:23 -04:00
R. Ryantm
a2e231bc7c chafa: 1.14.1 -> 1.14.2 2024-07-26 09:37:35 +00:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
R. Ryantm
6e609afd86 timer: 1.4.4 -> 1.4.5 2024-07-26 08:58:34 +10:00
Peder Bergebakken Sundt
da468028bc
Merge pull request #326577 from arikgrahl/move-to-by-name-hierarchy
grafterm, konf, octosql, promql: move to by-name hierarchy
2024-07-26 00:21:24 +02:00
Peder Bergebakken Sundt
ca6dfc798a
Merge pull request #327768 from KenMacD/aichat-shell-completions
aichat: add shell completion
2024-07-25 23:23:11 +02:00
Peder Bergebakken Sundt
a75ae8c786
Merge pull request #328504 from Coca162/scdl-2.11.1
scdl: 2.7.12 -> 2.11.2
2024-07-25 20:31:02 +02:00
github-actions[bot]
2567b049bd
Merge master into staging-next 2024-07-25 18:00:59 +00:00
Doron Behar
12cf457ec1
Merge pull request #329908 from r-ryantm/auto-update/pistol
pistol: 0.5 -> 0.5.1
2024-07-25 18:01:12 +03:00
Azat Bahawi
d07c5f0f59
Merge pull request #329737 from r-ryantm/auto-update/tbls
tbls: 1.76.1 -> 1.77.0
2024-07-25 14:16:53 +00:00
R. Ryantm
ef5cbcb4ea pistol: 0.5 -> 0.5.1 2024-07-25 13:39:59 +00:00
R. Ryantm
af6877a05e ncdu: 2.4 -> 2.5 2024-07-25 12:28:29 +00:00
github-actions[bot]
f20ed12f93
Merge master into staging-next 2024-07-25 12:01:18 +00:00
Martin Weinelt
1c05a5bff6
Merge pull request #329770 from mweinelt/esphome-2024.7.2
esphome: 2024.7.1 -> 2024.7.2
2024-07-25 12:29:47 +02:00
R. Ryantm
ccbfcd260f moar: 1.24.6 -> 1.25.1 2024-07-25 10:10:38 +00:00
Sandro
e1eb1da9d4
Merge pull request #329814 from iynaix/bump-yt-dlp
yt-dlp: 2024.7.16 -> 2024.7.25
2024-07-25 10:12:38 +02:00
github-actions[bot]
12ea252962
Merge master into staging-next 2024-07-25 06:01:22 +00:00
Michele Guerini Rocco
2646babf7f
Merge pull request #329605 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.229 -> 1.230
2024-07-25 07:49:34 +02:00
Lin Xianyi
06ed778c19 yt-dlp: 2024.7.16 -> 2024.7.25
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2024.7.25
2024-07-25 12:31:28 +08:00
Martin Weinelt
94bc3c61fa
esphome: 2024.7.1 -> 2024.7.2
https://github.com/esphome/esphome/releases/tag/2024.7.2
2024-07-25 02:58:34 +02:00