diff --git a/flake.lock b/flake.lock index 3229b6a..dc72d6b 100644 --- a/flake.lock +++ b/flake.lock @@ -52,17 +52,13 @@ "bypass-paywalls-clean": { "flake": false, "locked": { - "lastModified": 1713012522, - "narHash": "sha256-35KuPa3k6j8//gKXD3JY3Y318DRBxXNo/JuzatFXG5M=", - "ref": "refs/heads/master", - "rev": "724d4fcff64a433e988d9e54f7a08573523f2ca5", - "revCount": 1, - "type": "git", - "url": "https://git.masu.rs/noah/bpc-uploads" + "narHash": "sha256-OlHiORYigNwOncKNaaq/EDgWutnWbdt0AFXGeUpOoC4=", + "type": "file", + "url": "https://github.com/bpc-clone/bpc_updates/releases/download/latest/bypass_paywalls_clean-latest.xpi" }, "original": { - "type": "git", - "url": "https://git.masu.rs/noah/bpc-uploads" + "type": "file", + "url": "https://github.com/bpc-clone/bpc_updates/releases/download/latest/bypass_paywalls_clean-latest.xpi" } }, "cmp-nvim-lsp-src": { diff --git a/flake.nix b/flake.nix index c8770f9..934e272 100644 --- a/flake.nix +++ b/flake.nix @@ -185,7 +185,7 @@ # Firefox addon from outside the extension store bypass-paywalls-clean = { # https://gitlab.com/magnolia1234/bpc-uploads/-/commits/master/?ref_type=HEADS - url = "git+https://git.masu.rs/noah/bpc-uploads"; # temporary, shouldn't rely on myself + url = "https://github.com/bpc-clone/bpc_updates/releases/download/latest/bypass_paywalls_clean-latest.xpi"; flake = false; }; diff --git a/overlays/bypass-paywalls-clean.nix b/overlays/bypass-paywalls-clean.nix index 8e7aebd..7725ecd 100644 --- a/overlays/bypass-paywalls-clean.nix +++ b/overlays/bypass-paywalls-clean.nix @@ -10,7 +10,7 @@ inputs: _final: prev: { prev.stdenv.mkDerivation rec { pname = "bypass-paywalls-clean"; version = "3.4.9.0"; - src = inputs.bypass-paywalls-clean + "/bypass_paywalls_clean-3.6.3.0.xpi"; + src = inputs.bypass-paywalls-clean; preferLocalBuild = true; allowSubstitutes = true; buildCommand = ''