Commit 6abdf808 authored by Jasi's avatar Jasi Committed by Yureka
Browse files

bankstown-lv2: add `nix-update-script`

parent ad8e810d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";