mpc-qt: tell gitUpdater to ignore master

This commit is contained in:
Thomas Bertels
2026-01-12 13:33:41 +01:00
committed by GitHub
parent 2da1bf359d
commit a9391891ef
+4 -1
View File
@@ -39,7 +39,10 @@ stdenv.mkDerivation (finalAttrs: {
"-DMPCQT_VERSION=${finalAttrs.version}"
];
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
passthru.updateScript = gitUpdater {
rev-prefix = "v";
ignoredVersions = "master";
};
meta = {
description = "Media Player Classic Qute Theater";