biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / applications / audio / open-music-kontrollers / router.nix
blob40d3a5e6fbcd1e482143e49c512d2f58ad498f30
1 { callPackage, ... } @ args:
3 callPackage ./generic.nix (args // rec {
4   pname = "router";
5   version = "unstable-2021-04-13";
7   url = "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-7d754dd64c540d40b828166401617715dc235ca3.tar.xz";
8   sha256 = "sha256-LjaW5Xdxfjzd6IJ2ptHzmHt7fhU1HQo7ubZ4USVqRE8=";
10   description = "An atom/audio/CV router LV2 plugin bundle";