From 1b6440cd3abc872ed44a3f4b46e6816e0398a4cc Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 20 Aug 2024 19:52:24 +0200 Subject: [PATCH] Update BespokeSynth to the latest commit. --- .bauke/nix/stardust/packages.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.bauke/nix/stardust/packages.nix b/.bauke/nix/stardust/packages.nix index 04aa6c8..91a96e1 100644 --- a/.bauke/nix/stardust/packages.nix +++ b/.bauke/nix/stardust/packages.nix @@ -14,7 +14,6 @@ bat beancount bento4 - # bespokesynth bolliedelayxt-lv2 bottom calf @@ -167,8 +166,8 @@ src = fetchFromGitHub { owner = "BespokeSynth"; repo = "BespokeSynth"; - rev = "c4eb7dd9a877cded8cc1701eb8a1dbcffc7ffcc2"; - hash = "sha256-wfqN6Vx5hYij8Mz6Ae7frUbhdj3nxtCHfpvC2+XNAJ4="; + rev = "eb55640bd946cfd63fe66bb14810b03268393af1"; + hash = "sha256-WmERJDLcgLOPX+NhdvRJoDU/KJvLI7cyO6KpqpyWuZE="; fetchSubmodules = true; }; }))