more updates

This commit is contained in:
Noah Masur
2025-03-07 18:19:35 -05:00
parent fc8f460559
commit 8f5b3e86e3
10 changed files with 101 additions and 88 deletions

View File

@ -5,20 +5,17 @@
pkgs.stdenv.mkDerivation rec {
pname = "bypass-paywalls-clean";
version = "4.0.5.3";
version = "4.0.6.0";
src = builtins.fetchGit {
url = "https://gitflic.ru/magnolia1234/bpc_uploads";
url = "https://gitflic.ru/project/magnolia1234/bpc_uploads.git";
ref = "main";
# owner = "magnolia1234";
# repo = "bpc_uploads";
rev = "365832a498fa58cb124e74e3836edc182178c6de";
# sha256 = "0000000000000000000000000000000000000000000000000000";
rev = "a3012f84bad9719760150832803f2ea07af8dae3";
};
preferLocalBuild = true;
allowSubstitutes = true;
buildCommand = ''
dst="$out/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
mkdir -p "$dst"
install -v -m644 "${src}" "$dst/magnolia@12.34.xpi"
install -v -m644 "${src}/bypass_paywalls_clean-${version}.xpi" "$dst/magnolia@12.34.xpi"
'';
}