klassy: fix update script

This commit is contained in:
Leah Amelia Chen
2026-02-24 00:33:14 +08:00
parent 7f777d8ebb
commit cef6c4f9e1
+3 -1
View File
@@ -54,7 +54,9 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "BUILD_QT5" false)
];
passthru.updateScript = gitUpdater { };
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
meta = {
description = "Highly customizable binary Window Decoration, Application Style and Global Theme plugin for recent versions of the KDE Plasma desktop";