This commit is contained in:
muon 2026-03-28 16:16:08 +00:00
parent 0e00821e0e
commit b2a14d5468
5 changed files with 158 additions and 0 deletions

View file

@ -6,6 +6,17 @@
dockerTools,
}:
{
dcts-client-shipping = {
pname = "dcts-client-shipping";
version = "v2.5";
src = fetchFromGitHub {
owner = "hackthedev";
repo = "dcts-client-shipping";
rev = "v2.5";
fetchSubmodules = false;
sha256 = "sha256-fmU/rUIyHV/+GSgDuot3mDaZrYmxfhF3RXSAwE6HqPU=";
};
};
mender-cli = {
pname = "mender-cli";
version = "2.0.0";