about summary refs log tree commit diff
path: root/pkgs/applications/audio/bespokesynth
diff options
context:
space:
mode:
authorwackbyte <wackbyte@pm.me>2023-09-16 17:42:13 -0400
committerwackbyte <wackbyte@pm.me>2023-09-16 17:42:13 -0400
commit9734ff3543ed882013d4eab983d5d57601a25d3c (patch)
tree093fd47cbf48ecb96cbd8eeb91e3c348008dc5f5 /pkgs/applications/audio/bespokesynth
parent32658f902e016215d34c65ad5fb3a3fa7b588518 (diff)
bespokesynth: unstable-2023-08-17 -> 1.2.1
Diffstat (limited to 'pkgs/applications/audio/bespokesynth')
-rw-r--r--pkgs/applications/audio/bespokesynth/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/bespokesynth/default.nix b/pkgs/applications/audio/bespokesynth/default.nix
index 92d7297ec8448..752088fcd8222 100644
--- a/pkgs/applications/audio/bespokesynth/default.nix
+++ b/pkgs/applications/audio/bespokesynth/default.nix
@@ -59,13 +59,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "bespokesynth";
-  version = "unstable-2023-08-17";
+  version = "1.2.1";
 
   src = fetchFromGitHub {
     owner = "BespokeSynth";
     repo = pname;
-    rev = "c6b1410afefc8b0b9aeb4aa11ad5c32651879c9f";
-    hash = "sha256-MLHlHSszD2jEN4/f2jC4vjAidr3gVOSK606qs5bq+Sc=";
+    rev = "v${version}";
+    hash = "sha256-vDvNm9sW9BfWloB0CA+JHTp/bfDWAP/T0hDXjoMZ3X4=";
     fetchSubmodules = true;
   };