airwindows-lv2 14.0 -> 16.0 https://github.com/hannesbraun/airwindows-lv2/releases attrpath: airwindows-lv2 Checking auto update branch... No auto update branch exists Old version 14.0" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, lv2 }: stdenv.mkDerivation rec { pname = "airwindows-lv2"; version = "16.0"; src = fetchFromGitHub { owner = "hannesbraun"; repo = pname; rev = "v${version}"; sha256 = "sha256-jdeJ/VAJTDeiR9pyYps82F2Ty16r+a/FK+XV5L3rWco="; }; nativeBuildInputs = [ meson ninja pkg-config ]; buildInputs = [ lv2 ]; meta = with lib; { description = "Airwindows plugins (ported to LV2)"; homepage = "https://github.com/hannesbraun/airwindows-lv2"; license = licenses.mit; maintainers = [ maintainers.magnetophon ]; platforms = platforms.unix; }; }