nixos-configs/scopedPackages/firefox-addons/generated-firefox-addons.nix

380 lines
14 KiB
Nix
Raw Normal View History

2023-11-22 15:33:16 -05:00
{
buildFirefoxXpiAddon,
fetchurl,
lib,
stdenv,
}: {
2024-06-29 17:46:32 -04:00
"auto-refresh-page" = buildFirefoxXpiAddon {
pname = "auto-refresh-page";
version = "3.2";
addonId = "{da35dad8-f912-4c74-8f64-c4e6e6d62610}";
url = "https://addons.mozilla.org/firefox/downloads/file/4064190/auto_refresh_page-3.2.xpi";
sha256 = "e703d1031107bb440e3081b210e58ebf5a05a620683e42ce6255b66994475f8d";
meta = with lib; {
homepage = "https://www.hashtap.com/@refresh";
description = "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.";
license = licenses.mit;
mozPermissions = [
"tabs"
"storage"
"contextMenus"
"browsingData"
"notifications"
"webRequest"
"webRequestBlocking"
"<all_urls>"
];
platforms = platforms.all;
};
};
2024-06-10 22:57:20 -04:00
"bitwarden" = buildFirefoxXpiAddon {
pname = "bitwarden";
chore: update sources Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/12fa0fb' (2024-11-26) → 'github:Aylur/astal/990f031' (2024-11-29) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/91af66e' (2024-11-26) → 'github:elchininet/custom-sidebar/16d609c' (2024-11-29) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=d472d8d' (2024-11-24) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0ae3c1f' (2024-11-28) • Updated input 'home-manager': 'github:nix-community/home-manager/a995363' (2024-11-24) → 'github:nix-community/home-manager/819f682' (2024-11-29) • Updated input 'hyprland': 'github:hyprwm/Hyprland/1fb720b' (2024-11-26) → 'github:hyprwm/Hyprland/8f83d29' (2024-11-28) • Updated input 'hyprpaper': 'github:hyprwm/hyprpaper/0b5e350' (2024-11-22) → 'github:hyprwm/hyprpaper/a3ceb20' (2024-11-28) • Added input 'hyprpaper/hyprgraphics': 'github:hyprwm/hyprgraphics/4d927a5' (2024-11-28) • Added input 'hyprpaper/hyprgraphics/hyprutils': follows 'hyprpaper/hyprutils' • Added input 'hyprpaper/hyprgraphics/nixpkgs': follows 'hyprpaper/nixpkgs' • Added input 'hyprpaper/hyprgraphics/systems': follows 'hyprpaper/systems' • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/e86d2ad' (2024-11-26) → 'github:Jovian-Experiments/Jovian-NixOS/8d7b214' (2024-11-27) • Updated input 'nh': 'github:viperML/nh/51020a2' (2024-11-26) → 'github:viperML/nh/24293d6' (2024-11-28) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/18b8f07' (2024-11-25) → 'github:fufexan/nix-gaming/effe1d5' (2024-11-28) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/af74f7c' (2024-11-26) → 'github:nix-community/nixpkgs-wayland/ebf97a6' (2024-11-30) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/20df51f' (2024-11-24) → 'github:matt1432/nixos-pcsd/462c938' (2024-11-28) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/56f76f9' (2024-11-26) → 'github:make-all/tuya-local/3014096' (2024-11-29) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:3c856bdd10f7f0035ef7812e774e64023af7b7d609c29e32177320e11039974f → sha256:dc29037a106628d8020cfb96bd5856dfe5db431ab6a6430455fab2a741249215 • rssbridge/rss-bridge latest: sha256:72218407217f2495a5f7f39b0adc1fdefba05c2fdecae6d4df1192389a250426 → sha256:401f80f28223b2ec3d9e7026d83f61f99e224a1013967fec2a808074faa04449 • onlyoffice/documentserver latest: sha256:4af9878e3c663739f313ab60ad43f810a3c21d3726652efcd11917b95da1e4f7 → sha256:3489a54c581414055dd9bfa3890435e5e6fc8c4ce0ffdd65cf3c7869f680cf81 • ghcr.io/linuxserver/sabnzbd latest: sha256:1bd04442a6cb35fc8f4a18c474ba93d6600026dcbd364d0577e63cc6cdebfd87 → sha256:1d31c01bb765cfbbe916b418b336223b07541e50065e6b4284f5ffb8ea452d12 Firefox Addons: bitwarden: 2024.11.0 -> 2024.11.2
2024-11-29 22:07:27 -05:00
version = "2024.11.2";
2024-06-10 22:57:20 -04:00
addonId = "{446900e4-71c2-419f-a6a7-df9c091e268b}";
chore: update sources Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/12fa0fb' (2024-11-26) → 'github:Aylur/astal/990f031' (2024-11-29) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/91af66e' (2024-11-26) → 'github:elchininet/custom-sidebar/16d609c' (2024-11-29) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=d472d8d' (2024-11-24) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0ae3c1f' (2024-11-28) • Updated input 'home-manager': 'github:nix-community/home-manager/a995363' (2024-11-24) → 'github:nix-community/home-manager/819f682' (2024-11-29) • Updated input 'hyprland': 'github:hyprwm/Hyprland/1fb720b' (2024-11-26) → 'github:hyprwm/Hyprland/8f83d29' (2024-11-28) • Updated input 'hyprpaper': 'github:hyprwm/hyprpaper/0b5e350' (2024-11-22) → 'github:hyprwm/hyprpaper/a3ceb20' (2024-11-28) • Added input 'hyprpaper/hyprgraphics': 'github:hyprwm/hyprgraphics/4d927a5' (2024-11-28) • Added input 'hyprpaper/hyprgraphics/hyprutils': follows 'hyprpaper/hyprutils' • Added input 'hyprpaper/hyprgraphics/nixpkgs': follows 'hyprpaper/nixpkgs' • Added input 'hyprpaper/hyprgraphics/systems': follows 'hyprpaper/systems' • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/e86d2ad' (2024-11-26) → 'github:Jovian-Experiments/Jovian-NixOS/8d7b214' (2024-11-27) • Updated input 'nh': 'github:viperML/nh/51020a2' (2024-11-26) → 'github:viperML/nh/24293d6' (2024-11-28) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/18b8f07' (2024-11-25) → 'github:fufexan/nix-gaming/effe1d5' (2024-11-28) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/af74f7c' (2024-11-26) → 'github:nix-community/nixpkgs-wayland/ebf97a6' (2024-11-30) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/20df51f' (2024-11-24) → 'github:matt1432/nixos-pcsd/462c938' (2024-11-28) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/56f76f9' (2024-11-26) → 'github:make-all/tuya-local/3014096' (2024-11-29) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:3c856bdd10f7f0035ef7812e774e64023af7b7d609c29e32177320e11039974f → sha256:dc29037a106628d8020cfb96bd5856dfe5db431ab6a6430455fab2a741249215 • rssbridge/rss-bridge latest: sha256:72218407217f2495a5f7f39b0adc1fdefba05c2fdecae6d4df1192389a250426 → sha256:401f80f28223b2ec3d9e7026d83f61f99e224a1013967fec2a808074faa04449 • onlyoffice/documentserver latest: sha256:4af9878e3c663739f313ab60ad43f810a3c21d3726652efcd11917b95da1e4f7 → sha256:3489a54c581414055dd9bfa3890435e5e6fc8c4ce0ffdd65cf3c7869f680cf81 • ghcr.io/linuxserver/sabnzbd latest: sha256:1bd04442a6cb35fc8f4a18c474ba93d6600026dcbd364d0577e63cc6cdebfd87 → sha256:1d31c01bb765cfbbe916b418b336223b07541e50065e6b4284f5ffb8ea452d12 Firefox Addons: bitwarden: 2024.11.0 -> 2024.11.2
2024-11-29 22:07:27 -05:00
url = "https://addons.mozilla.org/firefox/downloads/file/4392295/bitwarden_password_manager-2024.11.2.xpi";
sha256 = "38faecbfca76086a54e62b6e2036eae45e9d9f9f3aee4c7a72b652593f51b8e7";
2023-11-22 15:33:16 -05:00
meta = with lib; {
2024-06-10 22:57:20 -04:00
homepage = "https://bitwarden.com";
description = "At home, at work, or on the go, Bitwarden easily secures all your passwords, passkeys, and sensitive information.";
license = licenses.gpl3;
mozPermissions = [
"<all_urls>"
2024-06-10 22:57:20 -04:00
"*://*/*"
"tabs"
2024-06-10 22:57:20 -04:00
"contextMenus"
"storage"
2024-06-10 22:57:20 -04:00
"unlimitedStorage"
"clipboardRead"
"clipboardWrite"
"idle"
chore: update flake.lock Flake Inputs: • Updated input 'caddy-plugins': 'github:matt1432/nixos-caddy-cloudflare/3e6819b' (2024-07-04) → 'github:matt1432/nixos-caddy-cloudflare/f2a856f' (2024-07-30) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/4df152b' (2024-07-29) → 'github:matt1432/discord-nightly-overlay/a9c387d' (2024-07-30) • Updated input 'home-manager': 'github:nix-community/home-manager/89670e2' (2024-07-29) → 'github:nix-community/home-manager/4fcd54d' (2024-07-30) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=e673220&submodules=1' (2024-07-29) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=3b9b534&submodules=1' (2024-07-30) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/4918e57' (2024-07-27) → 'github:hyprwm/aquamarine/7c3565f' (2024-07-30) • Updated input 'hyprland/xdph': 'github:hyprwm/xdg-desktop-portal-hyprland/0e2f3b9' (2024-07-28) → 'github:hyprwm/xdg-desktop-portal-hyprland/7f2a77d' (2024-07-30) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/4b8f983' (2024-07-26) → 'github:matt1432/nixos-jellyfin/7253d43' (2024-07-30) • Updated input 'khepri': 'github:matt1432/khepri/52d9b7e' (2024-07-24) → 'github:matt1432/khepri/a7d1a51' (2024-07-30) • Updated input 'minix': 'github:matt1432/Minix/7537fb8' (2024-07-13) → 'github:matt1432/Minix/d3f8c44' (2024-07-30) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b73c222' (2024-07-27) → 'github:NixOS/nixpkgs/3fcada1' (2024-07-30) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/6642ef6' (2024-07-28) → 'github:nix-community/nixpkgs-wayland/8badd76' (2024-07-30) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/62b44c2' (2024-07-27) → 'github:matt1432/nixos-pcsd/3fa8578' (2024-07-30) • Updated input 'pr-tracker': 'github:matt1432/pr-tracker/c0df731' (2024-07-30) → 'github:matt1432/pr-tracker/8e93c30' (2024-07-30) Docker Images: • codeberg.org/forgejo/forgejo 8.0.0: sha256:6f4620d8fb4bb8288315b07ca65286da958745d623fc9eaef4bb4e0e34c68b3d → sha256:f3ec5c63038cf2ce31a71e50e48b24c334ba0a5233808d1a5a60d45203f84f02 • rssbridge/rss-bridge latest: sha256:5d8906da7276396e077e054eb7e646f4f02d639be60a0b3bded97ec751fc0700 → sha256:6161fe1fef70ad077dcae364164d7739c9c0d76bbc7f154dd64a2352fc93f291 • ghcr.io/immich-app/immich-machine-learning v1.111.0: sha256:794c3fc4a1da9925f1fdd4ac13fd0646f11a5f682bd50e1cd7e2283f3332ac65 → sha256:d4a5db2c7cda2897abea98a3d5fd0c3cc76618fff271708075faeee426fe1b64 • ghcr.io/immich-app/immich-server v1.111.0: sha256:9de91632ea5c0aabcd5558cab8b270f6bde00679fc6bdc35806fb49367e4a583 → sha256:14ad5881f5afbea1dbf751e14acaafe00e6b012ffb18a56e9f117b00eb067d1d • ghcr.io/linuxserver/bazarr latest: sha256:25f0d19ba9226fdf15aec0fc7fa134ba89fc6f77f09d7bd45b33c5960c47821e → sha256:e70de8a714ac57395d45052392001ec433b8f48aa1c204f13dae312cbcbe43af Firefox Addons: bitwarden: 2024.6.3 -> 2024.7.1
2024-07-30 22:21:08 -04:00
"alarms"
"webRequest"
"webRequestBlocking"
2024-06-10 22:57:20 -04:00
"webNavigation"
"file:///*"
"https://lastpass.com/export.php"
];
2023-11-22 15:33:16 -05:00
platforms = platforms.all;
};
};
"checkmarks-web-ext" = buildFirefoxXpiAddon {
pname = "checkmarks-web-ext";
version = "1.6.1";
addonId = "{bd97f89b-17ba-4539-9fec-06852d07f917}";
url = "https://addons.mozilla.org/firefox/downloads/file/3594420/checkmarks_web_ext-1.6.1.xpi";
sha256 = "c3ccf4b302ee96c9b883c4a1f7d26395ab4e276b976cab2d65c9cd898964e4f0";
meta = with lib; {
homepage = "https://github.com/tanwald/checkmarks";
description = "Checks, sorts, formats bookmarks and loads favicons.";
license = licenses.gpl3;
mozPermissions = [
"<all_urls>"
"bookmarks"
"browsingData"
"storage"
"tabs"
"webNavigation"
"webRequest"
"webRequestBlocking"
];
platforms = platforms.all;
};
};
2024-06-10 22:57:20 -04:00
"darkreader" = buildFirefoxXpiAddon {
pname = "darkreader";
chore: update sources Flake Inputs: • Updated input 'ags': 'github:Aylur/ags' (2024-12-09) rev: ce27d3036f7fbebc3476ccbb5a1c51f0603c2475 → 'github:Aylur/ags' (2024-12-13) rev: 27cd93147aba09142fa585fd16f13c56268b696c • Updated input 'astal': 'github:Aylur/astal' (2024-12-11) rev: 6fbeb920eae7f5201d828230ac2ac00d78369251 → 'github:Aylur/astal' (2024-12-13) rev: 4f47b69946dd7127ba66e6333af4945afaba15de • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2024-12-11) rev: 7279c0c85ec2dc2669e7580c9a4e11596ef8505e → 'github:elchininet/custom-sidebar' (2024-12-12) rev: 1ea81c3b2f553847b8b01d1a7ec397e64e4340ca • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay' (2024-12-11) rev: 442631368d4fc16766ffa5fc230f1551d27fea2c → 'github:matt1432/discord-nightly-overlay' (2024-12-13) rev: f80d3bdb5db114e2a5ee5d49ba813756fc150c54 • Updated input 'home-manager': 'github:nix-community/home-manager' (2024-12-11) rev: 6e5b2d9e8014b5572e3367937a329e7053458d34 → 'github:nix-community/home-manager' (2024-12-13) rev: 66c5d8b62818ec4c1edb3e941f55ef78df8141a8 • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2024-12-11) rev: 300ae7caba4a13f18cb4193044bba2773e2f8fa7 → 'github:horriblename/hyprgrass' (2024-12-13) rev: dc19ccb209147312a4f60d76193b995c2634e756 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2024-12-11) rev: df956a0f6fbcfd7397b2d7b86883c0936c7795ec → 'github:hyprwm/Hyprland' (2024-12-13) rev: 61a51bb4ef5ff38a8482933da1756bf31d4475be • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2024-12-10) rev: 77ffd839fd9d60d139dc4a2ad6b6d526f4ad5a17 → 'github:Jovian-Experiments/Jovian-NixOS' (2024-12-12) rev: 71a588300c2902ca668f505be9f2fc4b4abf4c7e • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2024-12-10) rev: 89887483a47f9e7e849d43e5992f9da54b3e8e0e → 'github:fufexan/nix-gaming' (2024-12-12) rev: 43b9832ae7407054aa411d485e701b4a207ce6d3 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2024-12-09) rev: a73246e2eef4c6ed172979932bc80e1404ba2d56 → 'github:NixOS/nixpkgs' (2024-12-11) rev: 5d67ea6b4b63378b9c13be21e2ec9d1afc921713 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2024-12-11) rev: 948369631b8a53b56d847bb095d4fba7aea690ee → 'github:nix-community/nixpkgs-wayland' (2024-12-13) rev: 496de7758455678c1014925a12acc1e442c1912a • Updated input 'pcsd': 'github:matt1432/nixos-pcsd' (2024-12-04) rev: 36b19a9384336b8c589a59d0db61af7fc06f2112 → 'github:matt1432/nixos-pcsd' (2024-12-13) rev: 2632c3a670f73fada8e0830c3f6152524a17b323 • Updated input 'sops-nix': 'github:Mic92/sops-nix' (2024-12-09) rev: a80af8929781b5fe92ddb8ae52e9027fae780d2a → 'github:Mic92/sops-nix' (2024-12-12) rev: 2d73fc6ac4eba4b9a83d3cb8275096fbb7ab4004 • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-09) rev: 11d3822f3c06178e8c0d5a8d5d2eb122715060bf → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-12) rev: dd319cc6ce10863d695692ecffd48441d08e00b9 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2024-12-11) rev: 9dda00ef89311116f28f2e7f8da3490d05fca0b4 → 'github:make-all/tuya-local' (2024-12-13) rev: e6a7dd1cb485bbdda0bac82b89bac7f418f73704 Docker Images: • codeberg.org/forgejo/forgejo 9: sha256:5343937f18f2580300c5dbc0144df0994681fec2b8774e8a8ecee2d6c9f8c595 → sha256:3c34f11fe8b9983096eef3f8f25c2d2c21c4ae7504960cb203f0b075d1d8ed73 • rssbridge/rss-bridge latest: sha256:02ee316a6cd158706cd15480f44bc4db39ac0f5ab52b76d596083583e7416f7f → sha256:57b56306461cf71bcfc8c46632cc2105367a54a03eae6c403dd0a59de8fb6598 • nextcloud fpm: sha256:e452bb5fc952269c50196a9f914fb84d37f3bb8ef4ff96ad3b5080f990bed5c9 → sha256:aeb04735a4ef015560e88bb18a5dca7ef1e58f28b43665ed1d37bccee04b2699 Firefox Addons: darkreader: 4.9.96 -> 4.9.97
2024-12-13 12:30:17 -05:00
version = "4.9.97";
2024-06-10 22:57:20 -04:00
addonId = "addon@darkreader.org";
chore: update sources Flake Inputs: • Updated input 'ags': 'github:Aylur/ags' (2024-12-09) rev: ce27d3036f7fbebc3476ccbb5a1c51f0603c2475 → 'github:Aylur/ags' (2024-12-13) rev: 27cd93147aba09142fa585fd16f13c56268b696c • Updated input 'astal': 'github:Aylur/astal' (2024-12-11) rev: 6fbeb920eae7f5201d828230ac2ac00d78369251 → 'github:Aylur/astal' (2024-12-13) rev: 4f47b69946dd7127ba66e6333af4945afaba15de • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2024-12-11) rev: 7279c0c85ec2dc2669e7580c9a4e11596ef8505e → 'github:elchininet/custom-sidebar' (2024-12-12) rev: 1ea81c3b2f553847b8b01d1a7ec397e64e4340ca • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay' (2024-12-11) rev: 442631368d4fc16766ffa5fc230f1551d27fea2c → 'github:matt1432/discord-nightly-overlay' (2024-12-13) rev: f80d3bdb5db114e2a5ee5d49ba813756fc150c54 • Updated input 'home-manager': 'github:nix-community/home-manager' (2024-12-11) rev: 6e5b2d9e8014b5572e3367937a329e7053458d34 → 'github:nix-community/home-manager' (2024-12-13) rev: 66c5d8b62818ec4c1edb3e941f55ef78df8141a8 • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2024-12-11) rev: 300ae7caba4a13f18cb4193044bba2773e2f8fa7 → 'github:horriblename/hyprgrass' (2024-12-13) rev: dc19ccb209147312a4f60d76193b995c2634e756 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2024-12-11) rev: df956a0f6fbcfd7397b2d7b86883c0936c7795ec → 'github:hyprwm/Hyprland' (2024-12-13) rev: 61a51bb4ef5ff38a8482933da1756bf31d4475be • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2024-12-10) rev: 77ffd839fd9d60d139dc4a2ad6b6d526f4ad5a17 → 'github:Jovian-Experiments/Jovian-NixOS' (2024-12-12) rev: 71a588300c2902ca668f505be9f2fc4b4abf4c7e • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2024-12-10) rev: 89887483a47f9e7e849d43e5992f9da54b3e8e0e → 'github:fufexan/nix-gaming' (2024-12-12) rev: 43b9832ae7407054aa411d485e701b4a207ce6d3 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2024-12-09) rev: a73246e2eef4c6ed172979932bc80e1404ba2d56 → 'github:NixOS/nixpkgs' (2024-12-11) rev: 5d67ea6b4b63378b9c13be21e2ec9d1afc921713 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2024-12-11) rev: 948369631b8a53b56d847bb095d4fba7aea690ee → 'github:nix-community/nixpkgs-wayland' (2024-12-13) rev: 496de7758455678c1014925a12acc1e442c1912a • Updated input 'pcsd': 'github:matt1432/nixos-pcsd' (2024-12-04) rev: 36b19a9384336b8c589a59d0db61af7fc06f2112 → 'github:matt1432/nixos-pcsd' (2024-12-13) rev: 2632c3a670f73fada8e0830c3f6152524a17b323 • Updated input 'sops-nix': 'github:Mic92/sops-nix' (2024-12-09) rev: a80af8929781b5fe92ddb8ae52e9027fae780d2a → 'github:Mic92/sops-nix' (2024-12-12) rev: 2d73fc6ac4eba4b9a83d3cb8275096fbb7ab4004 • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-09) rev: 11d3822f3c06178e8c0d5a8d5d2eb122715060bf → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-12) rev: dd319cc6ce10863d695692ecffd48441d08e00b9 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2024-12-11) rev: 9dda00ef89311116f28f2e7f8da3490d05fca0b4 → 'github:make-all/tuya-local' (2024-12-13) rev: e6a7dd1cb485bbdda0bac82b89bac7f418f73704 Docker Images: • codeberg.org/forgejo/forgejo 9: sha256:5343937f18f2580300c5dbc0144df0994681fec2b8774e8a8ecee2d6c9f8c595 → sha256:3c34f11fe8b9983096eef3f8f25c2d2c21c4ae7504960cb203f0b075d1d8ed73 • rssbridge/rss-bridge latest: sha256:02ee316a6cd158706cd15480f44bc4db39ac0f5ab52b76d596083583e7416f7f → sha256:57b56306461cf71bcfc8c46632cc2105367a54a03eae6c403dd0a59de8fb6598 • nextcloud fpm: sha256:e452bb5fc952269c50196a9f914fb84d37f3bb8ef4ff96ad3b5080f990bed5c9 → sha256:aeb04735a4ef015560e88bb18a5dca7ef1e58f28b43665ed1d37bccee04b2699 Firefox Addons: darkreader: 4.9.96 -> 4.9.97
2024-12-13 12:30:17 -05:00
url = "https://addons.mozilla.org/firefox/downloads/file/4403051/darkreader-4.9.97.xpi";
sha256 = "32ba95331d99f07db48bd2dfd9c715010ec450b84494dec07e2954cdcf7fa447";
2024-06-10 22:57:20 -04:00
meta = with lib; {
homepage = "https://darkreader.org/";
description = "Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing.";
license = licenses.mit;
mozPermissions = [
"alarms"
"contextMenus"
"storage"
"tabs"
"theme"
"<all_urls>"
];
platforms = platforms.all;
};
};
2024-01-13 14:13:16 -05:00
"floccus" = buildFirefoxXpiAddon {
pname = "floccus";
chore: update sources Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2024-11-29) rev: 16d609cacba09038c348fbc55b7a5337e9e9f789 → 'github:elchininet/custom-sidebar' (2024-11-30) rev: dbae5ac3288d00e11abcb7c0535adaf7369a4419 • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay' (2024-11-26) rev: 0ea4f4d291ffa32a16a9a82153a23d049f700372 → 'github:matt1432/discord-nightly-overlay' (2024-11-30) rev: bc1e938628f7b3408473c1c3723e972cc01d7710 • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord' (2024-11-25) rev: 60b776669bb2775e561b9a3a670d6e33eef72a48 → 'github:Vendicated/vencord' (2024-11-29) rev: fcece6199511108f7f9eeec65a6d9120f720deb2 • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2024-11-28) rev: 0ae3c1f82702b07e5356a8e271e617c7dfe7135c → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2024-11-30) rev: 508934b14a78f420174c1953ee8460384444e72b • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2024-11-28) rev: 8f83d29f00bfa89d1e8fe94b4dda98fe898b6b0e → 'github:hyprwm/Hyprland' (2024-11-30) rev: d26439a0fe5594fb26d5a3c01571f9490a9a2d2c • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine' (2024-11-16) rev: b31a6a4da8199ae3489057db7d36069a70749a56 → 'github:hyprwm/aquamarine' (2024-11-18) rev: 4468981c1c50999f315baa1508f0e53c4ee70c52 • Updated input 'hyprland/pre-commit-hooks': 'github:cachix/git-hooks.nix' (2024-11-11) rev: cd1af27aa85026ac759d5d3fccf650abe7e1bbf0 → 'github:cachix/git-hooks.nix' (2024-11-19) rev: 3308484d1a443fc5bc92012435d79e80458fe43c • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2024-11-28) rev: effe1d54e23f430d3e803f63e9e47aba33acfb63 → 'github:fufexan/nix-gaming' (2024-12-01) rev: 59363ec701ee3e994a6c8afc88b61d1fab40c66a • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2024-11-25) rev: 4633a7c72337ea8fd23a4f2ba3972865e3ec685d → 'github:NixOS/nixpkgs' (2024-11-28) rev: 970e93b9f82e2a0f3675757eb0bfc73297cc6370 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2024-11-30) rev: ebf97a67a38cd2a1026943b8b8e95664d86379a1 → 'github:nix-community/nixpkgs-wayland' (2024-11-30) rev: 712cdbcfa5868076354ae62ed8beb3beb2d42df9 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2024-11-29) rev: 30140964a0056887a5380062a13b1f0ab86a9dbe → 'github:make-all/tuya-local' (2024-12-01) rev: de6244161aee9a22f7132c2ebc7a9aa7c63d2b3e Firefox Addons: floccus: 5.3.4 -> 5.4.0 Node modules: @eslint/js: 9.15.0 -> 9.16.0 @types/node: 22.9.1 -> 22.10.1 eslint: 9.15.0 -> 9.16.0 eslint-plugin-jsdoc: 50.5.0 -> 50.6.0 jiti: 2.4.0 -> 2.4.1 typescript: 5.6.3 -> 5.7.2 typescript-eslint: 8.15.0 -> 8.16.0
2024-11-30 23:41:03 -05:00
version = "5.4.0";
2024-01-13 14:13:16 -05:00
addonId = "floccus@handmadeideas.org";
chore: update sources Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2024-11-29) rev: 16d609cacba09038c348fbc55b7a5337e9e9f789 → 'github:elchininet/custom-sidebar' (2024-11-30) rev: dbae5ac3288d00e11abcb7c0535adaf7369a4419 • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay' (2024-11-26) rev: 0ea4f4d291ffa32a16a9a82153a23d049f700372 → 'github:matt1432/discord-nightly-overlay' (2024-11-30) rev: bc1e938628f7b3408473c1c3723e972cc01d7710 • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord' (2024-11-25) rev: 60b776669bb2775e561b9a3a670d6e33eef72a48 → 'github:Vendicated/vencord' (2024-11-29) rev: fcece6199511108f7f9eeec65a6d9120f720deb2 • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2024-11-28) rev: 0ae3c1f82702b07e5356a8e271e617c7dfe7135c → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2024-11-30) rev: 508934b14a78f420174c1953ee8460384444e72b • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2024-11-28) rev: 8f83d29f00bfa89d1e8fe94b4dda98fe898b6b0e → 'github:hyprwm/Hyprland' (2024-11-30) rev: d26439a0fe5594fb26d5a3c01571f9490a9a2d2c • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine' (2024-11-16) rev: b31a6a4da8199ae3489057db7d36069a70749a56 → 'github:hyprwm/aquamarine' (2024-11-18) rev: 4468981c1c50999f315baa1508f0e53c4ee70c52 • Updated input 'hyprland/pre-commit-hooks': 'github:cachix/git-hooks.nix' (2024-11-11) rev: cd1af27aa85026ac759d5d3fccf650abe7e1bbf0 → 'github:cachix/git-hooks.nix' (2024-11-19) rev: 3308484d1a443fc5bc92012435d79e80458fe43c • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2024-11-28) rev: effe1d54e23f430d3e803f63e9e47aba33acfb63 → 'github:fufexan/nix-gaming' (2024-12-01) rev: 59363ec701ee3e994a6c8afc88b61d1fab40c66a • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2024-11-25) rev: 4633a7c72337ea8fd23a4f2ba3972865e3ec685d → 'github:NixOS/nixpkgs' (2024-11-28) rev: 970e93b9f82e2a0f3675757eb0bfc73297cc6370 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2024-11-30) rev: ebf97a67a38cd2a1026943b8b8e95664d86379a1 → 'github:nix-community/nixpkgs-wayland' (2024-11-30) rev: 712cdbcfa5868076354ae62ed8beb3beb2d42df9 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2024-11-29) rev: 30140964a0056887a5380062a13b1f0ab86a9dbe → 'github:make-all/tuya-local' (2024-12-01) rev: de6244161aee9a22f7132c2ebc7a9aa7c63d2b3e Firefox Addons: floccus: 5.3.4 -> 5.4.0 Node modules: @eslint/js: 9.15.0 -> 9.16.0 @types/node: 22.9.1 -> 22.10.1 eslint: 9.15.0 -> 9.16.0 eslint-plugin-jsdoc: 50.5.0 -> 50.6.0 jiti: 2.4.0 -> 2.4.1 typescript: 5.6.3 -> 5.7.2 typescript-eslint: 8.15.0 -> 8.16.0
2024-11-30 23:41:03 -05:00
url = "https://addons.mozilla.org/firefox/downloads/file/4397347/floccus-5.4.0.xpi";
sha256 = "b0ce34be12a6e7906e10199f3a85481cb116ad39d4cb98b9b9a81c1a0a5ce35b";
2024-01-13 14:13:16 -05:00
meta = with lib; {
homepage = "https://floccus.org";
2024-05-07 22:50:49 -04:00
description = "Sync your bookmarks and tabs across browsers via Nextcloud, any WebDAV service, any Git service, via a local file, via Google Drive.";
2024-01-13 14:13:16 -05:00
license = licenses.mpl20;
mozPermissions = [
"*://*/*"
"alarms"
"bookmarks"
"storage"
"unlimitedStorage"
"tabs"
"identity"
];
platforms = platforms.all;
};
};
"frankerfacez" = buildFirefoxXpiAddon {
pname = "frankerfacez";
chore: update sources Flake Inputs: • Updated input 'ags': 'github:Aylur/ags/d8c2748' (2024-11-14) → 'github:Aylur/ags/3e270c8' (2024-11-15) • Updated input 'astal': 'github:Aylur/astal/d538d8e' (2024-11-14) → 'github:Aylur/astal/852cf24' (2024-11-17) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/8710f88' (2024-11-14) → 'github:elchininet/custom-sidebar/ffa2256' (2024-11-17) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=4d3e95d' (2024-11-13) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0ee6814' (2024-11-17) • Updated input 'gtk-theme-src': 'github:dracula/gtk/7803795' (2024-11-08) → 'github:dracula/gtk/fda0fb5' (2024-11-17) • Updated input 'home-manager': 'github:nix-community/home-manager/1d0862e' (2024-11-14) → 'github:nix-community/home-manager/f3a2ff6' (2024-11-17) • Updated input 'hyprland': 'github:hyprwm/Hyprland/098e491' (2024-11-15) → 'github:hyprwm/Hyprland/1ba050d' (2024-11-17) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/3b00e96' (2024-11-13) → 'github:hyprwm/aquamarine/b31a6a4' (2024-11-16) • Updated input 'hyprland/xdph': 'github:hyprwm/xdg-desktop-portal-hyprland/09b23ce' (2024-11-04) → 'github:hyprwm/xdg-desktop-portal-hyprland/8070f36' (2024-11-15) • Updated input 'hyprutils': 'github:hyprwm/hyprutils/315fba5' (2024-11-13) → 'github:hyprwm/hyprutils/e911361' (2024-11-15) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/5d0496a' (2024-11-12) → 'github:matt1432/nixos-jellyfin/cc508a8' (2024-11-17) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/7691d0a' (2024-11-10) → 'github:Jovian-Experiments/Jovian-NixOS/a2c6d8d' (2024-11-16) • Updated input 'material-symbols-src': 'github:beecho01/material-symbols/160f21e' (2024-11-10) → 'github:beecho01/material-symbols/1296eb0' (2024-11-17) • Updated input 'nh': 'github:viperML/nh/afdff9a' (2024-10-08) → 'github:viperML/nh/4ab65f4' (2024-11-17) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/5b3cac9' (2024-11-14) → 'github:fufexan/nix-gaming/88cd24b' (2024-11-17) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=9035246&submodules=1' (2024-11-05) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=66a1088&submodules=1' (2024-11-14) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/40d882b' (2024-11-14) → 'github:Mic92/nix-index-database/bdba246' (2024-11-17) • Updated input 'nixd': 'github:nix-community/nixd/1cf9ec0' (2024-11-08) → 'github:nix-community/nixd/0f3c0c7' (2024-11-15) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/dc460ec' (2024-11-11) → 'github:NixOS/nixpkgs/5e4fbfb' (2024-11-15) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/f2b7b11' (2024-11-14) → 'github:nix-community/nixpkgs-wayland/82cf224' (2024-11-17) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/1b10d74' (2024-11-14) → 'github:matt1432/nixos-pcsd/a615628' (2024-11-15) • Updated input 'sops-nix': 'github:Mic92/sops-nix/4c91d52' (2024-11-11) → 'github:Mic92/sops-nix/472741c' (2024-11-17) • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus/532daa8' (2024-11-03) → 'github:thlucas1/homeassistantcomponent_spotifyplus/751b378' (2024-11-15) • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython/64a1ce3' (2024-11-08) → 'github:thlucas1/SpotifyWebApiPython/13a2669' (2024-11-15) • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir/f703cc1' (2024-11-11) → 'github:gjsify/ts-for-gir/a366faa' (2024-11-16) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/acf1e9a' (2024-11-14) → 'github:make-all/tuya-local/f914065' (2024-11-17) • Updated input 'vimplugin-ts-error-translator-src': 'github:dmmulroy/ts-error-translator.nvim/3bd23c4' (2024-09-23) → 'github:dmmulroy/ts-error-translator.nvim/47e5ba8' (2024-11-16) Docker Images: • codeberg.org/forgejo/forgejo 9: sha256:dc2267f989b8c8f5b9152b11bbd353d4f1a097619c551558b01b8638554e9f5a → sha256:5343937f18f2580300c5dbc0144df0994681fec2b8774e8a8ecee2d6c9f8c595 • postgres 14: sha256:e7d3e4fdcdb4187649d50217c3a8fed20bee215cd19233004c9fb0eaeae5ecf0 → sha256:823196c45d0cdbf70e5782e1b6cc116b3417211ce1884c373afff97abec7be2f • postgres 15-alpine: sha256:846079648cd9ac5dbf977aa7ee68d7e57e8ed1e368d88b54298e3b8e96a23d88 → sha256:3b5f286a417dde5945504ef9156ff9436ffccf428048d7b52c1574c6fc752bb6 • ghcr.io/linuxserver/sonarr latest: sha256:c0281bd62b9a75f088fa4a09e5f8776431921883766633cb5e5fbd5a74761155 → sha256:a30d870ae503e617e84909367c8f19096567ef60834fa8d81d86d17a13e50d1a Firefox Addons: floccus: 5.3.3 -> 5.3.4 Misc Sources: Vuetorrent: 2.17.0 -> 2.18.0
2024-11-17 19:45:35 -05:00
version = "4.75.7.0";
addonId = "frankerfacez@frankerfacez.com";
chore: update sources Flake Inputs: • Updated input 'ags': 'github:Aylur/ags/d8c2748' (2024-11-14) → 'github:Aylur/ags/3e270c8' (2024-11-15) • Updated input 'astal': 'github:Aylur/astal/d538d8e' (2024-11-14) → 'github:Aylur/astal/852cf24' (2024-11-17) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/8710f88' (2024-11-14) → 'github:elchininet/custom-sidebar/ffa2256' (2024-11-17) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=4d3e95d' (2024-11-13) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=0ee6814' (2024-11-17) • Updated input 'gtk-theme-src': 'github:dracula/gtk/7803795' (2024-11-08) → 'github:dracula/gtk/fda0fb5' (2024-11-17) • Updated input 'home-manager': 'github:nix-community/home-manager/1d0862e' (2024-11-14) → 'github:nix-community/home-manager/f3a2ff6' (2024-11-17) • Updated input 'hyprland': 'github:hyprwm/Hyprland/098e491' (2024-11-15) → 'github:hyprwm/Hyprland/1ba050d' (2024-11-17) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/3b00e96' (2024-11-13) → 'github:hyprwm/aquamarine/b31a6a4' (2024-11-16) • Updated input 'hyprland/xdph': 'github:hyprwm/xdg-desktop-portal-hyprland/09b23ce' (2024-11-04) → 'github:hyprwm/xdg-desktop-portal-hyprland/8070f36' (2024-11-15) • Updated input 'hyprutils': 'github:hyprwm/hyprutils/315fba5' (2024-11-13) → 'github:hyprwm/hyprutils/e911361' (2024-11-15) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/5d0496a' (2024-11-12) → 'github:matt1432/nixos-jellyfin/cc508a8' (2024-11-17) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/7691d0a' (2024-11-10) → 'github:Jovian-Experiments/Jovian-NixOS/a2c6d8d' (2024-11-16) • Updated input 'material-symbols-src': 'github:beecho01/material-symbols/160f21e' (2024-11-10) → 'github:beecho01/material-symbols/1296eb0' (2024-11-17) • Updated input 'nh': 'github:viperML/nh/afdff9a' (2024-10-08) → 'github:viperML/nh/4ab65f4' (2024-11-17) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/5b3cac9' (2024-11-14) → 'github:fufexan/nix-gaming/88cd24b' (2024-11-17) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=9035246&submodules=1' (2024-11-05) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=66a1088&submodules=1' (2024-11-14) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/40d882b' (2024-11-14) → 'github:Mic92/nix-index-database/bdba246' (2024-11-17) • Updated input 'nixd': 'github:nix-community/nixd/1cf9ec0' (2024-11-08) → 'github:nix-community/nixd/0f3c0c7' (2024-11-15) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/dc460ec' (2024-11-11) → 'github:NixOS/nixpkgs/5e4fbfb' (2024-11-15) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/f2b7b11' (2024-11-14) → 'github:nix-community/nixpkgs-wayland/82cf224' (2024-11-17) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/1b10d74' (2024-11-14) → 'github:matt1432/nixos-pcsd/a615628' (2024-11-15) • Updated input 'sops-nix': 'github:Mic92/sops-nix/4c91d52' (2024-11-11) → 'github:Mic92/sops-nix/472741c' (2024-11-17) • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus/532daa8' (2024-11-03) → 'github:thlucas1/homeassistantcomponent_spotifyplus/751b378' (2024-11-15) • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython/64a1ce3' (2024-11-08) → 'github:thlucas1/SpotifyWebApiPython/13a2669' (2024-11-15) • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir/f703cc1' (2024-11-11) → 'github:gjsify/ts-for-gir/a366faa' (2024-11-16) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/acf1e9a' (2024-11-14) → 'github:make-all/tuya-local/f914065' (2024-11-17) • Updated input 'vimplugin-ts-error-translator-src': 'github:dmmulroy/ts-error-translator.nvim/3bd23c4' (2024-09-23) → 'github:dmmulroy/ts-error-translator.nvim/47e5ba8' (2024-11-16) Docker Images: • codeberg.org/forgejo/forgejo 9: sha256:dc2267f989b8c8f5b9152b11bbd353d4f1a097619c551558b01b8638554e9f5a → sha256:5343937f18f2580300c5dbc0144df0994681fec2b8774e8a8ecee2d6c9f8c595 • postgres 14: sha256:e7d3e4fdcdb4187649d50217c3a8fed20bee215cd19233004c9fb0eaeae5ecf0 → sha256:823196c45d0cdbf70e5782e1b6cc116b3417211ce1884c373afff97abec7be2f • postgres 15-alpine: sha256:846079648cd9ac5dbf977aa7ee68d7e57e8ed1e368d88b54298e3b8e96a23d88 → sha256:3b5f286a417dde5945504ef9156ff9436ffccf428048d7b52c1574c6fc752bb6 • ghcr.io/linuxserver/sonarr latest: sha256:c0281bd62b9a75f088fa4a09e5f8776431921883766633cb5e5fbd5a74761155 → sha256:a30d870ae503e617e84909367c8f19096567ef60834fa8d81d86d17a13e50d1a Firefox Addons: floccus: 5.3.3 -> 5.3.4 Misc Sources: Vuetorrent: 2.17.0 -> 2.18.0
2024-11-17 19:45:35 -05:00
url = "https://addons.mozilla.org/firefox/downloads/file/4383952/frankerfacez-4.75.7.0.xpi";
sha256 = "ea4e0bf5a69a58eb54b8b06ef4509ca05df2ebafc149419d21501357575266b2";
meta = with lib; {
homepage = "https://www.frankerfacez.com";
description = "The Twitch Enhancement Suite - Get custom emotes and tons of new features you'll never want to go without.";
mozPermissions = ["*://*.twitch.tv/*"];
platforms = platforms.all;
};
};
2023-11-22 15:33:16 -05:00
"google-container" = buildFirefoxXpiAddon {
pname = "google-container";
version = "1.5.4";
addonId = "@contain-google";
url = "https://addons.mozilla.org/firefox/downloads/file/3736912/google_container-1.5.4.xpi";
sha256 = "47a7c0e85468332a0d949928d8b74376192cde4abaa14280002b3aca4ec814d0";
meta = with lib; {
homepage = "https://github.com/containers-everywhere/contain-google";
description = "THIS IS NOT AN OFFICIAL ADDON FROM MOZILLA!\nIt is a fork of the Facebook Container addon.\n\nPrevent Google from tracking you around the web. The Google Container extension helps you take control and isolate your web activity from Google.";
license = licenses.mpl20;
mozPermissions = [
"<all_urls>"
"contextualIdentities"
"cookies"
"management"
"tabs"
"webRequestBlocking"
"webRequest"
"storage"
];
platforms = platforms.all;
};
};
2024-06-10 22:57:20 -04:00
"image-search-options" = buildFirefoxXpiAddon {
pname = "image-search-options";
version = "3.0.12";
addonId = "{4a313247-8330-4a81-948e-b79936516f78}";
url = "https://addons.mozilla.org/firefox/downloads/file/3059971/image_search_options-3.0.12.xpi";
sha256 = "1fbdd8597fc32b1be11302a958ea3ba2b010edcfeb432c299637b2c58c6fd068";
meta = with lib; {
homepage = "http://saucenao.com/";
description = "A customizable reverse image search tool that conveniently presents a variety of top image search engines.";
license = licenses.mpl11;
mozPermissions = [
"storage"
"contextMenus"
"activeTab"
"tabs"
"<all_urls>"
];
platforms = platforms.all;
};
};
"istilldontcareaboutcookies" = buildFirefoxXpiAddon {
pname = "istilldontcareaboutcookies";
version = "1.1.4";
addonId = "idcac-pub@guus.ninja";
url = "https://addons.mozilla.org/firefox/downloads/file/4216095/istilldontcareaboutcookies-1.1.4.xpi";
sha256 = "cadeb24622d3b9a2b82bf4308242fd802546b126bb9dd14e1ea66f2aa2066795";
meta = with lib; {
homepage = "https://github.com/OhMyGuus/I-Dont-Care-About-Cookies";
description = "Community version of the popular extension \"I don't care about cookies\" \n\n<a href=\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/d899243c3222e303a4ac90833f850da61cdf8f7779e2685f60f657254302216d/https%3A//github.com/OhMyGuus/I-Dont-Care-About-Cookies\" rel=\"nofollow\">https://github.com/OhMyGuus/I-Dont-Care-About-Cookies</a>";
license = licenses.gpl3;
mozPermissions = [
"tabs"
"storage"
"http://*/*"
"https://*/*"
"notifications"
"webRequest"
"webRequestBlocking"
"webNavigation"
];
platforms = platforms.all;
};
};
2023-11-22 15:33:16 -05:00
"opera-gx-witchcraft-purple" = buildFirefoxXpiAddon {
pname = "opera-gx-witchcraft-purple";
version = "2.0";
addonId = "{bf197856-a3c2-4280-84c5-9b556379b706}";
url = "https://addons.mozilla.org/firefox/downloads/file/3522842/opera_gx_witchcraft_purple-2.0.xpi";
sha256 = "aa3c6377b8571c42a3988de042694be70ec6a250a9aea7ae1cc262acdc9374eb";
meta = with lib; {
description = "inspired by Opera GX";
license = licenses.cc-by-sa-30;
mozPermissions = [];
platforms = platforms.all;
};
};
2024-06-10 22:57:20 -04:00
"return-youtube-dislikes" = buildFirefoxXpiAddon {
pname = "return-youtube-dislikes";
2024-10-28 08:18:00 -04:00
version = "3.0.0.18";
2024-06-10 22:57:20 -04:00
addonId = "{762f9885-5a13-4abd-9c77-433dcd38b8fd}";
2024-10-28 08:18:00 -04:00
url = "https://addons.mozilla.org/firefox/downloads/file/4371820/return_youtube_dislikes-3.0.0.18.xpi";
sha256 = "2d33977ce93276537543161f8e05c3612f71556840ae1eb98239284b8f8ba19e";
2024-06-10 22:57:20 -04:00
meta = with lib; {
description = "Returns ability to see dislike statistics on youtube";
license = licenses.gpl3;
mozPermissions = [
"activeTab"
"*://*.youtube.com/*"
"storage"
"*://returnyoutubedislikeapi.com/*"
];
platforms = platforms.all;
};
};
"sound-volume" = buildFirefoxXpiAddon {
pname = "sound-volume";
chore: update sources Flake Inputs: • Updated input 'ags': 'github:Aylur/ags' (2024-11-22) rev: 81159966eb8b39b66c3efc133982fd76920c9605 → 'github:Aylur/ags' (2024-12-09) rev: ce27d3036f7fbebc3476ccbb5a1c51f0603c2475 • Updated input 'astal': 'github:Aylur/astal' (2024-12-06) rev: 4c19d8d06fa25cc6389f37abe8839b4d8be5c0d6 → 'github:Aylur/astal' (2024-12-11) rev: 6fbeb920eae7f5201d828230ac2ac00d78369251 • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2024-12-07) rev: 4a8a5977e620cbcd584a8de96e1bceb83db227a2 → 'github:elchininet/custom-sidebar' (2024-12-11) rev: 7279c0c85ec2dc2669e7580c9a4e11596ef8505e • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay' (2024-12-07) rev: 67db3b139494ad55e489d772c1131d8f03289eea → 'github:matt1432/discord-nightly-overlay' (2024-12-11) rev: 442631368d4fc16766ffa5fc230f1551d27fea2c • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2024-12-08) rev: 0b9fe9a89783f42d9c3bea1cf9ebf1f4ddf70621 → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2024-12-09) rev: a006261adef704930a8d946806ba051178a14518 • Updated input 'home-manager': 'github:nix-community/home-manager' (2024-12-06) rev: d00c6f6d0ad16d598bf7e2956f52c1d9d5de3c3a → 'github:nix-community/home-manager' (2024-12-11) rev: 6e5b2d9e8014b5572e3367937a329e7053458d34 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2024-12-07) rev: c106f454c136ecca47f84c659c58e19670050412 → 'github:hyprwm/Hyprland' (2024-12-11) rev: df956a0f6fbcfd7397b2d7b86883c0936c7795ec • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2024-12-06) rev: 0f415721ee427270bc078ef3a5ba2a308d47461f → 'github:Jovian-Experiments/Jovian-NixOS' (2024-12-10) rev: 77ffd839fd9d60d139dc4a2ad6b6d526f4ad5a17 • Updated input 'material-symbols-src': 'github:beecho01/material-symbols' (2024-12-06) rev: 8f665f5d92821f266c3d0be5385ec990a89c7df3 → 'github:beecho01/material-symbols' (2024-12-09) rev: 266c0a965c6e7f0555e57764ee37fb4fc740e2af • Updated input 'netdaemon-src': 'github:net-daemon/integration' (2024-04-07) rev: d3b7606530ddcaf189ed6f75569e923b22896679 → 'github:net-daemon/integration' (2024-12-11) rev: 2781bf156761a9e3818c710f1240982af1e9f4d9 • Updated input 'nh': 'github:viperML/nh' (2024-12-06) rev: 97e70d0a2c6bddb2a1d081c949ebe1b48c169a87 → 'github:viperML/nh' (2024-12-11) rev: 6a69a145b0c7dbd5616bbded512b8bf8b5d2f8a4 • Updated input 'nix-eval-jobs': 'github:nix-community/nix-eval-jobs' (2024-12-10) rev: 8e82a79fe9329f3be4836ad45d4edf2383e7723a → 'github:nix-community/nix-eval-jobs' (2024-12-11) rev: b1f94fed4af8e7f30665a3bf8b369dc3b8a95884 • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2024-12-08) rev: b15e082eeea1afdf6bfe7aa0dbe4758097958f80 → 'github:fufexan/nix-gaming' (2024-12-10) rev: 89887483a47f9e7e849d43e5992f9da54b3e8e0e • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2024-12-05) rev: d0797a04b81caeae77bcff10a9dde78bc17f5661 → 'github:NixOS/nixpkgs' (2024-12-09) rev: a73246e2eef4c6ed172979932bc80e1404ba2d56 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2024-12-07) rev: 98e4d443cc6cc78659a33074aae4dee9e4b37bd7 → 'github:nix-community/nixpkgs-wayland' (2024-12-11) rev: 948369631b8a53b56d847bb095d4fba7aea690ee • Updated input 'sops-nix': 'github:Mic92/sops-nix' (2024-12-02) rev: c6134b6fff6bda95a1ac872a2a9d5f32e3c37856 → 'github:Mic92/sops-nix' (2024-12-09) rev: a80af8929781b5fe92ddb8ae52e9027fae780d2a • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-06) rev: 3aa0d8a1e6b811508becabebddcb8df1db490e71 → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-09) rev: 11d3822f3c06178e8c0d5a8d5d2eb122715060bf • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython' (2024-12-08) rev: acc942bb5f22a9f782b0ec87372157f5fd041219 → 'github:thlucas1/SpotifyWebApiPython' (2024-12-09) rev: c592338c4cf15d06829c3c29b13e34112bdcab98 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2024-12-08) rev: e7fd0c13dcf8468f913af7d7e1124fb2f4476ada → 'github:make-all/tuya-local' (2024-12-11) rev: 9dda00ef89311116f28f2e7f8da3490d05fca0b4 Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:2b5770e40542c158aabba3a1f600d11fd5a0ffe3ff592fcfcf91be617e7c00f8 → sha256:59ddfdc7e592b72665f86d3c4d7d83ff07a5ddfd711e627a1a8eaca0bd76be23 • rssbridge/rss-bridge latest: sha256:9de8e139d3583793a9b707c90efca9a1a66298ffe202b73903ad218e412ddef9 → sha256:02ee316a6cd158706cd15480f44bc4db39ac0f5ab52b76d596083583e7416f7f • postgres 15-alpine: sha256:5d4b2f57adc7739452b0be6cee25f263bfc64b609446bcdd8170354cf8ba8e80 → sha256:fd3abc9557df27613bd5c5e6608fc62fb04dc90c8e79c3322348d600e4b75478 • quay.io/vaultwarden/server latest: sha256:84015c9306cc58f4be8b09c1adc62cfc3b2648b1430e9c15901482f3d870bd14 → sha256:0498b67709f769fee36b1acf02f69e8d9981b051aa5b8200878d938bd537d39d • ghcr.io/linuxserver/bazarr latest: sha256:be98501c48d98eec67a3269cacf884eb122b884d0775cdb8ee9a03947ef2b493 → sha256:954b303893a33b84075857534ad863dc349b8a9e7e838f134e037558ea84823f • ghcr.io/linuxserver/radarr latest: sha256:2e37ae0af799e01f413a97ee82c7e581a5b635816df0380889bc65d554dbeb17 → sha256:18d7873c8b773c10944c475fe96ca8ae79186512d3c6f403bcbd4409c9c4acfc • ghcr.io/linuxserver/sabnzbd latest: sha256:ff682bedd109c45dbad25ab8edcc4f3b837b9ac48c39751fbbb33a858eab97d0 → sha256:d0e307ed7ddbda9c93872f02fed402d538aab52b2605e71a2f80c26f5ba8d3c7 Firefox Addons: sound-volume: 1.5.5 -> 1.5.6 Node modules: @stylistic/eslint-plugin: 2.11.0 -> 2.12.1 @types/node: 22.10.1 -> 22.10.2 eslint-plugin-jsdoc: 50.6.0 -> 50.6.1 typescript-eslint: 8.17.0 -> 8.18.0 some-sass-language-server: 2.1.0 -> 2.1.1 Misc Sources: Vuetorrent: 2.18.0 -> 2.19.0
2024-12-11 18:06:48 -05:00
version = "1.5.6";
2024-06-10 22:57:20 -04:00
addonId = "{c4b582ec-4343-438c-bda2-2f691c16c262}";
chore: update sources Flake Inputs: • Updated input 'ags': 'github:Aylur/ags' (2024-11-22) rev: 81159966eb8b39b66c3efc133982fd76920c9605 → 'github:Aylur/ags' (2024-12-09) rev: ce27d3036f7fbebc3476ccbb5a1c51f0603c2475 • Updated input 'astal': 'github:Aylur/astal' (2024-12-06) rev: 4c19d8d06fa25cc6389f37abe8839b4d8be5c0d6 → 'github:Aylur/astal' (2024-12-11) rev: 6fbeb920eae7f5201d828230ac2ac00d78369251 • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2024-12-07) rev: 4a8a5977e620cbcd584a8de96e1bceb83db227a2 → 'github:elchininet/custom-sidebar' (2024-12-11) rev: 7279c0c85ec2dc2669e7580c9a4e11596ef8505e • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay' (2024-12-07) rev: 67db3b139494ad55e489d772c1131d8f03289eea → 'github:matt1432/discord-nightly-overlay' (2024-12-11) rev: 442631368d4fc16766ffa5fc230f1551d27fea2c • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2024-12-08) rev: 0b9fe9a89783f42d9c3bea1cf9ebf1f4ddf70621 → 'git+https://repo.dec05eba.com/gpu-screen-recorder' (2024-12-09) rev: a006261adef704930a8d946806ba051178a14518 • Updated input 'home-manager': 'github:nix-community/home-manager' (2024-12-06) rev: d00c6f6d0ad16d598bf7e2956f52c1d9d5de3c3a → 'github:nix-community/home-manager' (2024-12-11) rev: 6e5b2d9e8014b5572e3367937a329e7053458d34 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2024-12-07) rev: c106f454c136ecca47f84c659c58e19670050412 → 'github:hyprwm/Hyprland' (2024-12-11) rev: df956a0f6fbcfd7397b2d7b86883c0936c7795ec • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS' (2024-12-06) rev: 0f415721ee427270bc078ef3a5ba2a308d47461f → 'github:Jovian-Experiments/Jovian-NixOS' (2024-12-10) rev: 77ffd839fd9d60d139dc4a2ad6b6d526f4ad5a17 • Updated input 'material-symbols-src': 'github:beecho01/material-symbols' (2024-12-06) rev: 8f665f5d92821f266c3d0be5385ec990a89c7df3 → 'github:beecho01/material-symbols' (2024-12-09) rev: 266c0a965c6e7f0555e57764ee37fb4fc740e2af • Updated input 'netdaemon-src': 'github:net-daemon/integration' (2024-04-07) rev: d3b7606530ddcaf189ed6f75569e923b22896679 → 'github:net-daemon/integration' (2024-12-11) rev: 2781bf156761a9e3818c710f1240982af1e9f4d9 • Updated input 'nh': 'github:viperML/nh' (2024-12-06) rev: 97e70d0a2c6bddb2a1d081c949ebe1b48c169a87 → 'github:viperML/nh' (2024-12-11) rev: 6a69a145b0c7dbd5616bbded512b8bf8b5d2f8a4 • Updated input 'nix-eval-jobs': 'github:nix-community/nix-eval-jobs' (2024-12-10) rev: 8e82a79fe9329f3be4836ad45d4edf2383e7723a → 'github:nix-community/nix-eval-jobs' (2024-12-11) rev: b1f94fed4af8e7f30665a3bf8b369dc3b8a95884 • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2024-12-08) rev: b15e082eeea1afdf6bfe7aa0dbe4758097958f80 → 'github:fufexan/nix-gaming' (2024-12-10) rev: 89887483a47f9e7e849d43e5992f9da54b3e8e0e • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2024-12-05) rev: d0797a04b81caeae77bcff10a9dde78bc17f5661 → 'github:NixOS/nixpkgs' (2024-12-09) rev: a73246e2eef4c6ed172979932bc80e1404ba2d56 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2024-12-07) rev: 98e4d443cc6cc78659a33074aae4dee9e4b37bd7 → 'github:nix-community/nixpkgs-wayland' (2024-12-11) rev: 948369631b8a53b56d847bb095d4fba7aea690ee • Updated input 'sops-nix': 'github:Mic92/sops-nix' (2024-12-02) rev: c6134b6fff6bda95a1ac872a2a9d5f32e3c37856 → 'github:Mic92/sops-nix' (2024-12-09) rev: a80af8929781b5fe92ddb8ae52e9027fae780d2a • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-06) rev: 3aa0d8a1e6b811508becabebddcb8df1db490e71 → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-09) rev: 11d3822f3c06178e8c0d5a8d5d2eb122715060bf • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython' (2024-12-08) rev: acc942bb5f22a9f782b0ec87372157f5fd041219 → 'github:thlucas1/SpotifyWebApiPython' (2024-12-09) rev: c592338c4cf15d06829c3c29b13e34112bdcab98 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2024-12-08) rev: e7fd0c13dcf8468f913af7d7e1124fb2f4476ada → 'github:make-all/tuya-local' (2024-12-11) rev: 9dda00ef89311116f28f2e7f8da3490d05fca0b4 Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:2b5770e40542c158aabba3a1f600d11fd5a0ffe3ff592fcfcf91be617e7c00f8 → sha256:59ddfdc7e592b72665f86d3c4d7d83ff07a5ddfd711e627a1a8eaca0bd76be23 • rssbridge/rss-bridge latest: sha256:9de8e139d3583793a9b707c90efca9a1a66298ffe202b73903ad218e412ddef9 → sha256:02ee316a6cd158706cd15480f44bc4db39ac0f5ab52b76d596083583e7416f7f • postgres 15-alpine: sha256:5d4b2f57adc7739452b0be6cee25f263bfc64b609446bcdd8170354cf8ba8e80 → sha256:fd3abc9557df27613bd5c5e6608fc62fb04dc90c8e79c3322348d600e4b75478 • quay.io/vaultwarden/server latest: sha256:84015c9306cc58f4be8b09c1adc62cfc3b2648b1430e9c15901482f3d870bd14 → sha256:0498b67709f769fee36b1acf02f69e8d9981b051aa5b8200878d938bd537d39d • ghcr.io/linuxserver/bazarr latest: sha256:be98501c48d98eec67a3269cacf884eb122b884d0775cdb8ee9a03947ef2b493 → sha256:954b303893a33b84075857534ad863dc349b8a9e7e838f134e037558ea84823f • ghcr.io/linuxserver/radarr latest: sha256:2e37ae0af799e01f413a97ee82c7e581a5b635816df0380889bc65d554dbeb17 → sha256:18d7873c8b773c10944c475fe96ca8ae79186512d3c6f403bcbd4409c9c4acfc • ghcr.io/linuxserver/sabnzbd latest: sha256:ff682bedd109c45dbad25ab8edcc4f3b837b9ac48c39751fbbb33a858eab97d0 → sha256:d0e307ed7ddbda9c93872f02fed402d538aab52b2605e71a2f80c26f5ba8d3c7 Firefox Addons: sound-volume: 1.5.5 -> 1.5.6 Node modules: @stylistic/eslint-plugin: 2.11.0 -> 2.12.1 @types/node: 22.10.1 -> 22.10.2 eslint-plugin-jsdoc: 50.6.0 -> 50.6.1 typescript-eslint: 8.17.0 -> 8.18.0 some-sass-language-server: 2.1.0 -> 2.1.1 Misc Sources: Vuetorrent: 2.18.0 -> 2.19.0
2024-12-11 18:06:48 -05:00
url = "https://addons.mozilla.org/firefox/downloads/file/4396669/600_sound_volume-1.5.6.xpi";
sha256 = "6327d5f27460406f8a91ac7c987247ac89d71c5215483f39b9b9e2345d04ba6a";
2024-06-10 22:57:20 -04:00
meta = with lib; {
description = "Up to 600% volume boost";
license = licenses.mpl20;
mozPermissions = [
"<all_urls>"
"tabs"
"activeTab"
"storage"
"webRequest"
"webRequestBlocking"
];
platforms = platforms.all;
};
};
"sponsorblock" = buildFirefoxXpiAddon {
pname = "sponsorblock";
chore: update sources Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2024-11-30) rev: dbae5ac3288d00e11abcb7c0535adaf7369a4419 → 'github:elchininet/custom-sidebar' (2024-12-04) rev: bf77493d6d69d252a669192b2f306bfbe4549655 • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay' (2024-11-30) rev: bc1e938628f7b3408473c1c3723e972cc01d7710 → 'github:matt1432/discord-nightly-overlay' (2024-12-03) rev: 3d31fbcaa6a99040ef1c6b953957f21c30c1d8e0 • Updated input 'ha-fallback-conversation-src': 'github:m50/ha-fallback-conversation' (2024-11-20) rev: 0d1cb73e5da3ac2736456dcae777a3464ca536ce → 'github:m50/ha-fallback-conversation' (2024-12-04) rev: 1e8e616916d5e19f315554c843036948b686c2ac • Updated input 'home-manager': 'github:nix-community/home-manager' (2024-11-29) rev: 819f682269f4e002884702b87e445c82840c68f2 → 'github:nix-community/home-manager' (2024-12-05) rev: 65912bc6841cf420eb8c0a20e03df7cbbff5963f • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2024-11-19) rev: 9ba4f8a1a299dce4e80119f984c3fc36c9a9a7ff → 'github:horriblename/hyprgrass' (2024-12-05) rev: ecb7e95a739e4e6e7ee4007c3e676f545b687981 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2024-11-30) rev: d26439a0fe5594fb26d5a3c01571f9490a9a2d2c → 'github:hyprwm/Hyprland' (2024-12-05) rev: ceef4fb3a5efe1617790f56e2701846a21c2533d • Added input 'hyprland/hyprgraphics': 'github:hyprwm/hyprgraphics' (2024-12-03) rev: cc95e5babc6065bc3ab4cd195429a9900836ef13 • Added input 'hyprland/hyprgraphics/hyprutils': follows 'hyprland/hyprutils' • Added input 'hyprland/hyprgraphics/nixpkgs': follows 'hyprland/nixpkgs' • Added input 'hyprland/hyprgraphics/systems': follows 'hyprland/systems' • Updated input 'hyprland-plugins': 'github:hyprwm/hyprland-plugins' (2024-11-19) rev: 340f761eb2722d54e3489d271f1f8d30fc64ffaf → 'github:hyprwm/hyprland-plugins' (2024-12-05) rev: 3bc37da4b9cf0c96594011cb1e43156fea54d0c0 • Updated input 'nh': 'github:viperML/nh' (2024-11-28) rev: 24293d624556d32bd502c440b352e4fef4eeab6d → 'github:viperML/nh' (2024-12-02) rev: 83db9160f7d79c0e3af45686454853d239202e54 • Updated input 'nix-fast-build': 'github:Mic92/nix-fast-build' (2024-11-25) rev: f51f479d001317204f1a47302db36473dc12fc8f → 'github:Mic92/nix-fast-build' (2024-12-01) rev: 95f5dc09a725a1916fd064f01eb3be9a5f487095 • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2024-12-01) rev: 59363ec701ee3e994a6c8afc88b61d1fab40c66a → 'github:fufexan/nix-gaming' (2024-12-02) rev: 094b2c4ee459dd5d3d1611c919d59f26110053b0 • Updated input 'nix-index-db': 'github:Mic92/nix-index-database' (2024-11-25) rev: f4a5ca5771ba9ca31ad24a62c8d511a405303436 → 'github:Mic92/nix-index-database' (2024-12-01) rev: 6e0b7f81367069589a480b91603a10bcf71f3103 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2024-11-28) rev: 970e93b9f82e2a0f3675757eb0bfc73297cc6370 → 'github:NixOS/nixpkgs' (2024-12-03) rev: 55d15ad12a74eb7d4646254e13638ad0c4128776 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2024-11-30) rev: 712cdbcfa5868076354ae62ed8beb3beb2d42df9 → 'github:nix-community/nixpkgs-wayland' (2024-12-05) rev: 9f8fe3345238f1be1859a036ff68f40dc7bbf34b • Updated input 'pcsd': 'github:matt1432/nixos-pcsd' (2024-11-28) rev: 462c938d7b6080c70db44eee83dabb9fc0907055 → 'github:matt1432/nixos-pcsd' (2024-12-04) rev: 36b19a9384336b8c589a59d0db61af7fc06f2112 • Updated input 'sops-nix': 'github:Mic92/sops-nix' (2024-11-25) rev: 3433ea14fbd9e6671d0ff0dd45ed15ee4c156ffa → 'github:Mic92/sops-nix' (2024-12-02) rev: c6134b6fff6bda95a1ac872a2a9d5f32e3c37856 • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-11-20) rev: 218dcb9063c00d65d5138af1b859e0b85fc719bf → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-03) rev: 0ccc8e47abec9f3d474bd2d70e80f2dacfc69b5a • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython' (2024-11-20) rev: f9cc96e9218a06686f68d81a7c02f946b1139942 → 'github:thlucas1/SpotifyWebApiPython' (2024-12-03) rev: 02ddbac32cfe3ad48c6bddecc5522127d8abd723 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2024-12-01) rev: de6244161aee9a22f7132c2ebc7a9aa7c63d2b3e → 'github:make-all/tuya-local' (2024-12-03) rev: 2d205a4cd4a822ed69907738d60f035380086878 Docker Images: • postgres 14: sha256:78b9deeca08fa9749a00e9d30bc879f8f8d021af854c73e2c339b752cb6d708a → sha256:19afc4af194bd5a58f3d86924fb1ab42b1950ffdc70b145996f1919ef6b03222 • vegardit/gitea-act-runner dind-latest: sha256:dc29037a106628d8020cfb96bd5856dfe5db431ab6a6430455fab2a741249215 → sha256:2b5770e40542c158aabba3a1f600d11fd5a0ffe3ff592fcfcf91be617e7c00f8 • rssbridge/rss-bridge latest: sha256:401f80f28223b2ec3d9e7026d83f61f99e224a1013967fec2a808074faa04449 → sha256:f5b63c60dad245b24912886f6ad20503281a4f8aae4cb886a3797f778fad4ffa • nextcloud fpm: sha256:e8c17c1734e9e6a89989264aebae20bb9f05c16d16f33fa62875d9b83a7d244d → sha256:8fac67551cdd146e1c5cea72758a5fb9027234636c4ea44efda6748bc1eb6246 • nginx latest: sha256:0c86dddac19f2ce4fd716ac58c0fd87bf69bfd4edabfd6971fb885bafd12a00b → sha256:fb197595ebe76b9c0c14ab68159fd3c08bd067ec62300583543f0ebda353b5be • ghcr.io/linuxserver/bazarr latest: sha256:5805d6a44689a41cf78a8317208276a52f0647fb3cd0b2c4a3c8df6e02f93d3b → sha256:be98501c48d98eec67a3269cacf884eb122b884d0775cdb8ee9a03947ef2b493 • ghcr.io/linuxserver/prowlarr latest: sha256:2ae64259bfca88972deec4cffa3750a454224283515854408e35af480f167cd7 → sha256:6b4ce037964e4bf50d341bc9b3aa800238d46ff7de4d7ecc029280c4bb5b2e68 • ghcr.io/linuxserver/radarr latest: sha256:c60610599d681dc7ea0aa1a5edfc1637ff4b5fb062872aea1539d291c835c4b3 → sha256:2e37ae0af799e01f413a97ee82c7e581a5b635816df0380889bc65d554dbeb17 • ghcr.io/linuxserver/sabnzbd latest: sha256:1d31c01bb765cfbbe916b418b336223b07541e50065e6b4284f5ffb8ea452d12 → sha256:ff682bedd109c45dbad25ab8edcc4f3b837b9ac48c39751fbbb33a858eab97d0 Firefox Addons: sponsorblock: 5.9.6 -> 5.10.1 Node modules: @eslint/js: 9.15.0 -> 9.16.0 @types/node: 22.9.1 -> 22.10.1 eslint: 9.15.0 -> 9.16.0 eslint-plugin-jsdoc: 50.5.0 -> 50.6.0 jiti: 2.4.0 -> 2.4.1 typescript: 5.6.3 -> 5.7.2 typescript-eslint: 8.15.0 -> 8.17.0
2024-12-05 12:51:25 -05:00
version = "5.10.1";
2024-06-10 22:57:20 -04:00
addonId = "sponsorBlocker@ajay.app";
chore: update sources Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar' (2024-11-30) rev: dbae5ac3288d00e11abcb7c0535adaf7369a4419 → 'github:elchininet/custom-sidebar' (2024-12-04) rev: bf77493d6d69d252a669192b2f306bfbe4549655 • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay' (2024-11-30) rev: bc1e938628f7b3408473c1c3723e972cc01d7710 → 'github:matt1432/discord-nightly-overlay' (2024-12-03) rev: 3d31fbcaa6a99040ef1c6b953957f21c30c1d8e0 • Updated input 'ha-fallback-conversation-src': 'github:m50/ha-fallback-conversation' (2024-11-20) rev: 0d1cb73e5da3ac2736456dcae777a3464ca536ce → 'github:m50/ha-fallback-conversation' (2024-12-04) rev: 1e8e616916d5e19f315554c843036948b686c2ac • Updated input 'home-manager': 'github:nix-community/home-manager' (2024-11-29) rev: 819f682269f4e002884702b87e445c82840c68f2 → 'github:nix-community/home-manager' (2024-12-05) rev: 65912bc6841cf420eb8c0a20e03df7cbbff5963f • Updated input 'hyprgrass': 'github:horriblename/hyprgrass' (2024-11-19) rev: 9ba4f8a1a299dce4e80119f984c3fc36c9a9a7ff → 'github:horriblename/hyprgrass' (2024-12-05) rev: ecb7e95a739e4e6e7ee4007c3e676f545b687981 • Updated input 'hyprland': 'github:hyprwm/Hyprland' (2024-11-30) rev: d26439a0fe5594fb26d5a3c01571f9490a9a2d2c → 'github:hyprwm/Hyprland' (2024-12-05) rev: ceef4fb3a5efe1617790f56e2701846a21c2533d • Added input 'hyprland/hyprgraphics': 'github:hyprwm/hyprgraphics' (2024-12-03) rev: cc95e5babc6065bc3ab4cd195429a9900836ef13 • Added input 'hyprland/hyprgraphics/hyprutils': follows 'hyprland/hyprutils' • Added input 'hyprland/hyprgraphics/nixpkgs': follows 'hyprland/nixpkgs' • Added input 'hyprland/hyprgraphics/systems': follows 'hyprland/systems' • Updated input 'hyprland-plugins': 'github:hyprwm/hyprland-plugins' (2024-11-19) rev: 340f761eb2722d54e3489d271f1f8d30fc64ffaf → 'github:hyprwm/hyprland-plugins' (2024-12-05) rev: 3bc37da4b9cf0c96594011cb1e43156fea54d0c0 • Updated input 'nh': 'github:viperML/nh' (2024-11-28) rev: 24293d624556d32bd502c440b352e4fef4eeab6d → 'github:viperML/nh' (2024-12-02) rev: 83db9160f7d79c0e3af45686454853d239202e54 • Updated input 'nix-fast-build': 'github:Mic92/nix-fast-build' (2024-11-25) rev: f51f479d001317204f1a47302db36473dc12fc8f → 'github:Mic92/nix-fast-build' (2024-12-01) rev: 95f5dc09a725a1916fd064f01eb3be9a5f487095 • Updated input 'nix-gaming': 'github:fufexan/nix-gaming' (2024-12-01) rev: 59363ec701ee3e994a6c8afc88b61d1fab40c66a → 'github:fufexan/nix-gaming' (2024-12-02) rev: 094b2c4ee459dd5d3d1611c919d59f26110053b0 • Updated input 'nix-index-db': 'github:Mic92/nix-index-database' (2024-11-25) rev: f4a5ca5771ba9ca31ad24a62c8d511a405303436 → 'github:Mic92/nix-index-database' (2024-12-01) rev: 6e0b7f81367069589a480b91603a10bcf71f3103 • Updated input 'nixpkgs': 'github:NixOS/nixpkgs' (2024-11-28) rev: 970e93b9f82e2a0f3675757eb0bfc73297cc6370 → 'github:NixOS/nixpkgs' (2024-12-03) rev: 55d15ad12a74eb7d4646254e13638ad0c4128776 • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland' (2024-11-30) rev: 712cdbcfa5868076354ae62ed8beb3beb2d42df9 → 'github:nix-community/nixpkgs-wayland' (2024-12-05) rev: 9f8fe3345238f1be1859a036ff68f40dc7bbf34b • Updated input 'pcsd': 'github:matt1432/nixos-pcsd' (2024-11-28) rev: 462c938d7b6080c70db44eee83dabb9fc0907055 → 'github:matt1432/nixos-pcsd' (2024-12-04) rev: 36b19a9384336b8c589a59d0db61af7fc06f2112 • Updated input 'sops-nix': 'github:Mic92/sops-nix' (2024-11-25) rev: 3433ea14fbd9e6671d0ff0dd45ed15ee4c156ffa → 'github:Mic92/sops-nix' (2024-12-02) rev: c6134b6fff6bda95a1ac872a2a9d5f32e3c37856 • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-11-20) rev: 218dcb9063c00d65d5138af1b859e0b85fc719bf → 'github:thlucas1/homeassistantcomponent_spotifyplus' (2024-12-03) rev: 0ccc8e47abec9f3d474bd2d70e80f2dacfc69b5a • Updated input 'spotifywebapi-src': 'github:thlucas1/SpotifyWebApiPython' (2024-11-20) rev: f9cc96e9218a06686f68d81a7c02f946b1139942 → 'github:thlucas1/SpotifyWebApiPython' (2024-12-03) rev: 02ddbac32cfe3ad48c6bddecc5522127d8abd723 • Updated input 'tuya-local-src': 'github:make-all/tuya-local' (2024-12-01) rev: de6244161aee9a22f7132c2ebc7a9aa7c63d2b3e → 'github:make-all/tuya-local' (2024-12-03) rev: 2d205a4cd4a822ed69907738d60f035380086878 Docker Images: • postgres 14: sha256:78b9deeca08fa9749a00e9d30bc879f8f8d021af854c73e2c339b752cb6d708a → sha256:19afc4af194bd5a58f3d86924fb1ab42b1950ffdc70b145996f1919ef6b03222 • vegardit/gitea-act-runner dind-latest: sha256:dc29037a106628d8020cfb96bd5856dfe5db431ab6a6430455fab2a741249215 → sha256:2b5770e40542c158aabba3a1f600d11fd5a0ffe3ff592fcfcf91be617e7c00f8 • rssbridge/rss-bridge latest: sha256:401f80f28223b2ec3d9e7026d83f61f99e224a1013967fec2a808074faa04449 → sha256:f5b63c60dad245b24912886f6ad20503281a4f8aae4cb886a3797f778fad4ffa • nextcloud fpm: sha256:e8c17c1734e9e6a89989264aebae20bb9f05c16d16f33fa62875d9b83a7d244d → sha256:8fac67551cdd146e1c5cea72758a5fb9027234636c4ea44efda6748bc1eb6246 • nginx latest: sha256:0c86dddac19f2ce4fd716ac58c0fd87bf69bfd4edabfd6971fb885bafd12a00b → sha256:fb197595ebe76b9c0c14ab68159fd3c08bd067ec62300583543f0ebda353b5be • ghcr.io/linuxserver/bazarr latest: sha256:5805d6a44689a41cf78a8317208276a52f0647fb3cd0b2c4a3c8df6e02f93d3b → sha256:be98501c48d98eec67a3269cacf884eb122b884d0775cdb8ee9a03947ef2b493 • ghcr.io/linuxserver/prowlarr latest: sha256:2ae64259bfca88972deec4cffa3750a454224283515854408e35af480f167cd7 → sha256:6b4ce037964e4bf50d341bc9b3aa800238d46ff7de4d7ecc029280c4bb5b2e68 • ghcr.io/linuxserver/radarr latest: sha256:c60610599d681dc7ea0aa1a5edfc1637ff4b5fb062872aea1539d291c835c4b3 → sha256:2e37ae0af799e01f413a97ee82c7e581a5b635816df0380889bc65d554dbeb17 • ghcr.io/linuxserver/sabnzbd latest: sha256:1d31c01bb765cfbbe916b418b336223b07541e50065e6b4284f5ffb8ea452d12 → sha256:ff682bedd109c45dbad25ab8edcc4f3b837b9ac48c39751fbbb33a858eab97d0 Firefox Addons: sponsorblock: 5.9.6 -> 5.10.1 Node modules: @eslint/js: 9.15.0 -> 9.16.0 @types/node: 22.9.1 -> 22.10.1 eslint: 9.15.0 -> 9.16.0 eslint-plugin-jsdoc: 50.5.0 -> 50.6.0 jiti: 2.4.0 -> 2.4.1 typescript: 5.6.3 -> 5.7.2 typescript-eslint: 8.15.0 -> 8.17.0
2024-12-05 12:51:25 -05:00
url = "https://addons.mozilla.org/firefox/downloads/file/4395988/sponsorblock-5.10.1.xpi";
sha256 = "68532967a5a510193ddbcf3397e4182388a129cc54a07aade0e9e6762c58f516";
2024-06-10 22:57:20 -04:00
meta = with lib; {
homepage = "https://sponsor.ajay.app";
description = "Easily skip YouTube video sponsors. When you visit a YouTube video, the extension will check the database for reported sponsors and automatically skip known sponsors. You can also report sponsors in videos. Other browsers: https://sponsor.ajay.app";
license = licenses.lgpl3;
mozPermissions = [
"storage"
"scripting"
"https://sponsor.ajay.app/*"
2024-06-10 22:57:20 -04:00
"https://*.youtube.com/*"
"https://www.youtube-nocookie.com/embed/*"
];
platforms = platforms.all;
};
};
"stylus" = buildFirefoxXpiAddon {
pname = "stylus";
chore: update flake.lock Flake Inputs: • Updated input 'astal-tray': 'github:astal-sh/tray/5db80aa' (2024-07-26) → 'github:astal-sh/tray/6a5fdcb' (2024-08-21) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/559c675' (2024-08-14) → 'github:matt1432/discord-nightly-overlay/635df5a' (2024-08-20) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/4301ed8' (2024-08-13) → 'github:Vendicated/vencord/eaca14b' (2024-08-17) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=f297a92' (2024-08-15) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1b35667' (2024-08-20) • Updated input 'gtk-theme-src': 'github:dracula/gtk/be80a12' (2024-08-14) → 'github:dracula/gtk/32ce47c' (2024-08-22) • Updated input 'home-manager': 'github:nix-community/home-manager/086f619' (2024-08-11) → 'github:nix-community/home-manager/2598861' (2024-08-18) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=12d9901&submodules=1' (2024-08-15) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=f634b9e&submodules=1' (2024-08-22) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/9312aa2' (2024-08-11) → 'github:hyprwm/aquamarine/9a3161a' (2024-08-21) • Updated input 'hyprland/hyprlang': 'github:hyprwm/hyprlang/adbefbf' (2024-07-18) → 'github:hyprwm/hyprlang/16e5c94' (2024-08-20) • Updated input 'hyprland/xdph': 'github:hyprwm/xdg-desktop-portal-hyprland/7f2a77d' (2024-07-30) → 'github:hyprwm/xdg-desktop-portal-hyprland/a08ecbb' (2024-08-19) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/e4e0ca1' (2024-08-15) → 'github:Jovian-Experiments/Jovian-NixOS/924a18e' (2024-08-22) • Updated input 'nh': 'github:viperML/nh/24d7b24' (2024-08-15) → 'github:viperML/nh/3dc7cdc' (2024-08-20) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/cd19f28' (2024-08-12) → 'github:fufexan/nix-gaming/ad4e195' (2024-08-21) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=74656e9&submodules=1' (2024-08-10) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=c71a45a&submodules=1' (2024-08-15) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/ec78079' (2024-08-11) → 'github:Mic92/nix-index-database/392828a' (2024-08-18) • Updated input 'nixd': 'github:nix-community/nixd/c9d8970' (2024-08-11) → 'github:nix-community/nixd/f6ca743' (2024-08-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c3aa7b8' (2024-08-14) → 'github:NixOS/nixpkgs/c374d94' (2024-08-21) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/eddf20f' (2024-08-12) → 'github:matt1432/nixos-pcsd/2d524af' (2024-08-22) • Updated input 'piper-src': 'github:libratbag/piper/71431bd' (2024-07-24) → 'github:libratbag/piper/93a5a00' (2024-08-22) • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir/0141c0e' (2024-08-05) → 'github:gjsify/ts-for-gir/dafd5e4' (2024-08-20) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:1ddf1cb7a19b7dd314e1fd5762e7e69e084d1818778f535969fd1727484ae41c → sha256:051d40d9f2171f6d870a2ac5bd025e6986df276b81d598441afdd953aad5f815 • rssbridge/rss-bridge latest: sha256:3bde3fa44e79c0bd3ed02b45e9e96456ef428cb3421a057f3dfbf310b9b1728d → sha256:46d13f894d325fae4202a42d91a7f4693c12f8db46d8c8a4aeadd17ff4c961a7 • ghcr.io/linuxserver/bazarr latest: sha256:0ac10a3e9ef16ee17bfd0719bcadc18b30572b54dbe76d6bd865a160eefb22b7 → sha256:8573a7d8558d7407ec53c205599d99d9876486621681355d147e9091cd99c58b • ghcr.io/linuxserver/prowlarr latest: sha256:c80a2dcfefd85c62da2373c5bf0138bb9d1c647c4b3d8f994ce263f5e8b1db81 → sha256:c93f075dc5afb74dc7a0a55e90974f81425a5d3c5d293022c5416431f4963ce9 • ghcr.io/linuxserver/radarr latest: sha256:71e29caebf16da4701fc7a6c04d5f34c6b01753549900edf4ecfa585263ea1d4 → sha256:b034531ff81d3e5e1f9fd70c969746040b40e6484c88981ea5d0dee732c10bc3 • ghcr.io/linuxserver/sabnzbd latest: sha256:95179d6de1c660d7dcd4bd3991b33871c88df1120ab84bc553c4a67e8cc412d2 → sha256:6a8db539588665971f24a42e31ddf2240d7be114c08007dc409aff7638c8edf6 Firefox Addons: stylus: 1.5.48 -> 1.5.51 Misc Sources: Vuetorrent: 2.11.2 -> 2.12.0
2024-08-22 23:07:00 -04:00
version = "1.5.51";
2024-06-10 22:57:20 -04:00
addonId = "{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}";
chore: update flake.lock Flake Inputs: • Updated input 'astal-tray': 'github:astal-sh/tray/5db80aa' (2024-07-26) → 'github:astal-sh/tray/6a5fdcb' (2024-08-21) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/559c675' (2024-08-14) → 'github:matt1432/discord-nightly-overlay/635df5a' (2024-08-20) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/4301ed8' (2024-08-13) → 'github:Vendicated/vencord/eaca14b' (2024-08-17) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=f297a92' (2024-08-15) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1b35667' (2024-08-20) • Updated input 'gtk-theme-src': 'github:dracula/gtk/be80a12' (2024-08-14) → 'github:dracula/gtk/32ce47c' (2024-08-22) • Updated input 'home-manager': 'github:nix-community/home-manager/086f619' (2024-08-11) → 'github:nix-community/home-manager/2598861' (2024-08-18) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=12d9901&submodules=1' (2024-08-15) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=f634b9e&submodules=1' (2024-08-22) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/9312aa2' (2024-08-11) → 'github:hyprwm/aquamarine/9a3161a' (2024-08-21) • Updated input 'hyprland/hyprlang': 'github:hyprwm/hyprlang/adbefbf' (2024-07-18) → 'github:hyprwm/hyprlang/16e5c94' (2024-08-20) • Updated input 'hyprland/xdph': 'github:hyprwm/xdg-desktop-portal-hyprland/7f2a77d' (2024-07-30) → 'github:hyprwm/xdg-desktop-portal-hyprland/a08ecbb' (2024-08-19) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/e4e0ca1' (2024-08-15) → 'github:Jovian-Experiments/Jovian-NixOS/924a18e' (2024-08-22) • Updated input 'nh': 'github:viperML/nh/24d7b24' (2024-08-15) → 'github:viperML/nh/3dc7cdc' (2024-08-20) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/cd19f28' (2024-08-12) → 'github:fufexan/nix-gaming/ad4e195' (2024-08-21) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=74656e9&submodules=1' (2024-08-10) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=c71a45a&submodules=1' (2024-08-15) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/ec78079' (2024-08-11) → 'github:Mic92/nix-index-database/392828a' (2024-08-18) • Updated input 'nixd': 'github:nix-community/nixd/c9d8970' (2024-08-11) → 'github:nix-community/nixd/f6ca743' (2024-08-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c3aa7b8' (2024-08-14) → 'github:NixOS/nixpkgs/c374d94' (2024-08-21) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/eddf20f' (2024-08-12) → 'github:matt1432/nixos-pcsd/2d524af' (2024-08-22) • Updated input 'piper-src': 'github:libratbag/piper/71431bd' (2024-07-24) → 'github:libratbag/piper/93a5a00' (2024-08-22) • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir/0141c0e' (2024-08-05) → 'github:gjsify/ts-for-gir/dafd5e4' (2024-08-20) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:1ddf1cb7a19b7dd314e1fd5762e7e69e084d1818778f535969fd1727484ae41c → sha256:051d40d9f2171f6d870a2ac5bd025e6986df276b81d598441afdd953aad5f815 • rssbridge/rss-bridge latest: sha256:3bde3fa44e79c0bd3ed02b45e9e96456ef428cb3421a057f3dfbf310b9b1728d → sha256:46d13f894d325fae4202a42d91a7f4693c12f8db46d8c8a4aeadd17ff4c961a7 • ghcr.io/linuxserver/bazarr latest: sha256:0ac10a3e9ef16ee17bfd0719bcadc18b30572b54dbe76d6bd865a160eefb22b7 → sha256:8573a7d8558d7407ec53c205599d99d9876486621681355d147e9091cd99c58b • ghcr.io/linuxserver/prowlarr latest: sha256:c80a2dcfefd85c62da2373c5bf0138bb9d1c647c4b3d8f994ce263f5e8b1db81 → sha256:c93f075dc5afb74dc7a0a55e90974f81425a5d3c5d293022c5416431f4963ce9 • ghcr.io/linuxserver/radarr latest: sha256:71e29caebf16da4701fc7a6c04d5f34c6b01753549900edf4ecfa585263ea1d4 → sha256:b034531ff81d3e5e1f9fd70c969746040b40e6484c88981ea5d0dee732c10bc3 • ghcr.io/linuxserver/sabnzbd latest: sha256:95179d6de1c660d7dcd4bd3991b33871c88df1120ab84bc553c4a67e8cc412d2 → sha256:6a8db539588665971f24a42e31ddf2240d7be114c08007dc409aff7638c8edf6 Firefox Addons: stylus: 1.5.48 -> 1.5.51 Misc Sources: Vuetorrent: 2.11.2 -> 2.12.0
2024-08-22 23:07:00 -04:00
url = "https://addons.mozilla.org/firefox/downloads/file/4338993/styl_us-1.5.51.xpi";
sha256 = "4d7c184af2d81f40c35f33c77c4040dc4205908dbcf65e7c99fafd7d26e4814f";
2024-06-10 22:57:20 -04:00
meta = with lib; {
homepage = "https://add0n.com/stylus.html";
description = "Redesign your favorite websites with Stylus, an actively developed and community driven userstyles manager. Easily install custom themes from popular online repositories, or create, edit, and manage your own personalized CSS stylesheets.";
license = licenses.gpl3;
mozPermissions = [
"tabs"
"webNavigation"
"webRequest"
"webRequestBlocking"
"contextMenus"
"storage"
"unlimitedStorage"
"alarms"
"<all_urls>"
"http://userstyles.org/*"
"https://userstyles.org/*"
];
platforms = platforms.all;
};
};
2023-11-22 15:33:16 -05:00
"ttv-lol-pro" = buildFirefoxXpiAddon {
pname = "ttv-lol-pro";
2024-09-30 22:44:12 -04:00
version = "2.3.10";
2023-11-22 15:33:16 -05:00
addonId = "{76ef94a4-e3d0-4c6f-961a-d38a429a332b}";
2024-09-30 22:44:12 -04:00
url = "https://addons.mozilla.org/firefox/downloads/file/4357094/ttv_lol_pro-2.3.10.xpi";
sha256 = "b33cd0cd4e3521520ef233b21179228fdadeca168359acab4c24bbb1a166fcda";
2023-11-22 15:33:16 -05:00
meta = with lib; {
homepage = "https://github.com/younesaassila/ttv-lol-pro";
description = "TTV LOL PRO removes most livestream ads from Twitch.";
license = licenses.gpl3;
mozPermissions = [
"proxy"
"storage"
"webRequest"
"webRequestBlocking"
2024-03-19 15:49:22 -04:00
"https://*.live-video.net/*"
2023-11-22 15:33:16 -05:00
"https://*.ttvnw.net/*"
"https://*.twitch.tv/*"
"https://perfprod.com/ttvlolpro/telemetry"
"https://www.twitch.tv/*"
"https://m.twitch.tv/*"
];
platforms = platforms.all;
};
};
2024-06-10 22:57:20 -04:00
"ublock-origin" = buildFirefoxXpiAddon {
pname = "ublock-origin";
chore: update sources Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/0687caa' (2024-11-21) → 'github:elchininet/custom-sidebar/d0c4394' (2024-11-25) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/d6310e9' (2024-11-20) → 'github:matt1432/discord-nightly-overlay/a397f74' (2024-11-25) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/a0308e0' (2024-11-20) → 'github:Vendicated/vencord/a9d44e3' (2024-11-25) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=8644c72' (2024-11-22) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=d472d8d' (2024-11-24) • Updated input 'home-manager': 'github:nix-community/home-manager/8cf9cb2' (2024-11-22) → 'github:nix-community/home-manager/a995363' (2024-11-24) • Updated input 'hyprland': 'github:hyprwm/Hyprland/745a82c' (2024-11-22) → 'github:hyprwm/Hyprland/2687788' (2024-11-25) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/65dc043' (2024-11-19) → 'github:Jovian-Experiments/Jovian-NixOS/98a61cf' (2024-11-24) • Updated input 'material-symbols-src': 'github:beecho01/material-symbols/1296eb0' (2024-11-17) → 'github:beecho01/material-symbols/2210b1f' (2024-11-23) • Updated input 'nix-fast-build': 'github:Mic92/nix-fast-build/8e7c9d7' (2024-10-30) → 'github:Mic92/nix-fast-build/f51f479' (2024-11-25) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/969f571' (2024-11-23) → 'github:fufexan/nix-gaming/18b8f07' (2024-11-25) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=66a1088&submodules=1' (2024-11-14) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=f6a6af3&submodules=1' (2024-11-23) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/bdba246' (2024-11-17) → 'github:Mic92/nix-index-database/f4a5ca5' (2024-11-25) • Updated input 'nixd': 'github:nix-community/nixd/6d80199' (2024-11-21) → 'github:nix-community/nixd/5507bb1' (2024-11-23) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/df3091f' (2024-11-22) → 'github:nix-community/nixpkgs-wayland/0c3d6b6' (2024-11-25) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/97aeff2' (2024-11-23) → 'github:matt1432/nixos-pcsd/20df51f' (2024-11-24) • Updated input 'piper-src': 'github:libratbag/piper/ebb4b1b' (2024-10-28) → 'github:libratbag/piper/3e5a6b9' (2024-11-24) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/58587bc' (2024-11-22) → 'github:make-all/tuya-local/c13cf16' (2024-11-25) • Updated input 'wakewords-src': 'github:fwartner/home-assistant-wakewords-collection/86f3c2b' (2024-10-25) → 'github:fwartner/home-assistant-wakewords-collection/629a005' (2024-11-23) Docker Images: • rssbridge/rss-bridge latest: sha256:9f4ad6df544ff568838315aa12743a465f3ac10a9a63a41b2e8c1aaaf5360820 → sha256:72218407217f2495a5f7f39b0adc1fdefba05c2fdecae6d4df1192389a250426 Firefox Addons: ublock-origin: 1.61.0 -> 1.61.2
2024-11-25 14:42:29 -05:00
version = "1.61.2";
2024-06-10 22:57:20 -04:00
addonId = "uBlock0@raymondhill.net";
chore: update sources Flake Inputs: • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/0687caa' (2024-11-21) → 'github:elchininet/custom-sidebar/d0c4394' (2024-11-25) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/d6310e9' (2024-11-20) → 'github:matt1432/discord-nightly-overlay/a397f74' (2024-11-25) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/a0308e0' (2024-11-20) → 'github:Vendicated/vencord/a9d44e3' (2024-11-25) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=8644c72' (2024-11-22) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=d472d8d' (2024-11-24) • Updated input 'home-manager': 'github:nix-community/home-manager/8cf9cb2' (2024-11-22) → 'github:nix-community/home-manager/a995363' (2024-11-24) • Updated input 'hyprland': 'github:hyprwm/Hyprland/745a82c' (2024-11-22) → 'github:hyprwm/Hyprland/2687788' (2024-11-25) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/65dc043' (2024-11-19) → 'github:Jovian-Experiments/Jovian-NixOS/98a61cf' (2024-11-24) • Updated input 'material-symbols-src': 'github:beecho01/material-symbols/1296eb0' (2024-11-17) → 'github:beecho01/material-symbols/2210b1f' (2024-11-23) • Updated input 'nix-fast-build': 'github:Mic92/nix-fast-build/8e7c9d7' (2024-10-30) → 'github:Mic92/nix-fast-build/f51f479' (2024-11-25) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/969f571' (2024-11-23) → 'github:fufexan/nix-gaming/18b8f07' (2024-11-25) • Updated input 'nix-gaming/umu': 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=66a1088&submodules=1' (2024-11-14) → 'git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix&ref=refs/heads/main&rev=f6a6af3&submodules=1' (2024-11-23) • Updated input 'nix-index-db': 'github:Mic92/nix-index-database/bdba246' (2024-11-17) → 'github:Mic92/nix-index-database/f4a5ca5' (2024-11-25) • Updated input 'nixd': 'github:nix-community/nixd/6d80199' (2024-11-21) → 'github:nix-community/nixd/5507bb1' (2024-11-23) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/df3091f' (2024-11-22) → 'github:nix-community/nixpkgs-wayland/0c3d6b6' (2024-11-25) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/97aeff2' (2024-11-23) → 'github:matt1432/nixos-pcsd/20df51f' (2024-11-24) • Updated input 'piper-src': 'github:libratbag/piper/ebb4b1b' (2024-10-28) → 'github:libratbag/piper/3e5a6b9' (2024-11-24) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/58587bc' (2024-11-22) → 'github:make-all/tuya-local/c13cf16' (2024-11-25) • Updated input 'wakewords-src': 'github:fwartner/home-assistant-wakewords-collection/86f3c2b' (2024-10-25) → 'github:fwartner/home-assistant-wakewords-collection/629a005' (2024-11-23) Docker Images: • rssbridge/rss-bridge latest: sha256:9f4ad6df544ff568838315aa12743a465f3ac10a9a63a41b2e8c1aaaf5360820 → sha256:72218407217f2495a5f7f39b0adc1fdefba05c2fdecae6d4df1192389a250426 Firefox Addons: ublock-origin: 1.61.0 -> 1.61.2
2024-11-25 14:42:29 -05:00
url = "https://addons.mozilla.org/firefox/downloads/file/4391011/ublock_origin-1.61.2.xpi";
sha256 = "ee3a724a46ff32c17d1723077fecc6ede7fdab742154020b51fb6253ddcbba14";
2024-06-10 22:57:20 -04:00
meta = with lib; {
homepage = "https://github.com/gorhill/uBlock#ublock-origin";
description = "Finally, an efficient wide-spectrum content blocker. Easy on CPU and memory.";
license = licenses.gpl3;
mozPermissions = [
"alarms"
"dns"
"menus"
"privacy"
"storage"
"tabs"
"unlimitedStorage"
"webNavigation"
"webRequest"
"webRequestBlocking"
"<all_urls>"
"http://*/*"
"https://*/*"
"file://*/*"
"https://easylist.to/*"
"https://*.fanboy.co.nz/*"
"https://filterlists.com/*"
"https://forums.lanik.us/*"
"https://github.com/*"
"https://*.github.io/*"
"https://github.com/uBlockOrigin/*"
"https://ublockorigin.github.io/*"
"https://*.reddit.com/r/uBlockOrigin/*"
];
platforms = platforms.all;
};
};
"undoclosetabbutton" = buildFirefoxXpiAddon {
pname = "undoclosetabbutton";
version = "8.0.0";
addonId = "{4853d046-c5a3-436b-bc36-220fd935ee1d}";
url = "https://addons.mozilla.org/firefox/downloads/file/4212173/undoclosetabbutton-8.0.0.xpi";
sha256 = "c83a058c417f98d75e62ab310e2995971bf79c99cd83cf1dcbd8a44797aa60c4";
meta = with lib; {
homepage = "https://github.com/M-Reimer/undoclosetab";
description = "Allows you to restore the tab you just closed with a single clickplus it can offer a list of recently closed tabs within a convenient context menu.";
license = licenses.gpl3;
mozPermissions = ["menus" "tabs" "sessions" "storage" "theme"];
platforms = platforms.all;
};
};
2023-11-22 15:33:16 -05:00
}