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

This commit is contained in:
2024-07-01 06:13:25 +00:00
parent fe78f8bc45
commit 10f7714cfd

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.14";
hash = "sha256-ENDErGdNHiEnLorPEWr6iT/UFupO8WFyJh+/VyNyzDA=";
version = "11.16.15";
hash = "sha256-M+Qkz9N35oGZRKEv/legPB2ARqJmBFL/H26zfnHFtbU=";
};
fx_cast = fetchVersionedAddon rec {
extid = "fx_cast@matt.tf";