firefox.extensions.metamask: 11.16.8 -> 11.16.9

This commit is contained in:
Colin 2024-06-12 08:37:59 +00:00
parent 60c13d34a7
commit 111c69b368

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.8";
hash = "sha256-32KkO72afC9Cm0siiobkCZKmfZqm8/Z6SJK8KwNdeTw=";
version = "11.16.9";
hash = "sha256-IYRCR0jX2agMHj/Pnnc+q6X92yrhdIJF+uRtw7C2T2k=";
};
fx_cast = fetchVersionedAddon rec {
extid = "fx_cast@matt.tf";