mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Add dcts
This commit is contained in:
parent
0e00821e0e
commit
b2a14d5468
5 changed files with 158 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue