ublock-origin: 1.52.3b17 -> 1.53.1b1

This commit is contained in:
2023-11-02 10:35:54 +00:00
parent bee3b664c9
commit 0628bd7880
2 changed files with 4 additions and 4 deletions

View File

@@ -7,12 +7,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "bypass-paywalls-clean"; pname = "bypass-paywalls-clean";
version = "3.3.9.0"; version = "3.4.0.0";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "magnolia1234"; owner = "magnolia1234";
repo = "bypass-paywalls-firefox-clean"; repo = "bypass-paywalls-firefox-clean";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-nZgHAbE4TAhO0xtKQzPBd3Ij/h2H6w+bMlZU839hBAc="; hash = "sha256-TVvhKKDDIjb6Dc7mNoyGSmK6k0WbwVBBqlxrSzrsZdk=";
}; };
patches = [ patches = [

View File

@@ -150,8 +150,8 @@ in (lib.makeScope newScope (self: with self; {
# N.B.: a handful of versions are released unsigned # N.B.: a handful of versions are released unsigned
# url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.signed.xpi"; # url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.signed.xpi";
url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.firefox.signed.xpi"; url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.firefox.signed.xpi";
version = "1.52.3b17"; version = "1.53.1b1";
hash = "sha256-2/IKn1/lZoD1OVST6yPrlDrARNxHRgKkQJyb8qvHXjY="; hash = "sha256-e24ZoT1hrKDmxtfiieqCMVhAlzY4jHbO5hK31c0BQwI=";
}; };
}; };
})).overrideScope (self: super: })).overrideScope (self: super: