caesura: use 'sox_ng' (#522224)

This commit is contained in:
Bruno BELANYI
2026-05-20 18:38:06 +00:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
flac,
lame,
makeBinaryWrapper,
sox,
sox_ng,
}:
let
runtimeDeps = [
flac
lame
sox
sox_ng
];
in
rustPlatform.buildRustPackage (finalAttrs: {