Merge pull request #331141 from kira-bruneau/zynaddsubfx

zynaddsubfx: use alternative patch for fixing banks across updates
This commit is contained in:
Kira Bruneau 2024-08-07 11:32:40 -04:00 committed by GitHub
commit d8254aebbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,10 +71,10 @@ in stdenv.mkDerivation rec {
outputs = [ "out" "doc" ]; outputs = [ "out" "doc" ];
patches = [ patches = [
# Hardcode system installed banks & presets # Lazily expand ZYN_DATADIR to fix builtin banks across updates
(fetchpatch { (fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/zynaddsubfx/zynaddsubfx/pull/295.patch"; url = "https://github.com/zynaddsubfx/zynaddsubfx/commit/853aa03f4f92a180b870fa62a04685d12fca55a7.patch";
hash = "sha256-UN62i9/JBs7uWTmHDKk3lkAxUXsVmIs6+6avOcL1NBg="; hash = "sha256-4BsRZ9keeqKopr6lCQJznaZ3qWuMgD1/mCrdMiskusg=";
}) })
]; ];