1 { lib, buildGoModule, fetchFromGitea }:
8 domain = "git.lcomrade.su";
12 sha256 = "sha256-d+FjfEbInlxUllWIoVLwQRdRWjxBLTpNHYn+oYU3fBc=";
15 vendorHash = "sha256-PL0dysBn1+1BpZWFW/EUFJtqkabt+XN00YkAz8Yf2LQ=";
20 "-X main.Version=${version}"
23 subPackages = [ "cmd" ];
26 mv $out/bin/cmd $out/bin/lenpaste
30 description = "Web service that allows you to share notes anonymously, an alternative to pastebin.com";
31 homepage = "https://git.lcomrade.su/root/lenpaste";
32 license = licenses.agpl3Plus;
33 maintainers = with maintainers; [ vector1dev ];
34 mainProgram = "lenpaste";