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
|
|
@ -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