1
0
forked from colin/nix-files

firefox-extensions.sidebery: downgrade 5.1.1 -> 5.0.0

release format is inconsistent; would need to build from-source to reliably use the latest version(s)
This commit is contained in:
Colin 2024-02-02 23:26:14 +00:00
parent 0ee9f2026c
commit 24e6e6cacc

View File

@ -153,8 +153,9 @@ in (lib.makeScope newScope (self: with self; {
extid = "{3c078156-979c-498b-8990-85f7987dd929}";
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.1.1";
version = "5.0.0";
hash = "sha256-tHTU/l8ct+tY1/H+nZf3VlMlwoYn68+0pgeuFzm91XY=";
};
sponsorblock = fetchVersionedAddon rec {