···2233buildGoPackage rec {
44 pname = "lnch";
55- version = "2017-02-16";
55+ version = "unstable-2021-02-10";
6677 goPackagePath = "github.com/oem/${pname}";
8899 src = fetchFromGitHub {
1010 owner = "oem";
1111 repo = pname;
1212- rev = "f24eed5392f01d2c8a9cfe9cdf70dcfbbf4b6b36";
1313- sha256 = "0skzrjnbxq1yj7y64cq7angp4wqnrgw1xp9v8vw9zp8f8zwmpy0y";
1212+ rev = "6ed336dd893afa071178b8ac6f6297d23fc55514";
1313+ sha256 = "K2TV+mx6C3/REJyDpC6a/Zn/ZZFxkDMC3EnkveH6YNQ=";
1414 };
15151616 meta = with lib; {
1717 homepage = "https://github.com/oem/lnch";
1818- description = "A small go app that launches a process and moves it out of the process group";
1919- license = licenses.publicDomain; # really I don't know
1818+ description = "Launches a process and moves it out of the process group";
1919+ license = licenses.mit;
2020+ platforms = with platforms; all;
2021 };
2122}