firefox-extensions.bypass-paywalls-clean: disable updateScript

This commit is contained in:
Colin 2024-06-08 22:08:25 +00:00
parent 14a5b8d9f2
commit b6d9d58a14

View File

@ -38,9 +38,10 @@ stdenv.mkDerivation rec {
passthru = {
extid = "magnolia@12.34";
updateScript = gitUpdater {
rev-prefix = "v";
};
# XXX: disabled because the upstream repo has disappeared, and gitlab auth hangs the updater
# updateScript = gitUpdater {
# rev-prefix = "v";
# };
};
meta = {