github-actions[bot]
9776723357
Merge master into staging-next
2023-11-11 18:00:58 +00:00
toonn
f2bd8adf7b
Merge pull request #266808 from r-ryantm/auto-update/nb
...
nb: 7.7.1 -> 7.8.0
2023-11-11 16:21:49 +01:00
K900
e792d7fec0
Merge pull request #264442 from anthonyroussel/update-url-redirects
...
treewide: fix redirected and broken URLs
2023-11-11 18:08:59 +03:00
emilylange
c271196d42
sharedown: unbreak build
...
fixes the following error message:
```
$ node-gyp rebuild
info This package requires node-gyp, which is not currently installed. Yarn will attempt to automatically install it. If this fails, you can run "yarn global add node-gyp" to manually install it.
[1/4] Resolving packages...
error Failed to auto-install node-gyp. Please run "yarn global add node-gyp" manually. Error: "Couldn't find any versions for \"node-gyp\" that matches \"latest\" in our cache (possible versions are \"\"). This is usually caused by a missing entry in the lockfile, running Yarn without the --offline flag may help fix this issue."
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```
https://hydra.nixos.org/build/239684452
2023-11-11 15:11:42 +01:00
Ryan Lahfa
aacdad1ceb
Merge pull request #266641 from trofi/diffoscope-update
2023-11-11 15:03:08 +01:00
Markus Theil
9ffa93bb4f
mstflint: 4.17 -> 4.26
...
Adds support for new Nvidia NICs and bugfixes.
Also add myself as maintainer.
Most notable changes are also documented in:
https://github.com/Mellanox/mstflint/files/12317054/MSTFLINT.Package.-Firmware.Burning.and.Diagnostics.Tools.Documentation.v4.26.0.pdf
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-11-11 10:56:46 +01:00
Anthony Roussel
e30f48be94
treewide: fix redirected and broken URLs
...
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11 10:49:01 +01:00
R. Ryantm
09caa46713
nb: 7.7.1 -> 7.8.0
2023-11-11 08:55:13 +00:00
Kirill Radzikhovskyy
b9cd77527b
detox: 1.2.0 -> 1.4.5
2023-11-11 07:43:54 +11:00
github-actions[bot]
e8096ee1e1
Merge staging-next into staging
2023-11-10 18:01:34 +00:00
R. Ryantm
ab77baf24f
fluent-bit: 2.1.10 -> 2.2.0
2023-11-10 17:38:31 +00:00
Alyssa Ross
afabc4a15d
Merge remote-tracking branch 'origin/master' into HEAD
...
Conflicts:
pkgs/development/libraries/SDL2/default.nix
2023-11-10 15:18:19 +01:00
Emery Hemingway
2ea5992e2e
nncp: 8.9.0 -> 8.10.0
2023-11-10 11:57:39 +00:00
Anthony Roussel
74800f5720
idutils: fix build for darwin
2023-11-10 12:46:52 +01:00
Sergei Trofimovich
0b73998deb
diffoscope: 250 -> 251
...
Changes: https://diffoscope.org/news/diffoscope-251-released/
2023-11-10 10:31:51 +00:00
OTABI Tomoya
e72e4d4dca
Merge pull request #265432 from gador/sqlite3-to-mysql-2.1.1
...
sqlite3-to-mysql: 2.0.3 -> 2.1.1
2023-11-10 18:25:22 +09:00
github-actions[bot]
ff59322b65
Merge staging-next into staging
2023-11-10 00:02:49 +00:00
github-actions[bot]
3f616fad02
Merge master into staging-next
2023-11-10 00:02:22 +00:00
R. Ryantm
2251d8ffde
aichat: 0.8.0 -> 0.9.0
2023-11-10 00:14:12 +01:00
github-actions[bot]
6a669d1ab2
Merge staging-next into staging
2023-11-09 18:01:27 +00:00
github-actions[bot]
e112f9b8bb
Merge master into staging-next
2023-11-09 18:00:56 +00:00
nicoo
d7196b13a6
ddccontrol: Fix version number
...
Upstream forgot to update the version number in `configure.ac` when
cutting release v1.0.0, so the utility wrongly reports its version
as being 0.6.0.
2023-11-09 14:57:18 +00:00
Nick Cao
ba9f08efbc
Merge pull request #266408 from r-ryantm/auto-update/fsql
...
fsql: 0.5.1 -> 0.5.2
2023-11-09 09:13:16 -05:00
Nick Cao
895b48a922
Merge pull request #266454 from caarlos0/gorel
...
goreleaser: 1.22.0 -> 1.22.1
2023-11-09 09:00:51 -05:00
Carlos Alexandro Becker
0bd0c8c768
goreleaser: 1.22.0 -> 1.22.1
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-11-09 12:20:15 +00:00
K900
1ea3b8a891
Merge pull request #265210 from ereslibre/wasm-tools
...
wasm-tools: 1.0.48 -> 1.0.51
2023-11-09 15:15:28 +03:00
github-actions[bot]
5725d489f3
Merge staging-next into staging
2023-11-09 12:01:36 +00:00
github-actions[bot]
2d73797da4
Merge master into staging-next
2023-11-09 12:01:04 +00:00
Alyssa Ross
e3e57b8f18
lib.systems: elaborate Rust metadata
...
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.
This has a couple of other advantages:
- It makes Rust less special. Now figuring out what Rust calls a
platform is the same as figuring out what Linux or QEMU call it.
- We can unify the schema used to define Rust targets, and the schema
used to access those values later. Just like you can set "config"
or "system" in a platform definition, and then access those same
keys on the elaborated platform, you can now set "rustcTarget" in
your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
in your code.
"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized. The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.
The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.
The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11. We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
R. Ryantm
c2d3d05cfe
plantuml: 1.2023.11 -> 1.2023.12
2023-11-09 08:29:12 +01:00
R. Ryantm
b3fd0dcbef
fsql: 0.5.1 -> 0.5.2
2023-11-09 07:17:48 +00:00
github-actions[bot]
fecd99b105
Merge staging-next into staging
2023-11-09 06:01:40 +00:00
github-actions[bot]
4aad65bfdb
Merge master into staging-next
2023-11-09 06:01:11 +00:00
Weijia Wang
5188867031
Merge pull request #266222 from wegank/gengetopt-clang-16
...
gengetopt: fix build with clang 16
2023-11-09 04:59:28 +01:00
OTABI Tomoya
b6a33edc24
Merge pull request #266012 from r-ryantm/auto-update/goreleaser
...
goreleaser: 1.21.2 -> 1.22.0
2023-11-09 11:55:11 +09:00
github-actions[bot]
50249cdaf2
Merge staging-next into staging
2023-11-09 00:02:40 +00:00
github-actions[bot]
00a0662a3c
Merge master into staging-next
2023-11-09 00:02:14 +00:00
Bruno Bigras
1e45a23642
{anytype,dogdns,envchain,kafka-delta-ingest,nwg-launchers,pazi,starship,tab-rs,yggdrasil,zenith}: remove bbigras as maintainer
...
No longer use those packages.
2023-11-08 20:57:22 -03:00
Weijia Wang
4a11f504dc
mmv: fix build with clang 16
2023-11-08 19:39:31 +01:00
Austin Horstman
61a6be017d
fastfetch: 2.2.2 -> 2.2.3
2023-11-08 08:36:54 -06:00
github-actions[bot]
d49b3ff9e3
Merge staging-next into staging
2023-11-08 12:02:19 +00:00
github-actions[bot]
263a89fa08
Merge master into staging-next
2023-11-08 12:01:20 +00:00
Weijia Wang
3ffc003ef0
Merge pull request #265986 from khaneliman/fastfetch
...
fastfetch: 2.2.1 -> 2.2.2
2023-11-08 09:14:36 +01:00
Adam Joseph
ba2ed469c2
Merge branch 'master' into staging-next
2023-11-08 06:15:46 +00:00
0x4A6F
3db5de3ba9
Merge pull request #266029 from R-VdP/zellij_0_39_0
...
zellij: 0.38.2 -> 0.39.0
2023-11-08 06:43:11 +01:00
Jonathan Davies
fadcbfcc68
vector: 0.33.1 → 0.34.0
2023-11-08 00:09:18 +00:00
Weijia Wang
b80e5ad35f
Merge pull request #266090 from ckiee/mommy-1.2.4
...
mommy: 1.2.3 -> 1.2.4; migrate to by-name
2023-11-07 21:40:53 +01:00
Sandro Jäckel
0dcfabb9e0
fzf: fix perl detection
...
Before the command detection required a perl in PATH
2023-11-07 19:43:08 +01:00
github-actions[bot]
d0018c61ff
Merge staging-next into staging
2023-11-07 18:01:28 +00:00
github-actions[bot]
1505981287
Merge master into staging-next
2023-11-07 18:00:55 +00:00
ckie
af6823703b
mommy: migrate to by-name
2023-11-07 18:33:43 +02:00
ckie
d2d48931f1
mommy: 1.2.3 -> 1.2.4
2023-11-07 18:32:19 +02:00
Nick Cao
9ecc83b3b7
Merge pull request #265970 from figsoda/fw
...
fw: fix build on darwin
2023-11-07 09:04:31 -05:00
Nick Cao
16349f4b65
Merge pull request #266015 from r-ryantm/auto-update/krapslog
...
krapslog: 0.5.3 -> 0.5.4
2023-11-07 08:53:12 -05:00
OTABI Tomoya
bce19b46e9
Merge pull request #264933 from r-ryantm/auto-update/mongodb-compass
...
mongodb-compass: 1.40.2 -> 1.40.4
2023-11-07 22:46:19 +09:00
OTABI Tomoya
b64e2fb76f
Merge pull request #264601 from r-ryantm/auto-update/gotify-desktop
...
gotify-desktop: 1.3.1 -> 1.3.2
2023-11-07 22:44:00 +09:00
r-vdp
a5fb471c57
zellij: 0.38.2 -> 0.39.0
...
Release notes: https://github.com/zellij-org/zellij/releases/tag/v0.39.0
2023-11-07 10:21:03 +01:00
R. Ryantm
e46a2ef08f
krapslog: 0.5.3 -> 0.5.4
2023-11-07 07:52:50 +00:00
R. Ryantm
68284b87b0
goreleaser: 1.21.2 -> 1.22.0
2023-11-07 07:34:42 +00:00
Weijia Wang
8012034692
Merge branch 'staging-next' into staging
2023-11-07 03:41:49 +01:00
Austin Horstman
770b953cad
fastfetch: 2.2.1 -> 2.2.2
2023-11-06 20:25:14 -06:00
figsoda
f9a5623c91
fw: fix build on darwin
2023-11-06 19:29:47 -05:00
github-actions[bot]
38bc2a577e
Merge master into staging-next
2023-11-07 00:02:31 +00:00
Dmitry Kalinkin
93b63a2cab
Merge pull request #265514 from xworld21/treewide-texlive-with-packages
...
treewide: switch to texlive.withPackages
2023-11-06 16:47:04 -05:00
Rafael Fernández López
cbee231117
wasm-tools: 1.0.48 -> 1.0.51
2023-11-06 20:06:44 +01:00
nikstur
a19e84717c
Merge pull request #261376 from secufoe/rshim-user-space-bfb-install
...
rshim-user-space: add bfb-install
2023-11-06 16:00:36 +01:00
Niklas Förster
271b097d24
rshim-user-space: make bfb-install optional
2023-11-06 10:45:08 +01:00
Aaron Jheng
ffe3a8533b
pb: 0.1.0 -> 0.2.0
2023-11-06 08:04:54 +00:00
github-actions[bot]
b23f12e076
Merge master into staging-next
2023-11-06 00:02:12 +00:00
Uri Baghin
57a323f304
Merge pull request #265130 from r-ryantm/auto-update/opentelemetry-collector
...
opentelemetry-collector: 0.87.0 -> 0.88.0
2023-11-06 06:47:52 +08:00
github-actions[bot]
bb38778356
Merge master into staging-next
2023-11-05 18:00:55 +00:00
Nick Cao
22460f01c0
Merge pull request #265598 from r-ryantm/auto-update/phrase-cli
...
phrase-cli: 2.12.0 -> 2.15.0
2023-11-05 09:05:26 -05:00
Nick Cao
359faa404c
Merge pull request #265617 from mimame/update-tailspin-2.0.0
...
tailspin: 1.6.0 -> 2.0.0
2023-11-05 09:03:07 -05:00
Vincenzo Mantova
4fbe6527ac
pandoc-acro: replace texlive.combine with texliveTeTeX.withPackages
2023-11-05 13:43:31 +00:00
Vincenzo Mantova
eadb394f32
pandoc-drawio-filter: replace texlive.combined.scheme-tetex with texliveTeTeX
2023-11-05 11:56:05 +00:00
Miguel Madrid-Mencía
b6e9b76ad0
tailspin: 1.6.0 -> 2.0.0
2023-11-05 10:16:15 +01:00
R. Ryantm
5bc972bd6e
phrase-cli: 2.12.0 -> 2.15.0
2023-11-05 07:19:51 +00:00
github-actions[bot]
da4d99e016
Merge master into staging-next
2023-11-05 06:00:55 +00:00
R. Ryantm
c75fed2f17
parallel: 20230922 -> 20231022
2023-11-05 02:49:44 +00:00
OTABI Tomoya
dd90dc28e9
Merge pull request #265374 from aaronjheng/gh-ost
...
gh-ost: 1.1.5 -> 1.1.6
2023-11-05 10:07:25 +09:00
github-actions[bot]
6e287cb9de
Merge master into staging-next
2023-11-05 00:02:23 +00:00
markuskowa
143b10f2c9
Merge pull request #265486 from r-ryantm/auto-update/panoply
...
panoply: 5.2.9 -> 5.2.10
2023-11-04 20:03:55 +01:00
R. Ryantm
046124bd61
panoply: 5.2.9 -> 5.2.10
2023-11-04 16:31:20 +00:00
Weijia Wang
9627659c22
Merge branch 'master' into staging-next
2023-11-04 17:27:09 +01:00
Yaya
13b121bee9
sharedown: mark broken
2023-11-04 08:14:08 -07:00
Nick Cao
e9feb1ec58
Merge pull request #265299 from r-ryantm/auto-update/pokeget-rs
...
pokeget-rs: 1.3.0 -> 1.4.0
2023-11-04 10:38:41 -04:00
Florian Brandes
fbc5e23ebd
sqlite3-to-mysql: 2.0.3 -> 2.1.1
...
Changelog: https://github.com/techouse/sqlite3-to-mysql/blob/master/CHANGELOG.md
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-11-04 11:01:13 +01:00
github-actions[bot]
b90e2fc451
Merge staging-next into staging
2023-11-04 06:01:49 +00:00
github-actions[bot]
10d3ba75f0
Merge master into staging-next
2023-11-04 06:01:18 +00:00
Aaron Jheng
02b60b82a3
gh-ost: 1.1.5 -> 1.1.6
2023-11-04 10:45:19 +08:00
adisbladis
4029d9eec2
Merge pull request #265018 from r-ryantm/auto-update/trillian
...
trillian: 1.5.2 -> 1.5.3
2023-11-04 15:36:34 +13:00
Weijia Wang
44f16f33cc
Merge branch 'master' into staging-next
2023-11-04 01:43:45 +01:00
Weijia Wang
5e0030edd6
Merge pull request #264064 from r-ryantm/auto-update/jfrog-cli
...
jfrog-cli: 2.50.0 -> 2.50.4
2023-11-04 01:21:33 +01:00
Weijia Wang
dbe802d26e
Merge pull request #263943 from r-ryantm/auto-update/birdfont
...
birdfont: 2.33.1 -> 2.33.3
2023-11-04 01:17:01 +01:00
Weijia Wang
47c63fb62e
Merge pull request #263064 from r-ryantm/auto-update/xmlbird
...
xmlbird: 1.2.12 -> 1.2.14
2023-11-04 00:49:38 +01:00
Weijia Wang
8cbc380d7f
Merge pull request #262912 from r-ryantm/auto-update/vttest
...
vttest: 20230201 -> 20230924
2023-11-04 00:40:15 +01:00
R. Ryantm
36ed40c632
pokeget-rs: 1.3.0 -> 1.4.0
2023-11-03 19:11:20 +00:00
github-actions[bot]
d34372f579
Merge staging-next into staging
2023-11-03 18:01:52 +00:00
github-actions[bot]
3c43b804d4
Merge master into staging-next
2023-11-03 18:01:23 +00:00
Solène Rapenne
b55d20d7c4
treewide: remove myself as maintainer
2023-11-03 18:09:17 +01:00
Weijia Wang
cbb6f1b48a
Merge pull request #265146 from r-ryantm/auto-update/pfetch-rs
...
pfetch-rs: 2.7.0 -> 2.8.1
2023-11-03 15:54:30 +01:00
Marcin Kulik
71a1739942
asciinema: 2.3.0 -> 2.4.0
2023-11-03 15:45:25 +01:00
Nick Cao
acae8afe78
Merge pull request #265192 from r-ryantm/auto-update/gosu
...
gosu: 1.16 -> 1.17
2023-11-03 10:01:55 -04:00
Nick Cao
c516ead20c
Merge pull request #265112 from mweinelt/esphome-2023.10.6
...
esphome: 2023.10.5 -> 2023.10.6
2023-11-03 09:53:37 -04:00
Nick Cao
b556c438ae
Merge pull request #265138 from r-ryantm/auto-update/otel-cli
...
otel-cli: 0.4.0 -> 0.4.1
2023-11-03 09:49:53 -04:00
Jonathan Davies
c9eed91c4b
vector: 0.33.0 → 0.33.1
2023-11-03 13:48:53 +00:00
Ilan Joselevich
85713068d9
Merge pull request #265033 from khaneliman/fastfetch
...
fastfetch: 2.2.0 -> 2.2.1
2023-11-03 12:13:05 +00:00
markuskowa
47ccb8918f
Merge pull request #257760 from elohmeier/ollama
...
ollama: 0.0.17 -> 0.1.7
2023-11-03 13:10:30 +01:00
markuskowa
c3925ac3c3
Merge pull request #264600 from r-ryantm/auto-update/hdf5
...
hdf5: 1.14.2 -> 1.14.3
2023-11-03 12:22:26 +01:00
R. Ryantm
39db890aa8
gosu: 1.16 -> 1.17
2023-11-03 09:56:27 +00:00
github-actions[bot]
41ef1f3277
Merge master into staging-next
2023-11-03 06:01:08 +00:00
R. Ryantm
82d31934b2
pfetch-rs: 2.7.0 -> 2.8.1
2023-11-03 04:47:33 +00:00
R. Ryantm
bb1e6d94a2
otel-cli: 0.4.0 -> 0.4.1
2023-11-03 03:26:28 +00:00
R. Ryantm
3bbebb0d11
opentelemetry-collector: 0.87.0 -> 0.88.0
2023-11-03 02:30:54 +00:00
OTABI Tomoya
6847716409
Merge pull request #264692 from wegank/gdal-fix-pre
...
superlu, apbs, hdf4: fix build with clang 16
2023-11-03 10:39:45 +09:00
R. Ryantm
2b99bc39c3
open-pdf-sign: 0.1.6 -> 0.1.7
2023-11-03 00:45:10 +00:00
Martin Weinelt
67006f41c2
esphome: 2023.10.5 -> 2023.10.6
...
https://github.com/esphome/esphome/releases/tag/2023.10.6
2023-11-03 00:31:23 +01:00
Austin Horstman
2562ebd535
fastfetch: 2.2.0 -> 2.2.1
2023-11-02 14:58:46 -05:00
Austin Horstman
160ba578a7
fastfetch: fix darwin build
2023-11-02 14:58:46 -05:00
Austin Horstman
c7b48c75c8
fastfetch: fix uninitialized error
2023-11-02 14:29:09 -05:00
github-actions[bot]
29efc257c0
Merge master into staging-next
2023-11-02 18:01:07 +00:00
Weijia Wang
4d4a531350
Merge pull request #263931 from r-ryantm/auto-update/go-ios
...
go-ios: 1.0.117 -> 1.0.120
2023-11-02 18:12:30 +01:00
R. Ryantm
6a9d4b04e1
trillian: 1.5.2 -> 1.5.3
2023-11-02 13:33:47 +00:00
Enno Richter
ea3a7c56fd
ollama: 0.0.17 -> 0.1.7, use llama-cpp
2023-11-02 09:31:58 +01:00
github-actions[bot]
e67e95c1d1
Merge master into staging-next
2023-11-02 06:01:16 +00:00
R. Ryantm
919bcbef8a
mongodb-compass: 1.40.2 -> 1.40.4
2023-11-02 04:02:31 +00:00
Martin Weinelt
17cc6d5d02
Merge pull request #264707 from mweinelt/esphome-2023.10.5
...
esphome: 2023.10.4 -> 2023.10.5
2023-11-02 02:05:54 +01:00
github-actions[bot]
cd7af6170b
Merge master into staging-next
2023-11-01 18:01:01 +00:00
Franz Pletz
9e93d62a96
Merge pull request #263738 from sochotnicky/wakapi-0.9.2
2023-11-01 17:41:41 +01:00
Franz Pletz
03e14045c4
Merge pull request #264792 from Gerg-L/fastfetch
2023-11-01 17:38:27 +01:00
Nick Cao
f38d98350d
Merge pull request #264750 from vinnymeller/update-twm
...
twm: 0.7.0 -> 0.8.0
2023-11-01 09:27:00 -04:00
Nick Cao
6b6c801541
Merge pull request #264645 from figsoda/fw
...
fw: 2.17.1 -> 2.18.0
2023-11-01 09:16:53 -04:00
github-actions[bot]
4a533d29ce
Merge master into staging-next
2023-11-01 12:01:10 +00:00
Gerg-L
f091204dc9
fastfetch: 2.1.2 -> 2.2.0
2023-11-01 07:43:20 -04:00
Fabian Affolter
803bb08b6c
mapcidr: 1.1.13 -> 1.1.14
...
Diff: https://github.com/projectdiscovery/mapcidr/compare/refs/tags/v1.1.13...v1.1.14
Changelog: https://github.com/projectdiscovery/mapcidr/releases/tag/v1.1.14
2023-11-01 09:30:24 +01:00
Vlad M
fa534e0e20
Merge pull request #264367 from r-ryantm/auto-update/broot
...
broot: 1.26.1 -> 1.27.0
2023-11-01 09:43:39 +02:00
Vinny Meller
6ce1da560c
twm: 0.7.0 -> 0.8.0
2023-11-01 02:32:03 -04:00
Martin Weinelt
be1034e95c
esphome: 2023.10.4 -> 2023.10.5
...
https://github.com/esphome/esphome/releases/tag/2023.10.5
2023-11-01 02:13:07 +01:00
github-actions[bot]
0d2063b693
Merge master into staging-next
2023-11-01 00:02:16 +00:00
Fabián Heredia Montiel
5b51667aaf
Merge pull request #264629 from r-ryantm/auto-update/infracost
...
infracost: 0.10.29 -> 0.10.30
2023-10-31 17:42:10 -06:00
Weijia Wang
d5f9e4c783
hdf4: fix build with clang 16
2023-11-01 00:34:36 +01:00
Anderson Torres
5ff9d48070
spigot: migrate to by-name
2023-10-31 20:29:23 -03:00
Stanisław Pitucha
e528d0864b
libcpuid: migrate to by-name
2023-10-31 19:52:07 +01:00
Stanisław Pitucha
7bf13dc207
libcpuid: 0.6.3 -> 0.6.4
2023-10-31 19:52:07 +01:00
figsoda
007fe10c6c
fw: 2.17.1 -> 2.18.0
...
Diff: https://github.com/brocode/fw/compare/v2.17.1...v2.18.0
2023-10-31 14:40:56 -04:00
github-actions[bot]
81270bbdcf
Merge master into staging-next
2023-10-31 18:01:02 +00:00
R. Ryantm
9df5f1f390
infracost: 0.10.29 -> 0.10.30
2023-10-31 17:17:08 +00:00
Nick Cao
096951932f
Merge pull request #264587 from r-ryantm/auto-update/gh-actions-cache
...
gh-actions-cache: 1.0.3 -> 1.0.4
2023-10-31 12:10:00 -04:00
Artturi
6f7f8031f5
Merge pull request #260726 from gmacon/parallel-gawk
2023-10-31 17:58:10 +02:00
R. Ryantm
11595eb346
hdf5: 1.14.2 -> 1.14.3
2023-10-31 14:54:05 +00:00
R. Ryantm
2348f5726e
gotify-desktop: 1.3.1 -> 1.3.2
2023-10-31 14:52:28 +00:00
Franz Pletz
d8a8779f1a
Merge pull request #256092 from samueltardieu/android-tools-34.0.4
2023-10-31 15:45:39 +01:00
Fabian Affolter
60ca69b84a
Merge pull request #264487 from r-ryantm/auto-update/mapcidr
...
mapcidr: 1.1.11 -> 1.1.13
2023-10-31 15:41:39 +01:00
R. Ryantm
a87f9d01b7
gh-actions-cache: 1.0.3 -> 1.0.4
2023-10-31 13:34:42 +00:00
github-actions[bot]
2fd5f8dd7a
Merge master into staging-next
2023-10-31 12:01:11 +00:00
Michele Guerini Rocco
363459e763
Merge pull request #264189 from rnhmjoj/pr-ddcutil
...
ddcutil: 1.4.2 -> 2.0.0
2023-10-31 11:27:49 +01:00
github-actions[bot]
97868dae8e
Merge master into staging-next
2023-10-31 06:00:58 +00:00
Mario Rodas
82bc9aab72
Merge pull request #264465 from figsoda/boxxy
...
boxxy: 0.8.1 -> 0.8.3
2023-10-30 22:22:48 -05:00
Mario Rodas
56764a2e38
Merge pull request #264428 from figsoda/fclones
...
fclones: 0.33.1 -> 0.34.0
2023-10-30 21:38:34 -05:00
R. Ryantm
c6d601daf5
mapcidr: 1.1.11 -> 1.1.13
2023-10-31 00:47:24 +00:00
github-actions[bot]
135430eb60
Merge master into staging-next
2023-10-31 00:02:27 +00:00
Peder Bergebakken Sundt
17283f6620
Merge pull request #243131 from algernon/rcc-2.1
...
riemann_c_client: Optional TLS support & other changes
2023-10-31 00:05:15 +01:00
figsoda
3530242d18
boxxy: 0.8.1 -> 0.8.3
...
Diff: https://github.com/queer/boxxy/compare/v0.8.1...v0.8.3
2023-10-30 18:08:43 -04:00
Olli Helenius
1617eeca67
fend: add package tests
2023-10-30 22:39:35 +02:00
Olli Helenius
749d5f3b0f
fend: add meta.changelog
2023-10-30 22:38:34 +02:00
figsoda
d183f30348
fclones: 0.33.1 -> 0.34.0
...
Diff: https://github.com/pkolaczk/fclones/compare/v0.33.1...v0.34.0
Changelog: https://github.com/pkolaczk/fclones/releases/tag/v0.34.0
2023-10-30 15:35:52 -04:00
Janik
a28ac41fe8
Merge pull request #263530 from 0x4A6F/master-atuin
...
atuin: 16.0.0 -> 17.0.1
2023-10-30 20:25:48 +01:00
figsoda
2695b2dce6
Merge pull request #264347 from r-ryantm/auto-update/nomino
...
nomino: 1.3.2 -> 1.3.3
2023-10-30 15:13:08 -04:00
github-actions[bot]
931938d1df
Merge master into staging-next
2023-10-30 18:01:02 +00:00
R. Ryantm
16b7da228a
broot: 1.26.1 -> 1.27.0
2023-10-30 14:21:17 +00:00
R. Ryantm
eacd6b5ab8
nomino: 1.3.2 -> 1.3.3
2023-10-30 13:05:35 +00:00
Nick Cao
ccb472c42f
Merge pull request #264341 from mweinelt/esphome-2023.10.4
...
esphome: 2023.10.3 -> 2023.10.4
2023-10-30 08:51:36 -04:00
Nick Cao
cbb757611f
Merge pull request #264330 from r-ryantm/auto-update/cf-terraforming
...
cf-terraforming: 0.14.0 -> 0.15.0
2023-10-30 08:42:51 -04:00
Mario Rodas
07814cea6e
Merge pull request #264176 from r-ryantm/auto-update/chezmoi
...
chezmoi: 2.40.0 -> 2.40.4
2023-10-30 07:31:06 -05:00
Martin Weinelt
310d019527
esphome: 2023.10.3 -> 2023.10.4
...
https://github.com/esphome/esphome/releases/tag/2023.10.4
2023-10-30 12:53:47 +01:00
R. Ryantm
6d8ef00edc
cf-terraforming: 0.14.0 -> 0.15.0
2023-10-30 10:34:25 +00:00
Mario Rodas
22c601148e
chezmoi: 2.40.3 -> 2.40.4
...
Diff: https://github.com/twpayne/chezmoi/compare/v2.40.3...v2.40.4
Changelog: https://github.com/twpayne/chezmoi/releases/tag/v2.40.4
2023-10-30 04:20:00 +00:00
Isa
05adcfc5f4
graylog-5_1: 5.1.4 -> 5.1.7
2023-10-30 00:36:17 +01:00
github-actions[bot]
64070c2fda
Merge master into staging-next
2023-10-29 18:01:23 +00:00
Weijia Wang
618c38d746
Merge pull request #263859 from r-ryantm/auto-update/multitail
...
multitail: 7.0.0 -> 7.1.1
2023-10-29 17:05:13 +01:00
rnhmjoj
c2ac35cf62
ddcutil: 1.4.2 -> 2.0.0
2023-10-29 16:47:57 +01:00
Rick van Schijndel
ec43978695
Merge pull request #263932 from paumr/maintainers_paumr
...
paumr: add maintainer, archi: add paumr as maintainer
2023-10-29 15:51:31 +01:00
R. Ryantm
2cb8f62d52
chezmoi: 2.40.0 -> 2.40.3
2023-10-29 14:15:11 +00:00
Michele Guerini Rocco
8ab0e6fdae
Merge pull request #264129 from r-ryantm/auto-update/bdf2psf
...
bdf2psf: 1.222 -> 1.223
2023-10-29 15:04:20 +01:00
github-actions[bot]
571f1df5e4
Merge master into staging-next
2023-10-29 12:00:57 +00:00
Ryan Lahfa
0891a9099b
Merge pull request #259884 from RaitoBezarius/drop-graylog-eol
2023-10-29 12:54:15 +01:00
R. Ryantm
67be9f80f8
bdf2psf: 1.222 -> 1.223
2023-10-29 08:35:57 +00:00
0x4A6F
17983c800b
atuin: 17.0.0 -> 17.0.1
...
- Release: https://github.com/atuinsh/atuin/releases/tag/v17.0.1
- Changes: https://github.com/atuinsh/atuin/compare/v17.0.0...v17.0.1
2023-10-29 08:54:15 +01:00
R. Ryantm
d250b90560
jfrog-cli: 2.50.0 -> 2.50.4
2023-10-29 00:25:40 +00:00
github-actions[bot]
954eb09381
Merge master into staging-next
2023-10-29 00:02:24 +00:00
Pierre Bourdon
0b9c0d5a5c
Merge pull request #263962 from orhun/add/daktilo
...
daktilo: init at 0.5.0
2023-10-28 22:23:21 +02:00
Orhun Parmaksız
419c865d5b
daktilo: init at 0.5.0
2023-10-28 21:16:12 +02:00
github-actions[bot]
52b6b90243
Merge master into staging-next
2023-10-28 18:00:57 +00:00
Guillaume Girol
72a0006e04
Merge pull request #262457 from muscaln/qdl
...
qdl: 2021-05-06 > 2023-04-11
2023-10-28 16:45:06 +02:00
paumr
d0580c2d49
archi: added paumr as maintainer
2023-10-28 15:15:40 +02:00
OTABI Tomoya
b1f3e2614e
multitail: update meta
...
- use the fork url as the homepage instead of the original one
- change the license to asl20
2023-10-28 22:05:37 +09:00
R. Ryantm
ec6bb917d2
birdfont: 2.33.1 -> 2.33.3
2023-10-28 11:09:29 +00:00
R. Ryantm
82d6672cc9
go-ios: 1.0.117 -> 1.0.120
2023-10-28 09:33:54 +00:00
github-actions[bot]
81ed2302dc
Merge master into staging-next
2023-10-28 06:00:57 +00:00
Peder Bergebakken Sundt
dc42e2603b
Merge pull request #263335 from anthonyroussel/nixos-goss
...
nixos/goss: init
2023-10-28 06:36:43 +02:00
Weijia Wang
59c1bc2c1f
Merge pull request #262858 from r-ryantm/auto-update/viddy
...
viddy: 0.3.7 -> 0.4.0
2023-10-28 04:37:14 +02:00
Weijia Wang
9b35c047c3
Merge pull request #262635 from r-ryantm/auto-update/usbimager
...
usbimager: 1.0.9 -> 1.0.10
2023-10-28 04:19:26 +02:00
Weijia Wang
a3095de3b3
Merge pull request #261951 from r-ryantm/auto-update/rtx
...
rtx: 2023.10.1 -> 2023.10.2
2023-10-28 03:41:32 +02:00
Weijia Wang
59924f3101
Merge pull request #261383 from r-ryantm/auto-update/ddccontrol
...
ddccontrol: 0.6.3 -> 1.0.0
2023-10-28 03:27:35 +02:00
Weijia Wang
ff99602138
Merge pull request #260800 from r-ryantm/auto-update/profile-sync-daemon
...
profile-sync-daemon: 6.48 -> 6.50
2023-10-28 02:57:32 +02:00
Weijia Wang
90efef2f61
Merge pull request #260787 from r-ryantm/auto-update/panicparse
...
panicparse: 2.2.0 -> 2.3.1
2023-10-28 02:56:01 +02:00
Weijia Wang
ad51ee1988
Merge pull request #260147 from r-ryantm/auto-update/gwe
...
gwe: 0.15.5 -> 0.15.6
2023-10-28 02:33:45 +02:00
R. Ryantm
c4e8ee187b
multitail: 7.0.0 -> 7.1.1
2023-10-27 22:10:45 +00:00
github-actions[bot]
4c838ddf14
Merge master into staging-next
2023-10-27 18:01:08 +00:00
Mario Rodas
04b02e2964
Merge pull request #263722 from r-ryantm/auto-update/fuc
...
fuc: 1.1.8 -> 1.1.9
2023-10-27 09:09:23 -05:00
github-actions[bot]
4a5044c558
Merge master into staging-next
2023-10-27 12:01:12 +00:00
Gaetan Lepage
44f7a8c2f2
nbqa: disable failing test
2023-10-27 12:01:15 +02:00
Stanislav Ochotnický
59ebe39f7b
wakapi: 2.9.1 -> 2.9.2
...
Also fixes version reported on startup and in web UI
2023-10-27 10:38:59 +02:00
R. Ryantm
c0aea7a771
fuc: 1.1.8 -> 1.1.9
2023-10-27 07:25:46 +00:00
Anthony Roussel
9fc549a6df
goss: add passthru.tests.goss and meta.mainProgram
2023-10-27 07:59:50 +02:00
Anthony Roussel
7b553b67cf
goss: ensure bash, getent and systemd are in the PATH
...
This will fix the failing `command` rule of `goss`
which requires the sh binary and use a hardcoded path upstream.
2023-10-27 07:59:47 +02:00
R. Ryantm
077d56eca0
fend: 1.2.2 -> 1.3.1
2023-10-27 04:34:55 +00:00
0x4A6F
fc5f9cae21
atuin: 16.0.0 -> 17.0.0
...
- Release: https://github.com/atuinsh/atuin/releases/tag/v17.0.0
- Changes: https://github.com/atuinsh/atuin/compare/v16.0.0...v17.0.0
2023-10-26 20:44:26 +02:00
github-actions[bot]
96132a216a
Merge master into staging-next
2023-10-26 18:01:02 +00:00
Peder Bergebakken Sundt
4d6d43f444
Merge pull request #263460 from arcuru/rename-arcuru
...
treewide: rename handle/GH account patricksjackson to arcuru
2023-10-26 18:46:42 +02:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next
2023-10-26 10:36:50 +02:00
Mario Rodas
86e692105b
Merge pull request #262851 from r-ryantm/auto-update/tailspin
...
tailspin: 1.5.1 -> 1.6.0
2023-10-25 19:56:35 -05:00
Patrick Jackson
4a938cc665
treewide: rename handle/GH account patricksjackson to arcuru
2023-10-25 15:42:48 -07:00
Lily Foster
e8da6eb318
Merge pull request #249574 from philipwilk/pmbootstrap-update
...
pmbootstrap: 1.50.1->2.0.0
2023-10-25 17:50:37 -04:00
Raito Bezarius
d82ca98b7c
diffoscope: drop unused test_fit
patch
...
We needed that patch before and not anymore, missed drop of the last bump.
2023-10-25 15:59:28 +02:00
Ryan Lahfa
6e0068b034
Merge pull request #257426 from RaitoBezarius/diffoscope
2023-10-25 14:58:02 +01:00
Arnout Engelen
0539c68d8f
Merge pull request #263314 from raboof/grub-update-translations
...
grub2: update translations
2023-10-25 14:52:30 +02:00
Arnout Engelen
0e7db531df
Update grub translations
2023-10-25 12:19:51 +02:00
Weijia Wang
c448dceb08
Merge pull request #261124 from azahi/tbls-1701
...
tbls: minor fixes
2023-10-25 08:56:00 +02:00
Cole Mickens
85933f5deb
Merge pull request #262564 from r-ryantm/auto-update/toastify
...
toastify: 0.5.2 -> 0.5.4
2023-10-24 14:44:00 -07:00
Janik
35d87899f7
Merge pull request #263089 from r-ryantm/auto-update/zitadel-tools
...
zitadel-tools: 0.4.0 -> 0.4.1, and tab-completions
2023-10-24 22:24:47 +02:00
Azat Bahawi
b1b7cbb380
tbls: minor fixes
2023-10-24 23:15:33 +03:00
markuskowa
603d903c9f
Merge pull request #263187 from uninsane/pr-snapper-strict
...
snapper: remove runtime references to build packages
2023-10-24 21:05:38 +02:00
Pierre Bourdon
589c74ae5d
Merge pull request #259272 from delroth/fedifetcher-7.0.0
...
fedifetcher: 5.0.1 -> 7.0.1
2023-10-24 20:12:54 +02:00
Janik H.
13dd75b001
zitadel-tools: add tab-completions
2023-10-24 19:57:08 +02:00
Colin
084da1a3a8
snapper: remove runtime references to build packages
2023-10-24 16:58:09 +00:00
Maximilian Bosch
e4c369b443
Merge pull request #263146 from globin/globin-maintainership
...
treewide: update globin's maintainership
2023-10-24 16:45:43 +02:00
Weijia Wang
2b8b855f85
Merge pull request #263024 from r-ryantm/auto-update/wit-bindgen
...
wit-bindgen: 0.9.0 -> 0.13.0
2023-10-24 16:09:32 +02:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership
2023-10-24 13:09:45 +02:00
Martin Weinelt
81d2c8ba8e
esphome: 2023.10.1 -> 2023.10.3
...
https://github.com/esphome/esphome/releases/tag/2023.10.3
2023-10-24 12:00:39 +02:00
R. Ryantm
7b035d5c62
zitadel-tools: 0.4.0 -> 0.4.1
2023-10-24 07:58:07 +00:00
Uri Baghin
b1fda7cd4a
Merge pull request #255969 from spacekitteh/patch-38
...
opentelemetry-collector-contrib: 0.78.0 -> 0.87.0
2023-10-24 15:53:40 +08:00
Weijia Wang
2b612f7408
Merge pull request #262390 from pbsds/ldflags-casing
...
{turbo,kind}: fix -ldflags casing
2023-10-24 07:42:18 +02:00
R. Ryantm
78583ba088
xmlbird: 1.2.12 -> 1.2.14
2023-10-24 03:52:04 +00:00
Weijia Wang
d9761fdfef
Merge pull request #262959 from r-ryantm/auto-update/wakapi
...
wakapi: 2.8.2 -> 2.9.1
2023-10-24 05:17:46 +02:00
Weijia Wang
def2439167
Merge pull request #262589 from r-ryantm/auto-update/ugs
...
ugs: 2.0.20 -> 2.0.21
2023-10-24 04:38:52 +02:00
Weijia Wang
ad3c558ad4
Merge pull request #262913 from r-ryantm/auto-update/vtm
...
vtm: 0.9.9u -> 0.9.9w.1
2023-10-24 04:37:09 +02:00
Weijia Wang
0ecd44f25d
Merge pull request #261803 from natsukium/audible-cli/update
...
audible-cli: 0.2.4 -> 0.2.5
2023-10-24 04:10:23 +02:00
Weijia Wang
7996313af0
Merge pull request #262993 from figsoda/fclones
...
fclones: 0.32.2 -> 0.33.1
2023-10-24 03:33:51 +02:00
Weijia Wang
a6feda449e
Merge pull request #262937 from wegank/hdf5-fix
...
hdf5: fix runtime error on darwin
2023-10-24 03:28:51 +02:00