bpc repo moved to github

This commit is contained in:
Noah Masur 2024-04-17 21:03:41 -04:00
parent 2258e68bc2
commit b23efc4d77
No known key found for this signature in database
3 changed files with 7 additions and 11 deletions

View File

@ -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": {

View File

@ -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;
};

View File

@ -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 = ''