bespokesynth: Add passthru.updateScript

So updates can be sent automatically by r-ryantm, assuming that no other adjustments are needed to build it.
This commit is contained in:
OPNA2608
2024-12-23 23:12:16 +01:00
parent 3a117af47d
commit 0a3fd92de0
@@ -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/";