sponsorblock: 5.6.1 -> 5.6 ; ublacklist: 8.8.1 -> 8.8.2

This commit is contained in:
Colin 2024-06-24 14:19:14 +00:00
parent 7955d90f8d
commit 283ca45c5d

View File

@ -166,15 +166,15 @@ in (lib.makeScope newScope (self: with self; {
extid = "sponsorBlocker@ajay.app";
pname = "sponsorblock";
url = "https://github.com/ajayyy/SponsorBlock/releases/download/${version}/FirefoxSignedInstaller.xpi";
version = "5.6.1";
hash = "sha256-b2FIVcOaRyJjWOTtXT9XrLWzcptcuxKJltDGFjpWPRQ=";
version = "5.7";
hash = "sha256-ZP1ygz9pkai4/RQ6IP/Sty0NN2sDiDA7d7Ke8GyZmy0=";
};
ublacklist = fetchVersionedAddon rec {
extid = "@ublacklist";
pname = "ublacklist";
url = "https://github.com/iorate/ublacklist/releases/download/v${version}/ublacklist-v${version}-firefox.zip";
version = "8.8.1";
hash = "sha256-b9XiA62Hc32enn04DfUJDVW+Wab5zKgUFwO+oFeTT/w=";
version = "8.8.2";
hash = "sha256-bwHpUKyUQrvjBRrQUp2CY1vVhmxOOvLS8T4J9/P1J88=";
};
ublock-origin = fetchVersionedAddon rec {
extid = "uBlock0@raymondhill.net";