From 3b13a4da45f52162bf7be768afc99714e67ea141 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 17 Apr 2024 15:10:48 +0200 Subject: [PATCH] Use a newer version of BespokeSynth. --- .bauke/nix/stardust/packages.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.bauke/nix/stardust/packages.nix b/.bauke/nix/stardust/packages.nix index 45d87a7..8801de7 100644 --- a/.bauke/nix/stardust/packages.nix +++ b/.bauke/nix/stardust/packages.nix @@ -13,7 +13,7 @@ autorestic bat bento4 - bespokesynth + # bespokesynth bolliedelayxt-lv2 bottom calf @@ -150,6 +150,15 @@ xorg.libXcursor zam-plugins (callPackage ./samrewritten.nix { }) + (bespokesynth.overrideAttrs (old: { + src = fetchFromGitHub { + owner = "BespokeSynth"; + repo = "BespokeSynth"; + rev = "c4eb7dd9a877cded8cc1701eb8a1dbcffc7ffcc2"; + hash = "sha256-wfqN6Vx5hYij8Mz6Ae7frUbhdj3nxtCHfpvC2+XNAJ4="; + fetchSubmodules = true; + }; + })) (unstable.clonehero.overrideAttrs ( { postInstall ? "",