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": { "bypass-paywalls-clean": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1713012522, "narHash": "sha256-OlHiORYigNwOncKNaaq/EDgWutnWbdt0AFXGeUpOoC4=",
"narHash": "sha256-35KuPa3k6j8//gKXD3JY3Y318DRBxXNo/JuzatFXG5M=", "type": "file",
"ref": "refs/heads/master", "url": "https://github.com/bpc-clone/bpc_updates/releases/download/latest/bypass_paywalls_clean-latest.xpi"
"rev": "724d4fcff64a433e988d9e54f7a08573523f2ca5",
"revCount": 1,
"type": "git",
"url": "https://git.masu.rs/noah/bpc-uploads"
}, },
"original": { "original": {
"type": "git", "type": "file",
"url": "https://git.masu.rs/noah/bpc-uploads" "url": "https://github.com/bpc-clone/bpc_updates/releases/download/latest/bypass_paywalls_clean-latest.xpi"
} }
}, },
"cmp-nvim-lsp-src": { "cmp-nvim-lsp-src": {

View File

@ -185,7 +185,7 @@
# Firefox addon from outside the extension store # Firefox addon from outside the extension store
bypass-paywalls-clean = { bypass-paywalls-clean = {
# https://gitlab.com/magnolia1234/bpc-uploads/-/commits/master/?ref_type=HEADS # 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; flake = false;
}; };

View File

@ -10,7 +10,7 @@ inputs: _final: prev: {
prev.stdenv.mkDerivation rec { prev.stdenv.mkDerivation rec {
pname = "bypass-paywalls-clean"; pname = "bypass-paywalls-clean";
version = "3.4.9.0"; 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; preferLocalBuild = true;
allowSubstitutes = true; allowSubstitutes = true;
buildCommand = '' buildCommand = ''