1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-7pwCd9tey7w5B8UgsMLHegPqmmY1prLM+Sk9o42X9lY=";
14 vendorHash = "sha256-Id2RaiSxthyR6egDQz2zulbSZ4STRTaA3yQIr6Mx9kg=";
19 description = "Go app that allows access to the ReMarkable Cloud API programmatically";
20 homepage = "https://github.com/juruen/rmapi";
21 changelog = "https://github.com/juruen/rmapi/blob/v${version}/CHANGELOG.md";
22 license = licenses.agpl3Only;
23 maintainers = [ maintainers.nickhu ];
24 mainProgram = "rmapi";