1 { lib, stdenv, fetchzip }:
3 stdenv.mkDerivation rec {
9 url = "https://github.com/catern/supervise/releases/download/v${version}/supervise-${version}.tar.gz";
10 sha256 = "0jk6q2f67pfs18ah040lmsbvbrnjap7w04jjddsfn1j5bcrvs13x";
14 homepage = "https://github.com/catern/supervise";
15 description = "Minimal unprivileged process supervisor making use of modern Linux features";
16 platforms = platforms.linux;
17 license = licenses.gpl3;
18 maintainers = with lib.maintainers; [ catern ];