signal-desktop-from-src: fix the update script to ignore betas

This commit is contained in:
Colin 2024-06-08 23:13:56 +00:00
parent 75ae868bde
commit a4eb073918

View File

@ -400,8 +400,8 @@ stdenv.mkDerivation rec {
passthru = {
# inherit bettersqlitePatch signal-fts5-extension;
updateScript = gitUpdater {
# TODO: prevent update to betas
rev-prefix = "v";
ignoredVersions = "beta";
};
nodejs = nodejs';
buildYarn = buildYarn;