containerpilot: add spaces as usual

This commit is contained in:
Phillip Cloud 2021-01-20 12:10:29 -05:00
parent f139efa410
commit c1e08257d8

View File

@ -1,13 +1,16 @@
{ buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
version = "3.9.0pre";
pname = "containerpilot";
src = fetchFromGitHub {
owner = "joyent";
repo = pname;
rev = "d999b632b0c96d9e27f092dc9f81a9d82dfe0106";
sha256 = "0wsc8canr1c9wzr1lv40yixj9l10c66i6d14yrljsyagl2z02v4n";
};
goPackagePath = "github.com/joyent/${pname}";
goDeps = ./deps.nix;