Weijia Wang
830b645fff
log4cplus: 2.1.2 -> 2.2.0.1 ( #539429 )
2026-08-17 19:31:59 +00:00
Weijia Wang
a7708e7c00
lombok: 1.18.42 -> 1.18.46 ( #503352 )
2026-08-15 23:46:46 +00:00
Peder Bergebakken Sundt
48bad6fefb
treewide: use pname and version in fetchCargoVendor cargoDeps
...
I grepped for `fetchCargoVendor` and `inherit (finalAttrs) src;`, and wrote this patch by hand.
I tested this with `nix-build --check` on the following attributes, derived from `.meta.position`s that match any of the touched files:
* `amberol.cargoDeps.vendorStaging`
* `atuin-desktop.cargoDeps.vendorStaging`
* `chance.cargoDeps.vendorStaging`
* `clapgrep.cargoDeps.vendorStaging`
* `cutecosmic.cargoDeps.vendorStaging`
* `delineate.cargoDeps.vendorStaging`
* `drawpile.cargoDeps.vendorStaging`
* `drawpile-server-headless.cargoDeps.vendorStaging`
* `field-monitor.cargoDeps.vendorStaging`
* `fractal.cargoDeps.vendorStaging`
* `geopard.cargoDeps.vendorStaging`
* `git-cinnabar.cargoDeps.vendorStaging`
* `gnome-robots.cargoDeps.vendorStaging`
* `insulator2.cargoDeps.vendorStaging`
* `kana.cargoDeps.vendorStaging`
* `key-rack.cargoDeps.vendorStaging`
* `kime.cargoDeps.vendorStaging`
* `krunkit.cargoDeps.vendorStaging`
* `krunvm.cargoDeps.vendorStaging`
* `ladybird.cargoDeps.vendorStaging`
* `libchewing.cargoDeps.vendorStaging`
* `loupe.cargoDeps.vendorStaging`
* `metronome.cargoDeps.vendorStaging`
* `pdns-recursor.cargoDeps.vendorStaging`
* `python314Packages.copykitten.cargoDeps.vendorStaging`
* `python314Packages.django-vcache.cargoDeps.vendorStaging`
* `python314Packages.pdoc-pyo3-sample-library.cargoDeps.vendorStaging`
* `python314Packages.pycambia.cargoDeps.vendorStaging`
* `python314Packages.python-kadmin-rs.cargoDeps.vendorStaging`
* `python314Packages.tlparse.cargoDeps.vendorStaging`
* `python313Packages.copykitten.cargoDeps.vendorStaging`
* `python313Packages.django-vcache.cargoDeps.vendorStaging`
* `python313Packages.pdoc-pyo3-sample-library.cargoDeps.vendorStaging`
* `python313Packages.pycambia.cargoDeps.vendorStaging`
* `python313Packages.python-kadmin-rs.cargoDeps.vendorStaging`
* `python313Packages.tlparse.cargoDeps.vendorStaging`
* `share-preview.cargoDeps.vendorStaging`
* `stratisd.cargoDeps.vendorStaging`
* `taskwarrior3.cargoDeps.vendorStaging`
* `tsukimi.cargoDeps.vendorStaging`
* `wildcard.cargoDeps.vendorStaging`
2026-08-12 15:08:47 +02:00
Sandro
1bf031b243
lobster: unbreak on Darwin ( #551278 )
2026-08-11 00:03:34 +00:00
Domen Kožar
c84ee7d7a1
lobster: unbreak on Darwin
2026-08-10 15:40:59 -05:00
KangaZero
52568cd968
lon: 0.8.0 -> 1.0.0
...
Added `openssl` dependency as a `buildInput` for linux platforms since
`lon` `reqwest` that uses `native-tls` which uses `openssl`
Added `versionCheckHook`
2026-08-10 22:26:35 +09:00
Peder Bergebakken Sundt
db9a2b086c
appimageTools: warn on deprecated type-specific aliases ( #546396 )
2026-08-08 21:18:59 +00:00
Ben Siraphob
9328e894fd
pkgs/by-name: fix typos ( #549386 )
2026-08-07 19:02:08 +00:00
R. Ryantm
63092a69c5
lockbook-desktop: 26.7.23 -> 26.8.4
2026-08-06 22:04:52 +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
phanirithvij
20dfd7ba15
various: replace copy_from_vm -> copy_from_machine
...
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com >
2026-07-31 17:38:21 +05:30
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
Martin Weinelt
e14abc5806
lounge-gtk-theme: remove
...
Depends on gtk-engine-murrine, which is being removed from nixpkgs.
2026-07-30 01:19:31 +02:00
R. Ryantm
41dbfd34a7
lockbook-desktop: 26.7.16 -> 26.7.23
2026-07-28 16:30:53 +00:00
R. Ryantm
595dc9332b
lokalise2-cli: 3.1.5 -> 3.1.7
2026-07-23 18:24:23 +00:00
R. Ryantm
d2e3cbf275
lockbook-desktop: 26.7.4 -> 26.7.16
2026-07-19 08:29:15 +00:00
R. Ryantm
173a569dbf
losange: 0.10.1 -> 0.10.2
2026-07-16 03:48:09 +00:00
Jo
134518cebe
treewide: avoid using singleton lists for licenses ( #535754 )
2026-07-15 18:25:37 +00:00
Eman Resu
ff094f60ad
treewide: replace more singleton license lists
2026-07-15 14:04:39 -04: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
R. Ryantm
b3ee0ca867
lokalise2-cli: 3.1.4 -> 3.1.5
2026-07-14 14:15:16 +00:00
R. Ryantm
9bf7f6da48
lockbook-desktop: 26.6.22 -> 26.7.4
2026-07-10 15:09:10 +00:00
Toma
0750a166b5
treewide: fix electron-forge console output via the CI env var ( #539390 )
2026-07-09 16:07:10 +00:00
Arne Keller
64ea995452
logseq: enable text_input_v3 protocol ( #508630 )
2026-07-09 14:16:33 +00:00
Peder Bergebakken Sundt
3b315264d3
lockbook-desktop: fix missing runtime libxkbcommon; build lockbook-desktop ( #539096 )
2026-07-09 11:08:27 +00:00
R. Ryantm
dc4082a453
log4cplus: 2.1.2 -> 2.2.0.1
2026-07-08 00:35:39 +00:00
TomaSajt
45b2ceed02
treewide: fix electron-forge console output via the CI env var
2026-07-07 23:39:29 +02:00
parth
b5f860d8f2
lockbook-desktop: fix missing libxkbcommon at runtime; build lockbook-desktop crate
2026-07-06 19:16:34 -04:00
2kybe3
f2fe0085c4
treewide: follow some GitHub redirects for fetchFromGitHub
...
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect
continuation of: #538598
2026-07-06 16:46:50 +02:00
R. Ryantm
2761641e2c
localstack: 4.12.0 -> 4.13.0
2026-07-05 14:24:41 -04:00
R. Ryantm
f9595d61c8
lockbook-desktop: 26.6.16 -> 26.6.22
2026-07-01 14:04:20 +00:00
Austin Horstman
48da439ef2
lobster: 2026.1 -> 2026.4 ( #535277 )
2026-06-30 20:58:08 +00:00
Nick Cao
a8a40bf97f
longcat: 0.0.17 -> 0.0.18 ( #536412 )
2026-06-30 19:23:29 +00:00
isabel
0ab7cd972d
locker: init at 4.0.1
2026-06-29 16:19:08 +01:00
R. Ryantm
fc9bf8ff7d
longcat: 0.0.17 -> 0.0.18
2026-06-28 19:22:55 +00:00
TomaSajt
aaebc63481
logseq: fix build with newer nodejs versions by bumping yauzl
2026-06-28 14:52:15 +02:00
Francesco Gazzetta
5a64512be0
lobster: 2026.1 -> 2026.4
2026-06-27 12:45:17 +02:00
R. Ryantm
bc10395267
lowfi: 2.0.6 -> 2.0.7
2026-06-24 20:39:15 +00:00
Ivan Mincik
6319190c82
sbom-compliance-tool: init at 0.0.11 ( #534213 )
2026-06-23 07:08:01 +00:00
R. Ryantm
54bbbce998
lockbook-desktop: 26.6.1 -> 26.6.16
2026-06-23 01:03:03 +00:00
Oleksii Filonenko
5e8ca42db8
losslesscut-bin: 3.64.0 -> 3.69.0 ( #504504 )
2026-06-22 17:44:53 +00:00
Oleksii Filonenko
62adb5a599
losslesscut-bin: fix darwin builds
2026-06-22 18:36:59 +01:00
Oleksii Filonenko
e4ddfff6c4
losslesscut-bin: 3.68.0 -> 3.69.0
2026-06-22 18:31:05 +01:00
eljamm
55a0bf7a85
{python3Packages.,}:lookup-license: init at 0.1.30
...
Assisted-by: nix-init
2026-06-22 12:47:44 +02:00
Gaetan Lepage
3fecd68e9d
cudaPackages_13_3.cccl: init at 13.3.3.3.1
2026-06-21 16:56:43 +00:00
Robert Schütz
1ea8ebe349
loudmouth: 1.5.3 -> 1.5.4
...
Changelog: https://mcabber.com/
2026-06-18 10:05:04 -07:00
Michael Daniels
e18178a74b
lowfi: 2.0.2 -> 2.0.6 ( #496985 )
2026-06-16 22:53:03 +00:00
Jost Alemann
c88305b485
localsend: set meta.donationPage
2026-06-10 02:03:32 +02:00
Sandro
baf957171e
losange: init at 0.10.1 ( #526191 )
2026-06-09 20:14:16 +00:00
Muhammad Talal Anwar
8b0c0e7afe
losange: init at 0.10.1
...
Co-authored-by: Fazzi <faaris.ansari@proton.me >
2026-06-09 15:49:45 +02:00