uhhyou-plugins: 0.69.0 -> 0.70.0 (#509562)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-15 16:17:40 +00:00
committed by GitHub
+2 -2
View File
@@ -24,12 +24,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uhhyou-plugins";
version = "0.69.0";
version = "0.70.0";
src = fetchFromGitHub {
owner = "ryukau";
repo = "VSTPlugins";
rev = "UhhyouPlugins${finalAttrs.version}";
hash = "sha256-s1HQD7ZWmqD1yux/IKG8oUt7UA0TrAuPEsVSOXFcIE4=";
hash = "sha256-NkNP7kmOBLcXBA65PEwC0I/NIGzZm8wnAvDM74Cfsws=";
fetchSubmodules = true;
};