uhhyou-plugins: 0.69.0 -> 0.70.0

This commit is contained in:
R. Ryantm
2026-04-13 12:46:56 +00:00
parent 433884f8c0
commit b99b6d4cf1
+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;
};