uhhyou-plugins: 0.67.0 -> 0.68.0

This commit is contained in:
R. Ryantm
2025-12-18 15:01:31 +00:00
parent d1534450eb
commit 85bcfe58a9
+2 -2
View File
@@ -24,12 +24,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uhhyou-plugins";
version = "0.67.0";
version = "0.68.0";
src = fetchFromGitHub {
owner = "ryukau";
repo = "VSTPlugins";
rev = "UhhyouPlugins${finalAttrs.version}";
hash = "sha256-8YGfcnWkOQwwq6m3510GPpZu6UbDmVi3K/dOGLrAnhM=";
hash = "sha256-UscyoBj0wPWlRyLI2q7iWHZNqS3+2I8MxWuIR4CfSyQ=";
fetchSubmodules = true;
};