Merge pull request #206202 from r-ryantm/auto-update/zam-plugins

zam-plugins: 3.14 -> 4.1
This commit is contained in:
Nick Cao 2023-01-14 11:58:23 +08:00 committed by GitHub
commit 03d8c24653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zam-plugins";
version = "3.14";
version = "4.1";
src = fetchFromGitHub {
owner = "zamaudio";
repo = pname;
rev = version;
sha256 = "sha256-zlANfFuEXQdXlSu4CuXNyChiuV7wkumaOJqgthl6Y9Q=";
sha256 = "sha256-NKa6lOP3fpAFMYwzZAMFgW0tBSM/F89oB/nDbEUeflw=";
fetchSubmodules = true;
};