diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-03-01 13:50:55 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-03-01 14:03:57 +0100 |
| commit | 21034a5a36d62fbad795c4139c98c32e0516ec93 (patch) | |
| tree | db063cbb3e91bf7231c0eb54fb54b3cb5ac51dfe /pkgs/static/userjs/thunderbird | |
| parent | ceb6a8075e1b6e1228b7c75a8da36ed520d32b5f (diff) | |
restructure pkgs
Diffstat (limited to 'pkgs/static/userjs/thunderbird')
| -rw-r--r-- | pkgs/static/userjs/thunderbird/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/static/userjs/thunderbird/default.nix b/pkgs/static/userjs/thunderbird/default.nix new file mode 100644 index 0000000..8899d38 --- /dev/null +++ b/pkgs/static/userjs/thunderbird/default.nix @@ -0,0 +1,8 @@ +{ fetchurl }: + +let version = "102.1"; +in fetchurl { + url = + "https://raw.githubusercontent.com/HorlogeSkynet/thunderbird-user.js/v${version}/user.js"; + sha256 = "1zid28fjz86a82pg21xn7icxgbv7qqwrhy7nam4cp6d9jj16nr4x"; +} |
