9 version = "0-unstable-2024-09-27";
11 src = fetchFromGitHub {
14 rev = "6bec690fe5cdabca7aeec52257118d4ff7d7b060";
15 hash = "sha256-EJ0qEsXhBssWUrzyhtL0So0Yaxzr843QNwoE0tppeuk=";
18 vendorHash = "sha256-B/46VGCbLE/6LgW2wfKoHI9cyveE6hE/AfAZzIG5J+g=";
23 "-X=main.Version=${version}"
26 subPackages = [ "cmd/gok" ];
29 description = "Turn your Go program(s) into an appliance running on the Raspberry Pi 3, Pi 4, Pi Zero 2 W, or amd64 PCs!";
30 homepage = "https://github.com/gokrazy/gokrazy";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ shayne ];