vst2-sdk: set pname instead of name (#482584)

This commit is contained in:
Fernando Rodrigues
2026-01-22 07:47:10 +00:00
committed by GitHub
+2 -2
View File
@@ -2,8 +2,8 @@
lib,
fetchzip,
}:
fetchzip rec {
name = "vst2-sdk-${version}"; # cannot be `pname`, as `fetchzip` expects `name`
fetchzip {
pname = "vst2-sdk";
version = "2018-06-11";
url = "https://web.archive.org/web/20181016150224if_/https://download.steinberg.net/sdk_downloads/vstsdk3610_11_06_2018_build_37.zip";
hash = "sha256-TyPy8FsXWB8LRz0yr38t3d5xxAxGufAn0dsyrg1JXBA=";