firefox-extensions: -> latest
This commit is contained in:
@@ -129,8 +129,8 @@ let
|
||||
extid = "webextension@metamask.io";
|
||||
pname = "ether-metamask";
|
||||
url = "https://github.com/MetaMask/metamask-extension/releases/download/v${version}/metamask-firefox-${version}.zip";
|
||||
version = "12.4.2";
|
||||
hash = "sha256-nz5FxaJWAEkkE5C8wjq7LeXtOBKJqpscdVloguRb4F0=";
|
||||
version = "12.5.0";
|
||||
hash = "sha256-3DO7JtMAn6HpeQtU/uq+wjnqhWvv/rJ0Lc4e+qkn54k=";
|
||||
};
|
||||
fx_cast = fetchVersionedAddon rec {
|
||||
extid = "fx_cast@matt.tf";
|
||||
@@ -166,8 +166,8 @@ let
|
||||
# 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}.firefox.signed.xpi";
|
||||
version = "1.60.1b15";
|
||||
hash = "sha256-7q3/3gfoYufrEcGC55H6Mh68aQ9g99Ft/HB5ZRZXmTc=";
|
||||
version = "1.60.1b16";
|
||||
hash = "sha256-f3/B+ibTAbU7qGK/vbYR29VCY+3bTxaii37s937VmMY=";
|
||||
};
|
||||
};
|
||||
}) ).overrideScope (self: super:
|
||||
|
Reference in New Issue
Block a user