zam-plugins: 4.3 -> 4.4 (#412871)

This commit is contained in:
Arne Keller 2025-06-04 09:54:46 +02:00 committed by GitHub
commit e14f5fef83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "zam-plugins";
version = "4.3";
version = "4.4";
src = fetchFromGitHub {
owner = "zamaudio";
repo = "zam-plugins";
rev = version;
hash = "sha256-wT1BXQrcD+TI+trqx0ZVUmVLZMTDQgJI3dAvN54wy6Y=";
hash = "sha256-pjnhDavKnyQjPF4nUO+j1J+Qtw8yIYMY9A5zBMb4zFU=";
fetchSubmodules = true;
};