diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-06 15:10:19 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-06 15:10:19 +0100 |
| commit | 1c49ee75c4e0532f3a9a9aa4e7460ea39a479bfd (patch) | |
| tree | d07c0eb378cc5faccd49d9315ddc621776a45600 /home/pkgs | |
| parent | 3621d1a1e9b96d50963c9a2b7b612ceb2afd13ad (diff) | |
firefox: arkenfox: update to v106
Diffstat (limited to 'home/pkgs')
| -rw-r--r-- | home/pkgs/firefoxPackages/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/pkgs/firefoxPackages/default.nix b/home/pkgs/firefoxPackages/default.nix index 95bed59..afdf7e7 100644 --- a/home/pkgs/firefoxPackages/default.nix +++ b/home/pkgs/firefoxPackages/default.nix @@ -6,10 +6,10 @@ in { inherit (pkgs) fetchurl stdenv lib; inherit (pkgs-rycee.firefox-addons) buildFirefoxXpiAddon; }; - arkenfox-userjs = let version = "105.0"; + arkenfox-userjs = let version = "106.0"; in pkgs.fetchurl { url = "https://raw.githubusercontent.com/arkenfox/user.js/${version}/user.js"; - sha256 = "sha256:4v5VcCj5h+pLZ7wt38AoWUQgg62qPGohWwmY6yNZZ/0="; + sha256 = "sha256:KTNODuDsjgqbUtIWS9hCIDGG8WhsIRCc/CLI3BjxhMc="; }; } |
