summaryrefslogtreecommitdiff
path: root/home/pkgs/firefoxPackages/default.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-06 15:10:19 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-06 15:10:19 +0100
commit1c49ee75c4e0532f3a9a9aa4e7460ea39a479bfd (patch)
treed07c0eb378cc5faccd49d9315ddc621776a45600 /home/pkgs/firefoxPackages/default.nix
parent3621d1a1e9b96d50963c9a2b7b612ceb2afd13ad (diff)
firefox: arkenfox: update to v106
Diffstat (limited to 'home/pkgs/firefoxPackages/default.nix')
-rw-r--r--home/pkgs/firefoxPackages/default.nix4
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=";
};
}