Commit Graph

1289 Commits

Author SHA1 Message Date
Austin Horstman
dab930edcf hyprland: use packaged udis86, udis86: update (#542362) 2026-08-18 01:02:53 +00:00
Weijia Wang
474337e90c hyperrogue: 13.1i -> 13.1o (#518526) 2026-08-16 13:49:04 +00:00
Aliaksandr
053ca3ef7a hyprland: use packaged udis86
Assisted-by: codex with gpt-5.6-sol-high
2026-08-16 00:20:55 +03:00
Weijia Wang
ba86ff8f0c hyx: 2024.02.29 -> 2026.01.11 (#479190) 2026-08-15 16:17:56 +00:00
André Silva
8378df25eb hyprutils: 0.14.0 -> 0.14.1 2026-08-14 09:12:42 +01:00
Nick Cao
02e9e2b7a6 hysteria: 2.11.0 -> 2.12.1 (#552050) 2026-08-13 19:57:05 +00:00
nixpkgs-ci[bot]
4ba78c7954 hydrus: 681 -> 683 (#552306) 2026-08-13 18:27:11 +00:00
R. Ryantm
7c719d3cd7 hydrus: 681 -> 683 2026-08-13 13:42:55 +00:00
R. Ryantm
bf2496d04c hydralauncher: 4.0.6 -> 4.1.1 2026-08-13 09:28:09 +00:00
R. Ryantm
39c704af59 hysteria: 2.11.0 -> 2.12.1 2026-08-12 22:32:32 +00:00
Peder Bergebakken Sundt
a9ca345954 hydrus: update dependencies, set mainProgram, add pillow-jxl-plugin (#543307) 2026-08-12 13:14:19 +00:00
KunyaKud
b2d2067d53 hydrus: update dependecies, set mainProgram 2026-08-11 19:05:22 +02:00
R. Ryantm
4116e64484 hyprland: 0.56.1 -> 0.56.2 2026-08-09 20:29:48 +00:00
Donovan Glover
e5df4e12cd hyprmoncfg: 1.9.0 -> 1.9.1 (#550542) 2026-08-09 01:29:08 +00:00
Peder Bergebakken Sundt
db9a2b086c appimageTools: warn on deprecated type-specific aliases (#546396) 2026-08-08 21:18:59 +00:00
Carmine Paolino
0ccd638de4 hyprmoncfg: 1.9.0 -> 1.9.1 2026-08-08 19:58:17 +02:00
Weijia Wang
f538c12497 hydrogen-web{,-unwrapped}: migrate to by-name, refactor (#535401) 2026-08-07 22:09:51 +00:00
Ben Siraphob
9328e894fd pkgs/by-name: fix typos (#549386) 2026-08-07 19:02:08 +00:00
nixpkgs-ci[bot]
668078d306 hydrus: 679 -> 681 (#546017) 2026-08-07 17:25:37 +00:00
R. Ryantm
17545db5d0 hyperrogue: 13.1i -> 13.1o 2026-08-06 10:05:55 +00:00
Ben Siraphob
5506449838 pkgs/by-name: fix typos
Assisted-by: Claude Code (claude-opus-5)
2026-08-05 09:56:33 -07:00
Carmine Paolino
5df11d9b7d hyprmoncfg: 1.8.0 -> 1.9.0 2026-08-05 18:39:13 +02:00
Sam Estep
5ac5ff63bd nix-eval-jobs: 2.34.3 -> 2.35.0
Assisted-by: Claude:opus-5
2026-08-05 07:34:35 -04:00
R. Ryantm
bd63c53624 hydrus: 679 -> 681 2026-08-04 20:51:11 +00:00
Sergei Volkov
e0832b8783 hyprland: fix build by relaxing glaze dependency 2026-08-04 20:57:11 +02:00
nixpkgs-ci[bot]
083baeaee5 hysteria: 2.9.1 -> 2.11.0 (#523604) 2026-08-04 11:51:20 +00:00
Gaetan Lepage
1d981c1a82 hyperscan: fix build by switching from pcre2 to pcre 2026-08-04 07:50:44 +00:00
Gaetan Lepage
cb307745f0 hyperscan: enable __structuredAttrs and strictDeps 2026-08-04 07:38:25 +00:00
R. Ryantm
deb94d60a6 hysteria: 2.9.1 -> 2.11.0 2026-08-04 06:05:10 +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
夜坂雅
da50cfbb4e hyena: drop 2026-07-28 21:39:46 +08:00
André Silva
e3b32431a1 hyprland: 0.56.0 -> 0.56.1 2026-07-27 20:02:42 +01:00
Masum Reza
d8c78881ea hypridle: 0.1.7 -> 0.1.8 (#546080) 2026-07-27 04:05:00 +00:00
André Silva
48b5ed93cc hypridle: 0.1.7 -> 0.1.8 2026-07-26 22:38:29 +01:00
R. Ryantm
fd63c1cfae hydralauncher: 4.0.5 -> 4.0.6 2026-07-26 13:46:38 +00:00
Martin Weinelt
5992b69d1f hyperscan: mark static build broken, replace pcre with pcre2
> CMake Error at cmake/arch.cmake:108 (message):
>   A minimum of SSSE3 compiler support is required
> Call Stack (most recent call first):
>   CMakeLists.txt:340 (include)
2026-07-23 20:54:58 +02:00
Samiser
0717381b14 hyprmagnifier: remove 2026-07-23 12:58:04 +00:00
Samiser
a7509061cb hyprmag: init at 2.2.0 2026-07-23 12:57:29 +00:00
Donovan Glover
0a9bf765b1 hyprpanel: drop (#544274) 2026-07-23 03:48:25 +00:00
R. Ryantm
62d4d822fa hyprsunset: 0.3.3 -> 0.4.0 2026-07-22 01:47:17 +00:00
Perchun Pak
5510b23d77 hyprpanel: drop 2026-07-21 18:21:13 +02:00
André Silva
58cf1f344f hyprutils: 0.13.1 -> 0.14.0 2026-07-20 11:12:08 +01:00
André Silva
04ae552b11 hypr*: use gcc 16 2026-07-20 10:59:13 +01:00
André Silva
035c487b76 hyprland: 0.55.4 -> 0.56.0 2026-07-20 10:07:46 +01:00
Masum Reza
0c70e19b13 hyprlock: 0.9.5 -> 0.9.6 (#543350) 2026-07-18 23:09:28 +00:00
R. Ryantm
ce2a87c5c7 hyprlock: 0.9.5 -> 0.9.6 2026-07-18 22:34:38 +00:00
nixpkgs-ci[bot]
654b5062c6 hydrus: 675 -> 679 (#515005) 2026-07-18 18:58:10 +00:00
R. Ryantm
397ac92324 hydrus: 675 -> 679 2026-07-17 14:05:39 +00:00
R. Ryantm
4678fe9cd8 hydralauncher: 4.0.4 -> 4.0.5 2026-07-17 09:10:12 +00:00
Jo
134518cebe treewide: avoid using singleton lists for licenses (#535754) 2026-07-15 18:25:37 +00:00