11 inherit pname version;
13 src = fetchFromGitHub {
17 hash = "sha256-MPmB6G5JCIEfFYchVmV8sS5Zfzfui9tClDI6RlLdP6U=";
20 vendorHash = "sha256-w6UJxZToHbbQmuXkyqFzyssFcE+7uVNqOuIF/XKdEsU=";
22 ldflags = [ "-s" "-w" ];
24 subPackages = [ "." ];
28 # See https://github.com/bokwoon95/wgo/blob/e0448e04b6ca44323f507d1aca94425b7c69803c/START_HERE.md?plain=1#L26.
29 "-skip=TestWgoCmd_FileEvent"
33 description = "Live reload for Go apps";
35 homepage = "https://github.com/bokwoon95/wgo";
36 license = licenses.mit;
37 maintainers = with maintainers; [ ];