fliiiix
1e4dfdfec8
nrpl: drop
...
Upstream is abandoned since 11 years.
https://github.com/wheineman/nrpl/pull/17
Either someone would need to fork it or
use alternatives like INim which seems maintained.
2026-06-25 08:30:18 +02:00
dotlambda and GitHub
2ca2b09ef2
python3Packages.spotipyfree: 1.9.12 -> 1.9.13 ( #535119 )
2026-06-25 05:19:14 +00:00
nixpkgs-ci[bot] and GitHub
2372863bf8
oci-cli: 3.86.0 -> 3.88.0 ( #534605 )
2026-06-25 05:14:04 +00:00
Matt Sturgeon and GitHub
d2f2509d40
ci/treefmt: enable or-identifier rule ( #534962 )
2026-06-25 04:26:01 +00:00
zowoq and GitHub
425a5ed8d2
terraform-providers.ubiquiti-community_unifi: 0.52.4 -> 0.53.0 ( #535129 )
2026-06-25 04:05:43 +00:00
R. Ryantm
f86c05d70d
terraform-providers.ubiquiti-community_unifi: 0.52.4 -> 0.53.0
2026-06-25 03:19:12 +00:00
nixpkgs-ci[bot] and GitHub
6627173834
hyprwhspr-rs: 0.3.30 -> 0.3.31 ( #534083 )
2026-06-25 02:20:24 +00:00
K900 and GitHub
c16606cea9
telegram-desktop: fix missing build dependency (darwin) ( #534779 )
2026-06-25 02:13:26 +00:00
R. Ryantm
dc27f0ca86
python3Packages.spotipyfree: 1.9.12 -> 1.9.13
2026-06-25 01:24:00 +00:00
zowoq and GitHub
fe63b1af18
terraform-providers.hashicorp_google-beta: 7.36.0 -> 7.38.0 ( #535113 )
2026-06-25 01:15:56 +00:00
zowoq and GitHub
c127de05bf
terraform-providers.aiven_aiven: 4.58.0 -> 4.59.0 ( #535112 )
2026-06-25 01:15:50 +00:00
R. Ryantm
ee0074480b
terraform-providers.hashicorp_google-beta: 7.36.0 -> 7.38.0
2026-06-25 00:55:42 +00:00
R. Ryantm
71c27787e3
terraform-providers.aiven_aiven: 4.58.0 -> 4.59.0
2026-06-25 00:54:16 +00:00
Peder Bergebakken Sundt and GitHub
db62242d2a
harper: 2.5.0 -> 2.6.0 ( #534999 )
2026-06-25 00:49:08 +00:00
Peder Bergebakken Sundt and GitHub
105a0f8dbd
python3Packages.pylru: 1.2.1 -> 1.3.1 ( #534681 )
2026-06-25 00:47:24 +00:00
Peder Bergebakken Sundt and GitHub
8297321c16
flameshot: 13.3.0 -> 14.0.0 ( #533614 )
2026-06-25 00:40:47 +00:00
nixpkgs-ci[bot] and GitHub
19a053f28c
snyk: 1.1305.1 -> 1.1305.2 ( #535099 )
2026-06-25 00:21:38 +00:00
Fabian Affolter and GitHub
3b814dc1c1
nerva: 1.26.0 -> 1.29.0 ( #535083 )
2026-06-25 00:06:37 +00:00
Yt and GitHub
445e7e94eb
meilisearch: 1.47.0 -> 1.48.2 ( #535012 )
2026-06-25 00:04:20 +00:00
Emily and GitHub
777104e276
lib.lists: performance improvements ( #522834 )
2026-06-25 00:01:13 +00:00
r4v3n6101
9a1af43091
telegram-desktop: fix missing build dependency
2026-06-25 02:55:41 +03:00
nixpkgs-ci[bot] and GitHub
530eb92ad9
psi-plus: 1.5.2139 -> 1.5.2140 ( #491340 )
2026-06-24 23:50:09 +00:00
R. Ryantm
126e4a5985
snyk: 1.1305.1 -> 1.1305.2
2026-06-24 23:02:18 +00:00
Gaétan Lepage and GitHub
14065e4eac
fbida: 2.14->2.15 ( #530373 )
2026-06-24 22:58:14 +00:00
zowoq and GitHub
83bb8d2ae2
terraform-providers.sacloud_sakuracloud: 2.35.1 -> 2.36.0 ( #535080 )
2026-06-24 22:57:53 +00:00
zowoq and GitHub
2001e3d5cd
terraform: 1.15.6 -> 1.15.7 ( #535042 )
2026-06-24 22:57:51 +00:00
Nick Cao and GitHub
e4fe385101
python3Packages.flash-attn-4: 4.0.0.beta18 -> 4.0.0.beta19 ( #535067 )
2026-06-24 22:44:47 +00:00
Nick Cao and GitHub
956ebe1607
air-formatter: fix build ( #535068 )
2026-06-24 22:42:01 +00:00
Eman Resu
4b623fa2b8
lib.lists.reverseList: avoid subtraction
2026-06-24 18:30:03 -04:00
Eman Resu
4e2f331f87
lib.lists.toposort: avoid reversing element causing a cycle
2026-06-24 18:29:22 -04:00
Eman Resu
7d2f66c0ad
lib.lists.toposort: avoid extra function calls while recursing
2026-06-24 18:29:21 -04:00
Eman Resu
099a322b3a
lib.lists.listDfs: compare to [] instead of checking length
2026-06-24 18:29:21 -04:00
Eman Resu
0f096eb287
lib.lists.flatten: save function call when recursing
2026-06-24 18:29:21 -04:00
Eman Resu
986cf9adb8
lib.lists.init: rewrite to not call take
2026-06-24 18:29:21 -04:00
Eman Resu
09b8cbd5d9
lib.lists.dropEnd: rewrite to not use sublist
2026-06-24 18:29:21 -04:00
Eman Resu
bb3308e01e
lib.lists.takeEnd: rewrite to not call sublist
2026-06-24 18:29:20 -04:00
Eman Resu
3621649b19
lib.lists.drop: rewrite to not call sublist
2026-06-24 18:29:20 -04:00
Eman Resu
097288cc6f
lib.lists.take: rewrite to not call sublist
2026-06-24 18:29:20 -04:00
Eman Resu
261b8489a0
lib.lists.foldl': avoid builtins lookups
2026-06-24 18:29:20 -04:00
Fabian Affolter
94065373e7
nerva: 1.26.0 -> 1.29.0
...
Diff: https://github.com/praetorian-inc/nerva/compare/v1.26.0...v1.29.0
Changelog: https://github.com/praetorian-inc/nerva/blob/v1.29.0/CHANGELOG.md
2026-06-25 00:00:59 +02:00
nixpkgs-ci[bot] and GitHub
798607c40e
stellarsolver: 2.7 -> 2.8 ( #535051 )
2026-06-24 21:45:55 +00:00
Emily and GitHub
0666870242
lib.strings: small performance cleanups ( #519085 )
2026-06-24 21:31:39 +00:00
Aaron Andersen and GitHub
6986b21e85
nixos/pam: allow disabling entirely ( #512541 )
2026-06-24 21:27:51 +00:00
Aaron Andersen and GitHub
d80b937f8b
kodiPackages.youtube: 7.4.3 -> 7.4.4 ( #535066 )
2026-06-24 21:27:32 +00:00
Aaron Andersen and GitHub
e3dfa09fb1
kodiPackages.jellycon: 1.0.0 -> 1.0.1 ( #534967 )
2026-06-24 21:27:03 +00:00
Emily and GitHub
e050c09e72
by-name-overlay: use lib.flip to memoise {} being passed ( #522750 )
2026-06-24 21:25:14 +00:00
R. Ryantm
acc1ff0d3f
terraform-providers.sacloud_sakuracloud: 2.35.1 -> 2.36.0
2026-06-24 21:22:05 +00:00
Eman Resu
ff92c9d15a
lib.strings.cmakeFeature: beta reduce
2026-06-24 17:16:57 -04:00
Eman Resu
4755ddd126
lib.strings.{toSentenceCase,toCamelCase}: don't add context unnecessarily
...
builtins.substring doesn't destroy context - it's not necessary to add
it back.
2026-06-24 17:16:57 -04:00
Eman Resu
f9c9f70a40
lib.strings.cmakeBool: inline two function calls
...
I can live with a function like boolToString being used, but if we're
immediately modifying its output, we should homeroll it.
2026-06-24 17:16:56 -04:00