bankstown-lv2: add nix-update-script

This commit is contained in:
Jasi
2025-06-26 01:26:17 +02:00
committed by Yureka
parent ad8e810d13
commit 6abdf80840
@@ -3,6 +3,7 @@
rustPlatform,
fetchFromGitHub,
stdenv,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -31,6 +32,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
"LIBDIR=lib"
];
passthru = {
updateScript = nix-update-script { };
};
meta = {
homepage = "https://github.com/chadmed/bankstown";
description = "Lightweight psychoacoustic bass enhancement plugin";