Loading
zita-ajbridge: refactor to use finalAttrs and modernize style
- wrap derivation in `stdenv.mkDerivation (finalAttrs: { ... })`
- replace `${pname}-${version}` in `src` URL with explicit
`zita-ajbridge-${finalAttrs.version}`
- switch from `sha256` to `hash` with SRI-style value
- drop `with lib;` in `meta` and fully qualify attributes:
- `lib.licenses.gpl3Plus`
- `lib.maintainers`
- `lib.platforms.linux`
This aligns the package with current Nixpkgs conventions, improves
attribute hygiene, and ensures reproducibility.