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

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

View File

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