firefox-extensions.{sponsorblock,ublacklist} -> latest

This commit is contained in:
2024-11-17 06:04:28 +00:00
parent 21f4b1d9f1
commit 39fd6b4309

View File

@@ -150,8 +150,8 @@ let
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.9.5"; version = "5.9.6";
hash = "sha256-1sCGgwmcBAG533yQfaDy/Lo0Oz8M8GaBB+U/rxDNvKE="; hash = "sha256-J28tcJt1mZfFgrmjMdtSvc0uP1//ksP1AKYkF6s6CRs=";
}; };
ublacklist = fetchVersionedAddon rec { ublacklist = fetchVersionedAddon rec {
extid = "@ublacklist"; extid = "@ublacklist";
@@ -166,8 +166,8 @@ let
# 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.61.1b1"; version = "1.61.1b4";
hash = "sha256-8hh6yx15WBqDt/g7de152tfCpCxG4v46pkkAWYf4pGQ="; hash = "sha256-tIeqM/SVy90kTY0tkOsRpq5nS1QkGNOVMKnQeWqjUG4=";
}; };
}; };
}) ).overrideScope (self: super: }) ).overrideScope (self: super: