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

@ -1,4 +1,25 @@
{
"dcts-client-shipping": {
"cargoLock": null,
"date": null,
"extract": null,
"name": "dcts-client-shipping",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "hackthedev",
"repo": "dcts-client-shipping",
"rev": "v2.5",
"sha256": "sha256-fmU/rUIyHV/+GSgDuot3mDaZrYmxfhF3RXSAwE6HqPU=",
"sparseCheckout": [],
"type": "github"
},
"version": "v2.5"
},
"mender-cli": {
"cargoLock": null,
"date": null,

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";