Commit Graph
913591 Commits
Author SHA1 Message Date
Matthieu CoudronandGitHub 8a458306b8 tree-sitter-grammars.tree-sitter-cmake: 0.7.1 -> 0.7.2 (#472060) 2025-12-18 15:12:42 +00:00
R. Ryantm 1d762ee483 tree-sitter-grammars.tree-sitter-cmake: 0.7.1 -> 0.7.2 2025-12-18 14:53:09 +00:00
nixpkgs-ci[bot]andGitHub fe17732c30 ghostfolio: 2.222.0 -> 2.223.0 (#472001) 2025-12-18 14:32:29 +00:00
Martin WeineltandGitHub b0d87474ed home-assistant-custom-components.frigate: 5.11.0 -> 5.13.0 (#471850) 2025-12-18 14:21:24 +00:00
Martin WeineltandGitHub 9a1375ba4c python3Packages.python-matter-server: 8.1.1 -> 8.1.2 (#471313) 2025-12-18 14:21:13 +00:00
Ulrik StridandGitHub fd520c28c5 ocamlPackages.buildDunePackage: Use final pname and version (#471428) 2025-12-18 14:14:39 +00:00
Martin WeineltandGitHub e16453a1a9 python3Packages.teslemetry-stream: 0.7.10 -> 0.8.2 (#472003) 2025-12-18 14:10:51 +00:00
R. RyantmandMartin Weinelt 51e12792b3 home-assistant-custom-components.frigate: 5.11.0 -> 5.13.0
https://github.com/blakeblackshear/frigate-hass-integration/releases/tag/v5.12.0
https://github.com/blakeblackshear/frigate-hass-integration/releases/tag/v5.13.0
2025-12-18 15:05:01 +01:00
Thiago Kenji OkadaandGitHub 450a2dd3ab Corretto{11,17,21}: update to latest release & build with Gradle8 (#459071) 2025-12-18 13:52:58 +00:00
Thiago Kenji OkadaandGitHub 5798b016df osu-lazer{,-bin}: 2025.1209.0 -> 2025.1218.0 (#471770) 2025-12-18 13:48:09 +00:00
Thiago Kenji OkadaandGitHub f009a35a94 htop: add withVimKeys (#471886) 2025-12-18 13:47:34 +00:00
SandroandGitHub 6dc87b326c libva-utils: 2.22.0 -> 2.23.0 (#471992) 2025-12-18 12:59:00 +00:00
Gergő GutyinaandGitHub d1534450eb pnpm: refactor fetchDeps and configHook to top-level attributes (#469437) 2025-12-18 12:52:44 +00:00
Janne HeßandGitHub d17f75716c exim: 4.99 -> 4.99.1 (#471962) 2025-12-18 12:49:23 +00:00
Matt SturgeonandGitHub e97d1c56ad {workflows/lint,ci/github-script}: lint commit messages (#470523) 2025-12-18 12:41:54 +00:00
Thiago Kenji OkadaandGitHub 6fa7d77187 nixos/tests: nixos-rebuild to remote host with password-based login (#471632) 2025-12-18 12:28:59 +00:00
Adam C. StephensandGitHub 628cc5fa31 squeezelite: 2.0.0.1541 -> 2.0.0.1555 (#471912) 2025-12-18 12:28:33 +00:00
K900andGitHub b1b4d3d829 lasuite-meet{,-frontend}: 0.1.42 -> 1.0.1 (#472000) 2025-12-18 12:22:56 +00:00
dishandGitHub 44e71ebdc2 matrix-hookshot: fix build (#471726) 2025-12-18 12:22:15 +00:00
R. Ryantm eda2777394 python3Packages.teslemetry-stream: 0.7.10 -> 0.8.2 2025-12-18 12:21:18 +00:00
R. Ryantm bce9fc25c5 ghostfolio: 2.222.0 -> 2.223.0 2025-12-18 12:20:25 +00:00
K900 e588470fa6 lasuite-meet{,-frontend}: 0.1.42 -> 1.0.1 2025-12-18 15:17:45 +03:00
R. Ryantm 7c57886b41 libva-utils: 2.22.0 -> 2.23.0 2025-12-18 11:32:11 +00:00
Doron BeharandGitHub 5a9557c7b8 python3Packages.subliminal: 2.4.0 -> 2.5.0 (#471833) 2025-12-18 11:26:27 +00:00
Sefa Eyeoglu 53b2a63a25 vencord: combine overridden attributes for fetchPnpmDeps
`fetchPnpmDeps` accepts all kinds of attributes, so overriding them is
almost never necessary.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-12-18 12:24:09 +01:00
Sefa Eyeoglu 2e7e1615b4 e-search: add gitMinimal to fetchPnpmDeps using nativeBuildInputs
fetchPnpmDeps now allows merging attributes like nativeBuildInputs
making workarounds like these obsolete.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-12-18 12:24:09 +01:00
Sefa Eyeoglu 8915343708 treewide: override pnpm nodejs versions
Some packages in nixpkgs were using different nodejs versions, but were
not overriding pnpm to match. Apart from reducing the derivation size,
this could prevent future issues due to version mismatches.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-12-18 12:24:09 +01:00
Sefa Eyeoglu 63cdea5359 fetchPnpmDeps: allow passing existing derivation args
Previously, users had to add hacks to add additional nativeBuildInputs
entries to the fetcher. This way we allow users to append
nativeBuildInputs, impureEnvVars and also merge potential passthru
attributes.

This might cause rebuilds.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-12-18 12:24:09 +01:00
Sefa Eyeoglu e7dd455b9d pnpm: add warning for deprecated fetcher and configHook attributes
Deprecate package-level pnpm tooling in favor of top-level attributes.

This doesn't cause any rebuilds.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-12-18 12:24:09 +01:00
Sefa Eyeoglu 65b04e5fb8 treewide: migrate to fetchPnpmDeps and pnpmConfigHook
This moves all packages to the new top-level attributes introduced
previously.

This doesn't cause any rebuilds.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-12-18 12:24:09 +01:00
Niklas KorzandGitHub 7c25c077b8 zed-editor: 0.217.1 -> 0.217.2 (#471856) 2025-12-18 10:50:48 +00:00
K900andGitHub f179c39ae3 kdePackages.kirigami: backport another rendering fix (#471961) 2025-12-18 10:50:03 +00:00
nixpkgs-ci[bot]andGitHub 46a47f3891 remnote: 1.22.31 -> 1.22.43 (#471849) 2025-12-18 10:45:29 +00:00
nixpkgs-ci[bot]andGitHub 400f0f7de6 umpire: 2025.09.0 -> 2025.12.0 (#471905) 2025-12-18 10:45:26 +00:00
K900andGitHub 0cfbef3bff bcachefs-tools: 1.33.1 -> 1.33.2 (#471958) 2025-12-18 10:41:54 +00:00
André SilvaandGitHub b40377cde1 claude-code: 2.0.71 -> 2.0.72 (#471942) 2025-12-18 10:33:55 +00:00
Janne Heß 45fa51df74 exim: 4.99 -> 4.99.1 2025-12-18 11:30:45 +01:00
K900 4b664e922f kdePackages.kirigami: backport another rendering fix 2025-12-18 13:29:41 +03:00
Gergő GutyinaandGitHub f0df75b8fa n8n: fix hash (#471200) 2025-12-18 10:26:56 +00:00
K900andGitHub 031979a348 akkoma: 3.15.2 → 3.17.0 (#469295) 2025-12-18 10:26:04 +00:00
K900 03ced8646b bcachefs-tools: 1.33.1 -> 1.33.2
Diff: https://github.com/koverstreet/bcachefs-tools/compare/v1.33.1...v1.33.2
2025-12-18 13:25:17 +03:00
Gutyina Gergő f606cd91a0 n8n: fix hash 2025-12-18 11:21:49 +01:00
Thomas GerbetandGitHub a61895f362 strongswan: 6.0.3 -> 6.0.4 (#470286) 2025-12-18 10:20:33 +00:00
nixpkgs-ci[bot]andGitHub b62e73839d windsurf: 1.12.43 -> 1.12.47 (#471932) 2025-12-18 10:13:57 +00:00
André Silva 108deebb38 vscode-extensions.anthropic.claude-code: 2.0.72 -> 2.0.73 2025-12-18 09:44:39 +00:00
André Silva a9bd8c12c8 claude-code: 2.0.71 -> 2.0.72 2025-12-18 09:43:00 +00:00
Ivan MincikandGitHub 1b0d806788 pdk-ciel: init at 2.3.1 (#470163) 2025-12-18 09:40:34 +00:00
rewineandGitHub 0d5c43fd31 vivaldi: 7.7.3851.61 -> 7.7.3851.66 (#471906) 2025-12-18 09:37:05 +00:00
Ivan MincikandGitHub 2ffa8e6d36 python3Packages.pystac: 1.14.1 -> 1.14.2 (#471927) 2025-12-18 09:26:59 +00:00
Thomas GerbetandGitHub a7d7ff8829 brave: 1.85.116 -> 1.85.117 (#471852) 2025-12-18 09:19:29 +00:00