mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Add auth2api
This commit is contained in:
parent
b6318d9c4d
commit
28bb03187d
9 changed files with 335 additions and 11 deletions
|
|
@ -1,4 +1,25 @@
|
|||
{
|
||||
"auth2api": {
|
||||
"cargoLock": null,
|
||||
"date": "2026-05-10",
|
||||
"extract": null,
|
||||
"name": "auth2api",
|
||||
"passthru": null,
|
||||
"pinned": false,
|
||||
"src": {
|
||||
"deepClone": false,
|
||||
"fetchSubmodules": false,
|
||||
"leaveDotGit": false,
|
||||
"name": null,
|
||||
"owner": "AmazingAng",
|
||||
"repo": "auth2api",
|
||||
"rev": "840fa100e71a3562552cc7d0267f7668db0d7f86",
|
||||
"sha256": "sha256-Pz+V1QKbZZKfoZz2TbC4yLtwAdaUIWdLV8FJh8LohTc=",
|
||||
"sparseCheckout": [],
|
||||
"type": "github"
|
||||
},
|
||||
"version": "840fa100e71a3562552cc7d0267f7668db0d7f86"
|
||||
},
|
||||
"dcts-client-shipping": {
|
||||
"cargoLock": null,
|
||||
"date": null,
|
||||
|
|
|
|||
|
|
@ -6,6 +6,18 @@
|
|||
dockerTools,
|
||||
}:
|
||||
{
|
||||
auth2api = {
|
||||
pname = "auth2api";
|
||||
version = "840fa100e71a3562552cc7d0267f7668db0d7f86";
|
||||
src = fetchFromGitHub {
|
||||
owner = "AmazingAng";
|
||||
repo = "auth2api";
|
||||
rev = "840fa100e71a3562552cc7d0267f7668db0d7f86";
|
||||
fetchSubmodules = false;
|
||||
sha256 = "sha256-Pz+V1QKbZZKfoZz2TbC4yLtwAdaUIWdLV8FJh8LohTc=";
|
||||
};
|
||||
date = "2026-05-10";
|
||||
};
|
||||
dcts-client-shipping = {
|
||||
pname = "dcts-client-shipping";
|
||||
version = "v3.3";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue