Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot] 2025-04-22 12:06:47 +00:00 committed by GitHub
commit 032ce947b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
84 changed files with 2338 additions and 1409 deletions

View file

@ -96,6 +96,8 @@
Packages wishing to maintain compatibility with Nixpkgs 24.11 must set `useFetchCargoVendor` to `true` explicitly.
`rustPlatform.importCargoLock` may also be appropriate in some circumstances.
- `cassandra_3_0` and `cassandra_3_11` have been removed as they have reached end-of-life. Please update to `cassandra_4`. See the [changelog](https://github.com/apache/cassandra/blob/cassandra-4.0.17/NEWS.txt) for more information about the upgrade process.
- NetBox was updated to `>= 4.2.0`. Have a look at the breaking changes
of the [4.1 release](https://github.com/netbox-community/netbox/releases/tag/v4.1.0)
and the [4.2 release](https://github.com/netbox-community/netbox/releases/tag/v4.2.0),