7 stdenv.mkDerivation rec {
13 url = "https://github.com/catern/supervise/releases/download/v${version}/supervise-${version}.tar.gz";
14 sha256 = "0jk6q2f67pfs18ah040lmsbvbrnjap7w04jjddsfn1j5bcrvs13x";
18 homepage = "https://github.com/catern/supervise";
19 description = "Minimal unprivileged process supervisor making use of modern Linux features";
20 platforms = platforms.linux;
21 license = licenses.gpl3;
22 maintainers = with lib.maintainers; [ catern ];