firefox-extensions.sidebery: 5.0.0 -> 5.1.1.7

This commit is contained in:
Colin 2024-02-26 18:07:45 +00:00
parent 821c631b1d
commit 1098d121b4
1 changed files with 5 additions and 3 deletions

View File

@ -144,9 +144,11 @@ in (lib.makeScope newScope (self: with self; {
pname = "sidebery";
# N.B.: unsure if this URL format is stable
# 2024/02/02: nope, dev is inconsistent with releases
url = "https://github.com/mbnuqw/sidebery/releases/download/v${version}/sidebery-${version}-unsigned.zip";
version = "5.0.0";
hash = "sha256-tHTU/l8ct+tY1/H+nZf3VlMlwoYn68+0pgeuFzm91XY=";
url = let
versionPrefix = lib.concatStringsSep "." (lib.take 3 (lib.splitVersion version));
in "https://github.com/mbnuqw/sidebery/releases/download/v${versionPrefix}/sidebery-${version}.xpi";
version = "5.1.1.7";
hash = "sha256-v1tBJhzypkb3GtFSzCcqNwjMXVqczZq0wBF1DPo88cY=";
};
sponsorblock = fetchVersionedAddon rec {
extid = "sponsorBlocker@ajay.app";