diff --git a/pkgs/applications/audio/bespokesynth/default.nix b/pkgs/applications/audio/bespokesynth/default.nix index ffa8f3ca7317..51d444bc8ff7 100644 --- a/pkgs/applications/audio/bespokesynth/default.nix +++ b/pkgs/applications/audio/bespokesynth/default.nix @@ -3,6 +3,7 @@ stdenv, fetchFromGitHub, fetchzip, + gitUpdater, cmake, pkg-config, ninja, @@ -168,6 +169,10 @@ stdenv.mkDerivation (finalAttrs: { dontPatchELF = true; # needed or nix will try to optimize the binary by removing "useless" rpath + passthru.updateScript = gitUpdater { + rev-prefix = "v"; + }; + meta = { description = "Software modular synth with controllers support, scripting and VST"; homepage = "https://www.bespokesynth.com/";