12 src = fetchFromGitHub {
16 hash = "sha256-xqwq27u41Jgoh7t9UDyatuBQswr+h3xio5AV/npncHc=";
19 vendorHash = "sha256-NXPllEhootdB8m5Wvfy8MW899oQnjWAQj7yCC2oDvqE=";
28 "-X=main.version=${version}"
29 "-X=main.commit=${src.rev}"
30 "-X=main.date=1970-01-01"
34 version = testers.testVersion {
36 command = "gpython < /dev/null";
41 description = "A Python interpreter written in Go";
42 homepage = "https://github.com/go-python/gpython";
43 changelog = "https://github.com/go-python/gpython/releases/tag/${src.rev}";
44 license = licenses.bsd3;
45 maintainers = with maintainers; [ figsoda ];