ublock-origin: 1.52.3b17 -> 1.53.1b1
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bypass-paywalls-clean";
|
||||
version = "3.3.9.0";
|
||||
version = "3.4.0.0";
|
||||
src = fetchFromGitLab {
|
||||
owner = "magnolia1234";
|
||||
repo = "bypass-paywalls-firefox-clean";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-nZgHAbE4TAhO0xtKQzPBd3Ij/h2H6w+bMlZU839hBAc=";
|
||||
hash = "sha256-TVvhKKDDIjb6Dc7mNoyGSmK6k0WbwVBBqlxrSzrsZdk=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@@ -150,8 +150,8 @@ in (lib.makeScope newScope (self: with self; {
|
||||
# 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}.firefox.signed.xpi";
|
||||
version = "1.52.3b17";
|
||||
hash = "sha256-2/IKn1/lZoD1OVST6yPrlDrARNxHRgKkQJyb8qvHXjY=";
|
||||
version = "1.53.1b1";
|
||||
hash = "sha256-e24ZoT1hrKDmxtfiieqCMVhAlzY4jHbO5hK31c0BQwI=";
|
||||
};
|
||||
};
|
||||
})).overrideScope (self: super:
|
||||
|
Reference in New Issue
Block a user