caesura: use 'sox_ng'

This is what is recommended by upstream.
This commit is contained in:
Bruno BELANYI
2026-05-20 12:46:32 +00:00
parent b34d83610c
commit 0a4e26fbd5
+2 -2
View File
@@ -5,13 +5,13 @@
flac,
lame,
makeBinaryWrapper,
sox,
sox_ng,
}:
let
runtimeDeps = [
flac
lame
sox
sox_ng
];
in
rustPlatform.buildRustPackage (finalAttrs: {