diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-06-29 13:29:14 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-06-30 13:46:00 +0200 |
| commit | 596587f49dc4726a6e1b2a15db01d10e51f74dac (patch) | |
| tree | 069f39b03cdd682e86753bc4a609e7a0d0e2d398 /home/pkgs | |
| parent | 1a5c61955b5fc59039d736edd036cdab56881cfe (diff) | |
home: pkgs: firefox: arkenfox user.js: update to v101
Diffstat (limited to 'home/pkgs')
| -rw-r--r-- | home/pkgs/firefoxPackages/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/pkgs/firefoxPackages/default.nix b/home/pkgs/firefoxPackages/default.nix index 2ed956b..9777aff 100644 --- a/home/pkgs/firefoxPackages/default.nix +++ b/home/pkgs/firefoxPackages/default.nix @@ -7,7 +7,8 @@ in { inherit (pkgs-rycee.firefox-addons) buildFirefoxXpiAddon; }; arkenfox-userjs = pkgs.fetchurl { - url = "https://raw.githubusercontent.com/arkenfox/user.js/1a899966a911dc2b69a808095ac7836bef5e214b/user.js"; - sha256 = "DBsQ/Zy0Jd6eanOX6437/SufSVBMumqTq1ZFbIRGWGo="; + url = + "https://raw.githubusercontent.com/arkenfox/user.js/1a899966a911dc2b69a808095ac7836bef5e214b/user.js"; + sha256 = "sha256:Du1ia7BGeonko3BAwHuIvVsMr3vTc0jBoa6i9VqiYdU="; }; } |
