1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-nShiBTkUNBshDDNuDvl0nnGy4BoFrn8hmtFKYOWjfpU=";
14 vendorHash = "sha256-BYd45oaJjAr2xctp1Ew8xdwtiTASNElXzQg47xUI7yU=";
16 # config.Build not defined as it would break r-ryantm
20 "-X github.com/joyrex2001/kubedock/internal/config.Version=${version}"
26 description = "Minimal implementation of the Docker API that will orchestrate containers on a Kubernetes cluster";
27 homepage = "https://github.com/joyrex2001/kubedock";
28 license = licenses.mit;
29 maintainers = with maintainers; [ mausch ];
30 mainProgram = "kubedock";