diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-11-06 18:45:10 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-11-06 18:45:10 +0100 |
| commit | 6039fa64756c222a8f31546a6bf45063d27bdb33 (patch) | |
| tree | 9ab6c6325686d7e2252a81572e02e925511a4750 /pkgs | |
| parent | 5c3508c5b0605056ee1394a9dbf01cf0f83c983f (diff) | |
pkgs: arkenfox: update to v140.1
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/static/userjs/arkenfox/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/static/userjs/arkenfox/default.nix b/pkgs/static/userjs/arkenfox/default.nix index eaf060f..cbaa8df 100644 --- a/pkgs/static/userjs/arkenfox/default.nix +++ b/pkgs/static/userjs/arkenfox/default.nix @@ -1,8 +1,8 @@ { fetchurl }: let - version = "140.0"; + version = "140.1"; in fetchurl { url = "https://raw.githubusercontent.com/arkenfox/user.js/${version}/user.js"; - sha256 = "sha256-/cz0dnQXKa3c/DqUTAEwBV0I9Tc3x6uzU6rtYijg3Zo="; + sha256 = "sha256-jxzIiARi+GXD+GSGPr1exeEHjR/LsXSUQPGZ+hF36xg="; } |
