diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-12-19 12:32:18 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-12-19 12:32:18 +0100 |
| commit | 9514dd640f7a2ac343c7fcabd41a546223cd802e (patch) | |
| tree | c7f6ccf6172629912c66352828409ca3a70a2617 /home/pkgs | |
| parent | 65501171c7698b95edf42c708bf48713feb3f9fb (diff) | |
firefox : update to v95
Diffstat (limited to 'home/pkgs')
| -rw-r--r-- | home/pkgs/firefoxPackages/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/home/pkgs/firefoxPackages/default.nix b/home/pkgs/firefoxPackages/default.nix index ce4ebe7..c7d91b7 100644 --- a/home/pkgs/firefoxPackages/default.nix +++ b/home/pkgs/firefoxPackages/default.nix @@ -7,8 +7,7 @@ in { inherit (pkgs-rycee.firefox-addons) buildFirefoxXpiAddon; }; arkenfox-userjs = pkgs.fetchurl { - url = - "https://raw.githubusercontent.com/arkenfox/user.js/85438d00e457bff692303af519da618c6372476b/user.js"; - sha256 = "11hw11x3yl0pk5dhx1j1k6yi6i2yjd82pb5nz3jsafa04hl1jpr2"; + url = "https://raw.githubusercontent.com/arkenfox/user.js/7e1b92567ca2bb76ad358d0fc786fd60b3cf7970/user.js"; + sha256 = "1v2w51szrd2yjki9gdvzc488rqmrmyxn90g2vv1pwg121wklw30q"; }; } |
