reaper-sws-extension: clean up after x86_64-darwin drop

This commit is contained in:
Emily
2026-02-18 07:59:38 +00:00
parent b31d2f0465
commit c5d4bc1395

View File

@@ -16,16 +16,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
let
plugin = fetchurl {
url =
let
arch = if stdenvNoCC.hostPlatform.system == "x86_64-darwin" then "x86_64" else "arm64";
in
"https://github.com/reaper-oss/sws/releases/download/v${finalAttrs.version}/reaper_sws-${arch}.dylib";
hash =
{
aarch64-darwin = "sha256-jmuob0qslYhxiE2ShfTwY4RJAKBLJSUb+VBEM0sQPbo=";
}
.${stdenvNoCC.hostPlatform.system};
url = "https://github.com/reaper-oss/sws/releases/download/v${finalAttrs.version}/reaper_sws-arm64.dylib";
hash = "sha256-jmuob0qslYhxiE2ShfTwY4RJAKBLJSUb+VBEM0sQPbo=";
};
in
[