Commit Graph

376 Commits

Author SHA1 Message Date
Weijia Wang
1b823b2610 hisat2: 2.2.2 -> 2.2.3 (#547903) 2026-08-17 22:59:26 +00:00
Sigmanificient
c2a892e255 highlight: add meta.changelog 2026-08-16 19:59:35 +02:00
R. Ryantm
7e4b8eee15 highlight: 4.20 -> 4.21 2026-08-16 00:34:35 +00:00
4evy
f5087b90fb nixosTests.hister: init 2026-08-13 11:40:00 +03:00
4evy
3792e2049d hister: init at 0.17.0 2026-08-13 11:40:00 +03:00
Peder Bergebakken Sundt
db9a2b086c appimageTools: warn on deprecated type-specific aliases (#546396) 2026-08-08 21:18:59 +00:00
Nick Cao
31298f284c hiredis: 1.4.0 -> 1.4.1 (#549981) 2026-08-07 17:48:55 +00:00
Guy Chronister
215c1dafef highlight: migrate to by-name
Assisted-by: Cursor Composer 2.5
2026-08-07 18:13:56 +02:00
R. Ryantm
d27c369816 hiredis: 1.4.0 -> 1.4.1 2026-08-06 20:09:46 +00:00
R. Ryantm
5a00946af2 hisat2: 2.2.2 -> 2.2.3 2026-07-31 21:25:20 +00:00
bitbloxhub
c831bab4ac appimageTools: warn on deprecated type-specific aliases
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
  ast-grep \
    --lang nix \
    --pattern "\$TOOLS.$old" \
    --rewrite '$TOOLS.extract' \
    --update-all \
    pkgs
done

ast-grep \
  --lang nix \
  --pattern '$TOOLS.wrapType1' \
  --rewrite '$TOOLS.wrapType2' \
  --update-all \
  pkgs
```

Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
Clément DOUIN
8bf62cf4a7 himalaya: 1.2.0 -> 2.0.0 2026-07-26 14:43:44 +02:00
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
4evy
f179771c84 maintainers: rename FlameFlag to _4evy 2026-07-04 23:36:38 +03:00
Nick Cao
539727fc18 highlight-pointer: 1.2 -> 1.3 (#537080) 2026-06-30 20:36:22 +00:00
R. Ryantm
a16604caff highlight-pointer: 1.2 -> 1.3 2026-06-30 14:25:12 +00:00
R. Ryantm
4901ce733e high-tide: 1.3.1 -> 1.5.0 2026-06-30 12:21:57 +00:00
Sandro Jäckel
ccf8acd1b5 python314Packages.python-mpd2: rename from mpd2 2026-06-29 17:39:24 +02:00
Peder Bergebakken Sundt
900afd987f higan: 115-unstable-2024-09-04 -> 115-unstable-2025-08-30 (#533965) 2026-06-24 12:45:19 +00:00
Nick Cao
8ed98ca332 highscore-mgba: 0-unstable-2026-06-02 -> 0-unstable-2026-06-19 (#533352) 2026-06-22 19:42:59 +00:00
Nick Cao
5deb3b46f2 highscore-sameboy: 0-unstable-2026-04-01 -> 0-unstable-2026-06-16 (#533351) 2026-06-22 19:42:30 +00:00
Nick Cao
b30a7cd03f highscore-bsnes: 0-unstable-2026-02-17 -> 0-unstable-2026-05-27 (#533350) 2026-06-22 19:42:11 +00:00
Thomas Butter
c69a50cd71 higan: 115-unstable-2024-09-04 -> 115-unstable-2025-08-30 2026-06-20 08:36:21 +00:00
R. Ryantm
65bae5692e highscore-mgba: 0-unstable-2026-06-02 -> 0-unstable-2026-06-19 2026-06-19 16:44:45 +00:00
R. Ryantm
2aa5df058c highscore-sameboy: 0-unstable-2026-04-01 -> 0-unstable-2026-06-16 2026-06-19 16:42:06 +00:00
R. Ryantm
d9d8aa6315 highscore-bsnes: 0-unstable-2026-02-17 -> 0-unstable-2026-05-27 2026-06-19 16:40:38 +00:00
Hythera
97b8f17973 various: adopt packages by redis team 2026-06-16 16:19:58 +02:00
Sandro
9ed4a2d3d0 hinoirisetr: init at 1.6.3 (#521988) 2026-06-14 21:15:03 +00:00
R. Ryantm
0a7f890c17 highscore-mgba: 0-unstable-2026-05-21 -> 0-unstable-2026-06-02 2026-06-10 07:34:07 +00:00
Marcin Serwin
25a14a363a highscore-prosystem: 0-unstable-2025-12-27 -> 0-unstable-2026-05-16 (#517267) 2026-06-04 09:04:51 +00:00
Marcin Serwin
e11f655513 highscore-nestopia: 0-unstable-2026-03-03 -> 0-unstable-2026-05-31 (#517266) 2026-06-04 09:04:49 +00:00
Marcin Serwin
e59a4c3c1d highscore-stella: 0-unstable-2026-04-02 -> 0-unstable-2026-06-01 (#517269) 2026-06-04 09:04:16 +00:00
R. Ryantm
825a9ca101 hiredis: 1.3.0 -> 1.4.0 2026-06-03 14:47:57 +00:00
Clément
5d26766cbf treewide: add missing meta.homepage with source git repository
Added homepage where missing, where the sources are pulled from:
- https://github.com
- https://git.sr.ht
- https://gitlab.com
- https://invent.kde.org
- https://codeberg.org
- https://gitlab.gnome.org
- https://gitlab.freedesktop.org
- https://git.FreeBSD.org
- https://salsa.debian.org
- https://git.tvdr.de
- https://git.suckless.org
2026-06-01 23:40:52 +02:00
R. Ryantm
2aae144ec1 highscore-stella: 0-unstable-2026-04-02 -> 0-unstable-2026-06-01 2026-06-01 02:30:40 +00:00
R. Ryantm
f25ca45fd1 highscore-nestopia: 0-unstable-2026-03-03 -> 0-unstable-2026-05-31 2026-06-01 02:24:54 +00:00
phanirithvij
2c190b59c1 various: use fetchFromCodeberg
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2026-05-30 17:58:31 +05:30
Kiran Rubin
33bb95dfa0 hinoirisetr: init at 1.6.3 2026-05-30 00:45:17 +03:00
Nick Cao
aeade9ae2c highscore-mgba: 0-unstable-2026-05-01 -> 0-unstable-2026-05-21 (#523274) 2026-05-26 18:52:04 +00:00
R. Ryantm
61522aadcf highscore-mgba: 0-unstable-2026-05-01 -> 0-unstable-2026-05-21 2026-05-23 08:07:41 +00:00
R. Ryantm
960d362c8d highscore-mednafen: 0-unstable-2026-01-31 -> 0-unstable-2026-05-22 2026-05-23 08:03:17 +00:00
R. Ryantm
d0c7334ad6 highscore-prosystem: 0-unstable-2025-12-27 -> 0-unstable-2026-05-16 2026-05-23 08:02:21 +00:00
Nikolay Korotkiy
838d720d8b hittekaart: 0.1.0 → 0.2.0 (#520750) 2026-05-16 12:07:19 +00:00
Weijia Wang
c09b75d39c hiredis: 1.2.0 -> 1.3.0, adopt (#517392) 2026-05-16 11:46:50 +00:00
Nikolay Korotkiy
669f21a1b5 hittekaart: 0.1.0 → 0.2.0 2026-05-16 12:10:57 +04:00
R. Ryantm
01e03ca565 hidapitester: 0.5 -> 0.6 2026-05-14 10:33:12 +00:00
Sandro
ba98f2d515 hidden-bar: 1.9 -> 1.10 (#517318) 2026-05-14 00:30:45 +00:00
Hythera
1bb4c6be16 hiredis: add hythera as maintainer 2026-05-06 20:54:00 +02:00
Hythera
8318bd7dbf hiredis: 1.2.0 -> 1.3.0
changelog: https://github.com/redis/hiredis/releases/tag/v1.3.0

diff: https://github.com/redis/hiredis/compare/v1.2.0...v1.3.0
2026-05-06 20:53:51 +02:00
Wenxuan Shi
2d0bc09836 hidden-bar: 1.9 -> 1.10
https://github.com/dwarvesf/hidden/releases/tag/v1.10

Upstream changed the macOS artifact from dmg to zip.
2026-05-06 08:48:30 -05:00