Skip to content

Commit

Permalink
Update Firefox addon
Browse files Browse the repository at this point in the history
  • Loading branch information
alapshin committed Jan 23, 2024
1 parent f6e60be commit af5676e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/firefox-addons/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ in

bypass-paywalls-clean =
let
version = "3.5.0.0";
version = "3.5.2.0";
in
buildFirefoxXpiAddon {
pname = "bypass-paywalls-clean";
inherit version;
addonId = "{d133e097-46d9-4ecc-9903-fa6a722a6e0e}";
url = "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-${version}.xpi";
sha256 = "sha256-pm3ijyVngA3zpH5Vg+OajtzLtF8BeJzr6S1djiFqfUE=";
sha256 = "sha256-dkXOH9DpbJfLC2NbrjplhldtiAgZqSP3zpwBGETaUB8=";
meta = with lib; {
homepage = "https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean";
description = "Bypass Paywalls of (custom) news sites";
Expand Down

0 comments on commit af5676e

Please sign in to comment.