1 { lib, fetchFromGitHub, buildGoModule }:
5 version = "unstable-2021-08-15";
7 src = fetchFromGitHub {
10 rev = "56b5e256b46c002821bef3b9c1b6f68b9dbb4207";
11 sha256 = "sha256-Iro/FjPFMqulcK90MbludnOXkMEHW0QSCoQRL01/LDE";
14 vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo";
16 ldflags = [ "-s" "-w" ];
19 homepage = "https://github.com/oem/lnch";
20 description = "Launches a process and moves it out of the process group";
21 license = licenses.mit;