Skip to content

Commit

Permalink
try to update mtab
Browse files Browse the repository at this point in the history
wip

update sha256

bump version

update it correctly

update sha256
  • Loading branch information
yuanwang-wf committed Oct 13, 2024
1 parent f8ff16f commit b90db6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/browsers/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ in
kagi-search
userchrome-toggle-extended
sidebery
# https://addons.mozilla.org/api/v5/addons/search/?q=mtab
# curl -sS https://addons.mozilla.org/api/v5/addons/search/\?q\=mtab | jq -r '.results[0].current_version.file'
(buildFirefoxXpiAddon {
pname = "mtab";
version = "1.3.7";
version = "1.5.9";
addonId = "contact@maxhu.dev";
url = "https://addons.mozilla.org/firefox/downloads/file/4333689/mtab-1.3.7.xpi";
url = "https://addons.mozilla.org/firefox/downloads/file/4364715/mtab-1.5.9.xpi";
#sha256 = lib.fakeSha256;
sha256 = "sha256-kKh6VBoqB4ODmKowyRaWjsazm4GQpk5gyzZdrLTi+mc=";
sha256 = "sha256-Tbp/LD13PGmBBzWWNHx/qaZwnACZUrBvsHem8zsuh+Y=";
meta = with lib;
{
homepage = "https://github.com/maxhu08/mtab";
Expand Down

0 comments on commit b90db6a

Please sign in to comment.