diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-12 18:39:54 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-15 22:13:57 +0100 |
| commit | 365a7368718fc52964eb487058a34c7a124e6989 (patch) | |
| tree | 2f9e0fe71b2edebd0a695d69025430b558da7b74 /pkgs/firefox/user-js/arkenfox.nix | |
| parent | 6ea803da80558e269564c99070e92e285cf977ff (diff) | |
add pkgs
Diffstat (limited to 'pkgs/firefox/user-js/arkenfox.nix')
| -rw-r--r-- | pkgs/firefox/user-js/arkenfox.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/firefox/user-js/arkenfox.nix b/pkgs/firefox/user-js/arkenfox.nix new file mode 100644 index 0000000..c464f34 --- /dev/null +++ b/pkgs/firefox/user-js/arkenfox.nix @@ -0,0 +1,8 @@ +{ fetchurl }: + +let version = "109.0"; +in fetchurl { + url = + "https://raw.githubusercontent.com/arkenfox/user.js/${version}/user.js"; + sha256 = "sha256:+GJgFyfmFqbD3eepN9udJImT9H3Z9T+xnXPrHuSwIH4="; +} |
