Commit b99b6d4c authored by R. RyanTM's avatar R. RyanTM
Browse files

uhhyou-plugins: 0.69.0 -> 0.70.0

parent 433884f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };