base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12 (#356361)
[NixPkgs.git] / pkgs / tools / audio / opl3bankeditor / default.nix
blob85762bb69b96d193c359bee4de98e82ec2302745
1 import ./common.nix rec {
2   pname = "opl3bankeditor";
3   chip = "OPL3";
4   version = "1.5.1";
5   sha256 = "08krbxlxgmc7i2r2k6d6wgi0m6k8hh3j60xf21kz4kp023w613sa";
6   extraPatches = [
7     ./0001-opl3bankeditor-Look-for-system-installed-Rt-libs.patch
8   ];