firefox-extensions.ublacklist: 8.9.0 -> 8.9.1

This commit is contained in:
2024-07-22 06:18:49 +00:00
parent 6e3a790a46
commit a79d9b1823

View File

@@ -173,8 +173,8 @@ in (lib.makeScope newScope (self: with self; {
extid = "@ublacklist";
pname = "ublacklist";
url = "https://github.com/iorate/ublacklist/releases/download/v${version}/ublacklist-v${version}-firefox.zip";
version = "8.9.0";
hash = "sha256-gn9PFBzL0JH61YPCL7vCrZoRmvq9jfl8U93xShq3eRg=";
version = "8.9.1";
hash = "sha256-8iBNqjm6uQ0SEHwEbAmYpMq4kqPkZP3z5XqBD8vG/rk=";
};
ublock-origin = fetchVersionedAddon rec {
extid = "uBlock0@raymondhill.net";