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

This commit is contained in:
2024-06-26 21:00:27 +00:00
parent 989344f87e
commit 8ef1af7e22

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.13";
hash = "sha256-aiWFfGGbjFfKEJSe2wnCfxSABs6ELQ2h0x90IAF3wec=";
version = "11.16.14";
hash = "sha256-ENDErGdNHiEnLorPEWr6iT/UFupO8WFyJh+/VyNyzDA=";
};
fx_cast = fetchVersionedAddon rec {
extid = "fx_cast@matt.tf";