python312Packages.coffea: skip failing tests (#375864)
[NixPkgs.git] / pkgs / applications / audio / midas / x32edit.nix
blob3ea20c0ec788e13ffea1e5f2a37839c7bc8f30ec
1 { callPackage, ... }@args:
3 callPackage ./generic.nix (
4   args
5   // rec {
6     brand = "Behringer";
7     type = "X32";
8     version = "4.3";
9     url = "https://mediadl.musictribe.com/download/software/behringer/${type}/${type}-Edit_LINUX_${version}.tar.gz";
10     hash = "sha256-iVBBW6qVtEGlNXqKRZxObB9WfbOEjXMA1Nsp1CTFOH4=";
11     homepage = "https://www.behringer.com/behringer/product?modelCode=P0ASF";
12   }