1
0
Fork 0
nixos-config/overlays/email2matrix/package.nix

13 lines
384 B
Nix
Raw Normal View History

2023-05-22 01:06:42 +00:00
{ buildGoModule, fetchFromGitHub, ... }:
2020-05-22 01:32:34 +00:00
buildGoModule rec {
name = "email2matrix";
version = "817f819deb96f093394932537faa7f623e0126b9";
2020-05-22 01:32:34 +00:00
src = fetchFromGitHub {
owner = "devture";
repo = "email2matrix";
rev = version;
2022-03-21 11:13:15 +00:00
sha256 = "sha256-FyEIBFHGCjFVAIBXru1CNukDwXdRLnwXsKYJb9RVo9k=";
2020-05-22 01:32:34 +00:00
};
2022-03-21 11:32:56 +00:00
vendorSha256 = "sha256-keYTRyg5CbYUQFIm75lGJzxIvW3lo8TqiRL3l2Q5Ex0=";
2020-05-22 01:32:34 +00:00
}