firefox-extensions: bump to latest
This commit is contained in:
@@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bypass-paywalls-clean";
|
pname = "bypass-paywalls-clean";
|
||||||
version = "3.5.2.0";
|
version = "3.5.3.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-LGAGL8uDV4wXk2DPzhwl35UV+Idj+tbdYsOBOudVqVM=";
|
hash = "sha256-bWo1O5JpehToShsqKzmlFxLx4kbxBAYcMtJKQBGPfO4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@@ -121,8 +121,8 @@ in (lib.makeScope newScope (self: with self; {
|
|||||||
extid = "webextension@metamask.io";
|
extid = "webextension@metamask.io";
|
||||||
pname = "ether-metamask";
|
pname = "ether-metamask";
|
||||||
url = "https://github.com/MetaMask/metamask-extension/releases/download/v${version}/metamask-firefox-${version}.zip";
|
url = "https://github.com/MetaMask/metamask-extension/releases/download/v${version}/metamask-firefox-${version}.zip";
|
||||||
version = "11.7.4";
|
version = "11.8.0";
|
||||||
hash = "sha256-HG1B6svtSW6Lffmj7X5tuHCiPLkEJ7R4DJWJMgN6OsQ=";
|
hash = "sha256-X9y4EwYze6ja1cPRSEwtyDgIfeb8RJGa66Qts1X+2DM=";
|
||||||
};
|
};
|
||||||
fx_cast = fetchVersionedAddon rec {
|
fx_cast = fetchVersionedAddon rec {
|
||||||
extid = "fx_cast@matt.tf";
|
extid = "fx_cast@matt.tf";
|
||||||
@@ -154,15 +154,15 @@ in (lib.makeScope newScope (self: with self; {
|
|||||||
pname = "sidebery";
|
pname = "sidebery";
|
||||||
# N.B.: unsure if this URL format is stable
|
# N.B.: unsure if this URL format is stable
|
||||||
url = "https://github.com/mbnuqw/sidebery/releases/download/v${version}/sidebery-${version}-unsigned.zip";
|
url = "https://github.com/mbnuqw/sidebery/releases/download/v${version}/sidebery-${version}-unsigned.zip";
|
||||||
version = "5.0.0";
|
version = "5.1.1";
|
||||||
hash = "sha256-tHTU/l8ct+tY1/H+nZf3VlMlwoYn68+0pgeuFzm91XY=";
|
hash = "sha256-tHTU/l8ct+tY1/H+nZf3VlMlwoYn68+0pgeuFzm91XY=";
|
||||||
};
|
};
|
||||||
sponsorblock = fetchVersionedAddon rec {
|
sponsorblock = fetchVersionedAddon rec {
|
||||||
extid = "sponsorBlocker@ajay.app";
|
extid = "sponsorBlocker@ajay.app";
|
||||||
pname = "sponsorblock";
|
pname = "sponsorblock";
|
||||||
url = "https://github.com/ajayyy/SponsorBlock/releases/download/${version}/FirefoxSignedInstaller.xpi";
|
url = "https://github.com/ajayyy/SponsorBlock/releases/download/${version}/FirefoxSignedInstaller.xpi";
|
||||||
version = "5.5.3";
|
version = "5.5.4";
|
||||||
hash = "sha256-AuBXi9BAwhb65fpxeCKjINaANEsDKxCiaspvNtIb3kU=";
|
hash = "sha256-vYb76eynoe4MWbwo9T4PieGZldTKD/AMV4D9pUUE7Ls=";
|
||||||
};
|
};
|
||||||
ublacklist = fetchVersionedAddon rec {
|
ublacklist = fetchVersionedAddon rec {
|
||||||
extid = "@ublacklist";
|
extid = "@ublacklist";
|
||||||
@@ -177,8 +177,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.55.1b22";
|
version = "1.55.1b28";
|
||||||
hash = "sha256-39LS13cc691GEbxR7Zr27hpHrRI0uLQDXmkOoECNQ90=";
|
hash = "sha256-QHVcVymrQ3MxfOJr+skZrWEM9A+CliiyL7xIQskwdGY=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})).overrideScope (self: super:
|
})).overrideScope (self: super:
|
||||||
|
Reference in New Issue
Block a user