R. Ryantm
88e27b11e6
upcloud-cli: 3.29.0 -> 3.36.0
2026-08-16 00:27:34 +02:00
Fabian Affolter
12bd803292
upsies: 2026.06.12 -> 2026.08.09
...
Diff: https://codeberg.org/plotski/upsies/compare/v2026.06.12...v2026.08.09
2026-08-15 21:52:44 +02:00
Sandro
712b5ea705
upki: init at 0.1.0-beta.3 ( #550386 )
2026-08-14 14:43:28 +00:00
R. Ryantm
bb185485dd
updatecli: 0.119.0 -> 0.120.0
2026-08-12 06:46:37 +00:00
R. Ryantm
6a227e7859
upower: 1.91.2 -> 1.91.3
2026-08-10 08:24:55 +00:00
Peder Bergebakken Sundt
db9a2b086c
appimageTools: warn on deprecated type-specific aliases ( #546396 )
2026-08-08 21:18:59 +00:00
Skye Soss
18f3bdf865
upki: init at 0.1.0-beta.3
2026-08-07 23:50:43 -05:00
Felix Singer
28cea1b448
uptime-kuma: Enable strictDeps and __structuredAttrs
...
Signed-off-by: Felix Singer <felixsinger@posteo.net >
2026-08-05 05:51:53 +02:00
nixpkgs-ci[bot]
e2abbbad3c
updatecli: 0.117.1 -> 0.119.0 ( #530471 )
2026-08-04 23:29:36 +00:00
nixpkgs-ci[bot]
3939c15de1
uptime-kuma: 2.4.0 -> 2.5.0 ( #548166 )
2026-08-03 04:03:31 +00:00
nixpkgs-ci[bot]
efcec38c83
upower: 1.91.1 -> 1.91.2 ( #505878 )
2026-08-01 22:27:16 +00:00
R. Ryantm
696368503f
uptime-kuma: 2.4.0 -> 2.5.0
2026-08-01 18:47:15 +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
R. Ryantm
886870e92d
updatecli: 0.117.1 -> 0.119.0
2026-07-25 11:14:52 +00:00
R. Ryantm
073ae1113e
upsun: 5.10.7 -> 5.10.8
2026-07-22 19:14:53 +00:00
Grimmauld
9afd135ae1
upscaler: 1.6.3 -> 1.6.4 ( #543497 )
2026-07-21 19:42:30 +00:00
R. Ryantm
15b05080b6
upscaler: 1.6.3 -> 1.6.4
2026-07-19 12:18:57 +00:00
Leonard Sheng Sheng Lee
176a4e9bc3
upiano: adopt
...
See https://github.com/NixOS/nixpkgs/issues/458096 .
Signed-off-by: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com >
2026-07-18 20:47:31 +02:00
Emily
ff1efa68d5
upbound: drop x86_64-darwin from update script
2026-07-15 03:58:17 +01:00
Emily
fdb820602b
treewide: drop simple x86_64-darwin mentions
...
To reproduce:
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: nix-x86_64-darwin
language: nix
rule:
any:
- pattern: "\"x86_64-darwin\""
kind: list_expression > string_expression
- pattern:
context: "{ \"x86_64-darwin\" = $EXPR; }"
selector: binding
- pattern:
context: "{ x86_64-darwin = $EXPR; }"
selector: binding
fix:
template: ""
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-first-x86_64-darwin
language: json
rule:
kind: object > pair:nth-child(1)
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandEnd: { regex: "," }
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-x86_64-darwin
language: json
rule:
kind: object > pair
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandStart: { regex: "," }
' pkgs
$ git restore pkgs/by-name/om/omnix/package.nix
$ git diff --name-only -z \
| nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
-c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
$ treefmt
2026-07-15 03:58:16 +01:00
Léana 江
fcda69e022
upterm: set Version variable in build
...
Previously `upterm version` would show 0.0.0+dev, now it shows the
correct package version.
2026-06-27 14:46:03 +02:00
Laurent Arnoud
93cc0978d0
upsun: 5.9.0 -> 5.10.7
...
Upstream moved the repository from platformsh/cli to upsun/cli.
Update source URLs, homepage, and update script accordingly.
Also modernize update.sh to use `nix store prefetch-file` instead of
the deprecated `nix-prefetch-url` + `nix hash to-sri` combination.
https://github.com/upsun/cli/releases/tag/v5.10.7
2026-06-24 08:48:59 +00:00
Paul Meyer
ef9bbd324a
upx: 5.1.1 -> 5.2.0 ( #529833 )
2026-06-16 09:31:40 +00:00
R. Ryantm
0e8f1fd5cc
upsies: 2026.05.24 -> 2026.06.12
2026-06-13 11:07:16 +00:00
Paul Meyer
124317ad25
upx: 5.1.1 -> 5.2.0
...
Signed-off-by: Paul Meyer <katexochen0@gmail.com >
2026-06-09 10:53:43 +02:00
Ramses
480848f8b2
upterm: 0.20.0 -> 0.24.0 ( #526699 )
2026-06-05 22:02:34 +00:00
R. Ryantm
12f6fb8aec
updatecli: 0.117.0 -> 0.117.1
2026-06-01 16:41:14 +00:00
Cobalt
dfd908e838
upterm: 0.20.0 -> 0.24.0
...
For the changelogs refer to:
- https://github.com/owenthereal/upterm/releases/tag/v0.24.0
- https://github.com/owenthereal/upterm/releases/tag/v0.23.0
- https://github.com/owenthereal/upterm/releases/tag/v0.22.0
- https://github.com/owenthereal/upterm/releases/tag/v0.21.1
- https://github.com/owenthereal/upterm/releases/tag/v0.21.0
This also updates the corresponding NixOS tests for the current CA handling and SSH command output format.
2026-06-01 13:47:48 +02:00
R. Ryantm
292332302c
uptime-kuma: 2.3.2 -> 2.4.0
2026-05-31 02:57:50 +00:00
R. Ryantm
817291a6e5
upsies: 2026.05.14 -> 2026.05.24
2026-05-26 02:24:12 +00:00
Thomas Butter
de33a4ea37
updatecli: 0.116.3 -> 0.117.0
...
Co-authored-by: Michael Daniels <mdaniels5757@gmail.com >
2026-05-23 13:13:21 -04:00
R. Ryantm
7f6f3b988c
upsies: 2026.01.26 -> 2026.05.14
2026-05-17 19:30:36 +00:00
Grimmauld
361e23ccdb
upscaler: 1.6.2 -> 1.6.3
2026-05-16 19:16:51 +02:00
Acid Bong
510fcb16c8
uppy-companion: fix changelog
2026-05-10 14:34:36 +03:00
R. Ryantm
bd2b09f820
uptime-kuma: 2.3.0 -> 2.3.2
2026-05-09 15:57:17 +00:00
Dimitar Nestorov
d0461152d2
uppy-companion: fix for Yarn 4.14
2026-05-09 11:15:27 +03:00
Peder Bergebakken Sundt
9906201dfc
upbound, upbound-main: fix meta.changelog ( #514824 )
2026-05-01 14:01:07 +00:00
R. Ryantm
69fc2bd4f8
uptime-kuma: 2.2.1 -> 2.3.0
2026-05-01 06:23:26 +00:00
Luc Perkins
2567619783
upbound, upbound-main: fix meta.changelog
2026-04-29 16:35:27 -03:00
R. Ryantm
3576178294
updatecli: 0.116.0 -> 0.116.3
2026-04-28 12:24:55 +00:00
Francesco Gazzetta
9fbfe38ef3
upnp-router-control: 0.3.5 -> 0.3.6 ( #512077 )
2026-04-24 16:20:29 +00:00
Peder Bergebakken Sundt
882441c630
upx: 5.1.0 -> 5.1.1 ( #498815 )
2026-04-21 19:49:08 +00:00
R. Ryantm
0a3aa492cc
upnp-router-control: 0.3.5 -> 0.3.6
2026-04-21 12:27:16 +00:00
R. Ryantm
e7785c6a63
updatecli: 0.115.0 -> 0.116.0
2026-04-11 22:54:24 +00:00
R. Ryantm
a536dcec6d
upower: 1.91.1 -> 1.91.2
2026-04-02 00:45:27 +00:00
Sandro
d5c2edbea5
uppaal: fix blank window on Wayland ( #501370 )
2026-03-31 13:52:42 +00:00
R. Ryantm
1113ece9df
updatecli: 0.113.0 -> 0.115.0
2026-03-25 19:53:15 +00:00
dish
1c81d89f2f
uppy-companion: remove me from maintainers
2026-03-23 15:28:36 -04:00
Simon Gardling
37245a63b5
uppaal: fix blank window on Wayland
2026-03-19 13:21:57 -04:00
R. Ryantm
496a9add79
uptime-kuma: 2.2.0 -> 2.2.1
2026-03-12 23:19:32 +00:00