newsflash: ignore pre-release updates

This commit is contained in:
Kira Bruneau
2025-06-11 19:07:10 -04:00
parent a12f3a9961
commit 95c6538340
+4 -1
View File
@@ -88,7 +88,10 @@ stdenv.mkDerivation (finalAttrs: {
gst-plugins-bad
]);
passthru.updateScript = gitUpdater { rev-prefix = "v."; };
passthru.updateScript = gitUpdater {
rev-prefix = "v.";
ignoredVersions = "(alpha|beta|rc)";
};
meta = {
description = "Modern feed reader designed for the GNOME desktop";