Commit graph

21495 commits

Author SHA1 Message Date
github-actions[bot] fd6d62aa3d
Merge staging-next into staging 2024-03-12 00:02:37 +00:00
Jonathan Davies cadfa9d941 vector: 0.36.0 → 0.36.1 2024-03-11 21:53:41 +00:00
Josh Bainbridge c42d695778
mods: 1.1.0 -> 1.2.2
Signed-off-by: Josh Bainbridge <josh.bainbridge@gmail.com>
2024-03-11 19:32:47 +00:00
github-actions[bot] 06e5eb63d3
Merge staging-next into staging 2024-03-11 18:01:53 +00:00
Pol Dellaiera 54c52cb276
Merge pull request #294334 from ShamrockLee/sourceroot-fix
treewide: fix hard-coded `sourceRoot` prefix for `fetchgit`-based `src`
2024-03-11 16:50:57 +01:00
Nick Cao 65176a0b2f
Merge pull request #294984 from r-ryantm/auto-update/pfetch-rs
pfetch-rs: 2.9.0 -> 2.9.1
2024-03-11 11:09:15 -04:00
Nick Cao e6045f869e
Merge pull request #294947 from r-ryantm/auto-update/broot
broot: 1.35.0 -> 1.36.0
2024-03-11 11:01:10 -04:00
R. Ryantm 4b0ec53c5b pfetch-rs: 2.9.0 -> 2.9.1 2024-03-11 13:34:29 +00:00
github-actions[bot] 339816cfdf
Merge staging-next into staging 2024-03-11 12:01:42 +00:00
R. Ryantm 95369bd5ca broot: 1.35.0 -> 1.36.0 2024-03-11 11:04:46 +00:00
nikstur 6cffa9dfe2
Merge pull request #292000 from r-ryantm/auto-update/rshim-user-space
rshim-user-space: 2.0.12 -> 2.0.20
2024-03-11 11:56:21 +01:00
github-actions[bot] e5f37c0e88
Merge staging-next into staging 2024-03-11 00:02:46 +00:00
R. Ryantm 8d7bdc5b4a fzf: 0.46.1 -> 0.47.0 2024-03-11 07:20:49 +10:00
github-actions[bot] 43d40d2ee7
Merge staging-next into staging 2024-03-10 18:01:43 +00:00
Nick Cao f91f52a6fe
Merge pull request #294735 from r-ryantm/auto-update/moar
moar: 1.23.6 -> 1.23.7
2024-03-10 10:49:16 -04:00
R. Ryantm bb32083081 moar: 1.23.6 -> 1.23.7 2024-03-10 13:20:44 +00:00
R. Ryantm de0d634bbd dua: 2.28.0 -> 2.29.0 2024-03-10 12:52:26 +00:00
github-actions[bot] 973ef4b818
Merge staging-next into staging 2024-03-10 06:01:30 +00:00
Mario Rodas 1dc508f72c yt-dlp: 2023.12.30 -> 2024.3.10
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2024.03.10
2024-03-10 04:20:00 +00:00
Emily f46d58c585
Merge pull request #291906 from stuebinm/mattermost-mmctl-merge
mmctl: 9.2.2 → 9.5.1, use override on mattermost
2024-03-10 02:27:36 +01:00
github-actions[bot] 3ce29d4386
Merge staging-next into staging 2024-03-10 00:02:48 +00:00
Nick Cao 676c56d0c4
Merge pull request #294077 from r-ryantm/auto-update/star-history
star-history: 1.0.18 -> 1.0.19
2024-03-09 19:00:58 -05:00
Arjan Schrijver d94d2d401a ntfy-sh: 2.8.0 -> 2.9.0 2024-03-09 21:44:52 +01:00
github-actions[bot] 1966fd4ba6
Merge staging-next into staging 2024-03-09 18:01:41 +00:00
Nick Cao 0dc4656157
Merge pull request #294449 from r-ryantm/auto-update/ugs
ugs: 2.1.5 -> 2.1.6
2024-03-09 11:03:34 -05:00
Nick Cao d8824fc3c0
Merge pull request #294337 from r-ryantm/auto-update/aichat
aichat: 0.13.0 -> 0.14.0
2024-03-09 10:54:01 -05:00
Weijia Wang 65d42f376d
Merge pull request #294482 from r-ryantm/auto-update/bash_unit
bash_unit: 2.2.0 -> 2.3.1
2024-03-09 16:17:42 +01:00
Kamil Zaripov 0142578e3c
tio: add IOKit to enable custom baudrates on darwin (#289508) 2024-03-09 14:14:13 +01:00
R. Ryantm 916aadd290 bash_unit: 2.2.0 -> 2.3.1 2024-03-09 11:07:25 +00:00
R. Ryantm 0acba9ec4c ugs: 2.1.5 -> 2.1.6 2024-03-09 08:03:49 +00:00
github-actions[bot] c3cf93646a
Merge staging-next into staging 2024-03-09 00:02:40 +00:00
Yueh-Shun Li 91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
Weijia Wang e896700b24
Merge pull request #290753 from detroyejr/tmuxinator
tmuxinator: 3.0.5 -> 3.1.2
2024-03-08 20:59:47 +01:00
Weijia Wang f6a4c012ed
Merge pull request #286236 from eclairevoyant/tgpt
tgpt: 2.0.4 -> 2.7.1, set `passthru.updateScript`, move to `by-name`
2024-03-08 20:23:53 +01:00
R. Ryantm 1180acae33 star-history: 1.0.18 -> 1.0.19 2024-03-08 20:09:48 +01:00
R. Ryantm 8844c068aa aichat: 0.13.0 -> 0.14.0 2024-03-08 19:02:52 +00:00
github-actions[bot] c05ba82277
Merge staging-next into staging 2024-03-08 18:01:49 +00:00
Nick Cao c09dbc3938
Merge pull request #294083 from r-ryantm/auto-update/hunt
hunt: 2.1.0 -> 2.2.0
2024-03-08 10:25:08 -05:00
Weijia Wang c30322be7a
Merge pull request #281693 from r-ryantm/auto-update/edid-decode
edid-decode: unstable-2022-12-14 -> unstable-2024-01-29
2024-03-08 15:00:11 +01:00
Fabian Affolter baf8905783
Merge pull request #294246 from fabaff/time-decode-bump
time-decode: 6.1.0 -> 7.0.2
2024-03-08 13:59:52 +01:00
github-actions[bot] 1d176721c2
Merge staging-next into staging 2024-03-08 12:01:49 +00:00
Vladimír Čunát 335c734226
Merge #292500: staging-next 2024-03-01 2024-03-08 12:35:06 +01:00
Mario Rodas 4fcf3de29c
Merge pull request #294138 from r-ryantm/auto-update/mise
mise: 2024.2.19 -> 2024.3.1
2024-03-08 05:22:15 -05:00
Fabian Affolter f4cb16f6bf time-decode: 6.1.0 -> 7.0.2
Diff: https://github.com/digitalsleuth/time_decode/compare/refs/tags/v6.1.0...v7.0.2

Changelog: https://github.com/digitalsleuth/time_decode/releases/tag/v7.0.2
2024-03-08 10:35:35 +01:00
Fabian Affolter 188c3c2d38 time-decode: refactor 2024-03-08 10:34:42 +01:00
github-actions[bot] a8149b5a27
Merge staging-next into staging 2024-03-08 00:02:46 +00:00
github-actions[bot] bca99088c2
Merge master into staging-next 2024-03-08 00:02:17 +00:00
R. Ryantm 73455089ca mise: 2024.2.19 -> 2024.3.1 2024-03-07 22:24:19 +00:00
Martin Weinelt 2804976d6a
Merge pull request #293616 from mweinelt/esphome-2024.2.2
esphome: 2024.2.1 -> 2024.2.2
2024-03-07 22:52:22 +01:00
Pamplemousse 739c450d1e bash_unit: run tests in checkPhase 2024-03-07 12:28:31 -07:00