mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-22 12:19:00 +00:00
pkgs/firefox-addons: update as of 2025-02-17
Some checks failed
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build devcontainers / build-devcontainers (push) Has been cancelled
Cache outputs / build-custom-packages (push) Has been cancelled
Check flake outputs / check-outputs (push) Has been cancelled
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / build (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
Update flake inputs / update (push) Has been cancelled
Some checks failed
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build devcontainers / build-devcontainers (push) Has been cancelled
Cache outputs / build-custom-packages (push) Has been cancelled
Check flake outputs / check-outputs (push) Has been cancelled
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / build (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
Update flake inputs / update (push) Has been cancelled
This commit is contained in:
parent
881dc0f643
commit
cd1d02aa11
@ -204,21 +204,6 @@
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"tineye-reverse-image-search" = buildFirefoxXpiAddon {
|
|
||||||
pname = "tineye-reverse-image-search";
|
|
||||||
version = "2.0.4";
|
|
||||||
addonId = "tineye@ideeinc.com";
|
|
||||||
url = "https://addons.mozilla.org/firefox/downloads/file/4074627/tineye_reverse_image_search-2.0.4.xpi";
|
|
||||||
sha256 = "cece89c89f4480c6b69336b43c0dd2970058f2658e6cfd0160d05ba3c0cfc1b0";
|
|
||||||
meta = with lib;
|
|
||||||
{
|
|
||||||
homepage = "https://tineye.com/";
|
|
||||||
description = "Click on any image on the web to search for it on TinEye. Recommended by Firefox! \r\nDiscover where an image came from, see how it is being used, check if modified versions exist or locate high resolution versions. Made with love by the TinEye team.";
|
|
||||||
license = licenses.mit;
|
|
||||||
mozPermissions = [ "contextMenus" "storage" ];
|
|
||||||
platforms = platforms.all;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
"tor-control" = buildFirefoxXpiAddon {
|
"tor-control" = buildFirefoxXpiAddon {
|
||||||
pname = "tor-control";
|
pname = "tor-control";
|
||||||
version = "0.1.5";
|
version = "0.1.5";
|
||||||
|
Loading…
Reference in New Issue
Block a user