Unverified Commit d8254aeb authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

Merge pull request #331141 from kira-bruneau/zynaddsubfx

zynaddsubfx: use alternative patch for fixing banks across updates
parents 49ccec68 7e9368eb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -71,10 +71,10 @@ in stdenv.mkDerivation rec {
  outputs = [ "out" "doc" ];

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