summaryrefslogtreecommitdiff
path: root/pkgs/static/userjs/thunderbird/default.nix
blob: 8efa1f1e8bec468e28fdae815d2f33c15ed60b9f (plain)
1
2
3
4
5
6
7
8
{ fetchurl }:
let
  version = "140.2";
in
fetchurl {
  url = "https://raw.githubusercontent.com/HorlogeSkynet/thunderbird-user.js/v${version}/user.js";
  sha256 = "sha256-Y7TDCfp/sMDxotx2Mx9Idvi99vBGlMyCQ64EV6yGMCA=";
}