firefox-extensions.ether-metamask: 11.16.12 -> 11.16.13

This commit is contained in:
Colin 2024-06-22 01:24:58 +00:00
parent 86ee95f607
commit 832338488d

View File

@ -145,8 +145,8 @@ in (lib.makeScope newScope (self: with self; {
extid = "webextension@metamask.io";
pname = "ether-metamask";
url = "https://github.com/MetaMask/metamask-extension/releases/download/v${version}/metamask-firefox-${version}.zip";
version = "11.16.12";
hash = "sha256-KWzPNnVmdF5Nd9/gBMZmovaW3Py/DTiW/brj19l/p1k=";
version = "11.16.13";
hash = "sha256-aiWFfGGbjFfKEJSe2wnCfxSABs6ELQ2h0x90IAF3wec=";
};
fx_cast = fetchVersionedAddon rec {
extid = "fx_cast@matt.tf";