update packages
This commit is contained in:
parent
ab460d0684
commit
c77ed32039
3 changed files with 638 additions and 174 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -2,11 +2,11 @@
|
||||||
"dioxionary": {
|
"dioxionary": {
|
||||||
"cargoLocks": {
|
"cargoLocks": {
|
||||||
"./Cargo.lock": [
|
"./Cargo.lock": [
|
||||||
"./dioxionary-c140d4438e517a9b618198a678189a349fb0c692/./Cargo.lock",
|
"./dioxionary-4db80d458ff7494967c94ebb1db596abba0775b2/./Cargo.lock",
|
||||||
{}
|
{}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"date": "2025-04-05",
|
"date": "2025-04-07",
|
||||||
"extract": null,
|
"extract": null,
|
||||||
"name": "dioxionary",
|
"name": "dioxionary",
|
||||||
"passthru": null,
|
"passthru": null,
|
||||||
|
|
@ -16,13 +16,13 @@
|
||||||
"fetchSubmodules": false,
|
"fetchSubmodules": false,
|
||||||
"leaveDotGit": false,
|
"leaveDotGit": false,
|
||||||
"name": null,
|
"name": null,
|
||||||
"rev": "c140d4438e517a9b618198a678189a349fb0c692",
|
"rev": "4db80d458ff7494967c94ebb1db596abba0775b2",
|
||||||
"sha256": "sha256-rPQ1EUsjlzWt1QgsWs/PVkcDMHGjH6w6fjzVSTiqqnk=",
|
"sha256": "sha256-H5uMTtDX9hBV36MtiPPlHPaL//WM11J5kdtEhyJBZIU=",
|
||||||
"sparseCheckout": [],
|
"sparseCheckout": [],
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/vaaandark/dioxionary.git"
|
"url": "https://github.com/vaaandark/dioxionary.git"
|
||||||
},
|
},
|
||||||
"version": "c140d4438e517a9b618198a678189a349fb0c692"
|
"version": "4db80d458ff7494967c94ebb1db596abba0775b2"
|
||||||
},
|
},
|
||||||
"juicity": {
|
"juicity": {
|
||||||
"cargoLocks": null,
|
"cargoLocks": null,
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
},
|
},
|
||||||
"rime-ice": {
|
"rime-ice": {
|
||||||
"cargoLocks": null,
|
"cargoLocks": null,
|
||||||
"date": "2025-04-01",
|
"date": "2025-04-06",
|
||||||
"extract": null,
|
"extract": null,
|
||||||
"name": "rime-ice",
|
"name": "rime-ice",
|
||||||
"passthru": null,
|
"passthru": null,
|
||||||
|
|
@ -104,12 +104,12 @@
|
||||||
"name": null,
|
"name": null,
|
||||||
"owner": "iDvel",
|
"owner": "iDvel",
|
||||||
"repo": "rime-ice",
|
"repo": "rime-ice",
|
||||||
"rev": "a5f5404e369100fcfc5562f86f1205827453e31c",
|
"rev": "51777daedbe4783c3b79f0246d775e4b6d978cbc",
|
||||||
"sha256": "sha256-s3r8cdEliiPnKWs64Wgi0rC9Ngl1mkIrLnr2tIcyXWw=",
|
"sha256": "sha256-cFaFgChhpgEiJw+dHl3Hr3T2UQF+Vy6u36JWY+cYBNo=",
|
||||||
"sparseCheckout": [],
|
"sparseCheckout": [],
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"version": "a5f5404e369100fcfc5562f86f1205827453e31c"
|
"version": "51777daedbe4783c3b79f0246d775e4b6d978cbc"
|
||||||
},
|
},
|
||||||
"tree-sitter-idris": {
|
"tree-sitter-idris": {
|
||||||
"cargoLocks": null,
|
"cargoLocks": null,
|
||||||
|
|
|
||||||
|
|
@ -3,23 +3,23 @@
|
||||||
{
|
{
|
||||||
dioxionary = {
|
dioxionary = {
|
||||||
pname = "dioxionary";
|
pname = "dioxionary";
|
||||||
version = "c140d4438e517a9b618198a678189a349fb0c692";
|
version = "4db80d458ff7494967c94ebb1db596abba0775b2";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/vaaandark/dioxionary.git";
|
url = "https://github.com/vaaandark/dioxionary.git";
|
||||||
rev = "c140d4438e517a9b618198a678189a349fb0c692";
|
rev = "4db80d458ff7494967c94ebb1db596abba0775b2";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
deepClone = false;
|
deepClone = false;
|
||||||
leaveDotGit = false;
|
leaveDotGit = false;
|
||||||
sparseCheckout = [ ];
|
sparseCheckout = [ ];
|
||||||
sha256 = "sha256-rPQ1EUsjlzWt1QgsWs/PVkcDMHGjH6w6fjzVSTiqqnk=";
|
sha256 = "sha256-H5uMTtDX9hBV36MtiPPlHPaL//WM11J5kdtEhyJBZIU=";
|
||||||
};
|
};
|
||||||
cargoLock."./Cargo.lock" = {
|
cargoLock."./Cargo.lock" = {
|
||||||
lockFile = ./dioxionary-c140d4438e517a9b618198a678189a349fb0c692/./Cargo.lock;
|
lockFile = ./dioxionary-4db80d458ff7494967c94ebb1db596abba0775b2/./Cargo.lock;
|
||||||
outputHashes = {
|
outputHashes = {
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
date = "2025-04-05";
|
date = "2025-04-07";
|
||||||
};
|
};
|
||||||
juicity = {
|
juicity = {
|
||||||
pname = "juicity";
|
pname = "juicity";
|
||||||
|
|
@ -65,15 +65,15 @@
|
||||||
};
|
};
|
||||||
rime-ice = {
|
rime-ice = {
|
||||||
pname = "rime-ice";
|
pname = "rime-ice";
|
||||||
version = "a5f5404e369100fcfc5562f86f1205827453e31c";
|
version = "51777daedbe4783c3b79f0246d775e4b6d978cbc";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "iDvel";
|
owner = "iDvel";
|
||||||
repo = "rime-ice";
|
repo = "rime-ice";
|
||||||
rev = "a5f5404e369100fcfc5562f86f1205827453e31c";
|
rev = "51777daedbe4783c3b79f0246d775e4b6d978cbc";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
sha256 = "sha256-s3r8cdEliiPnKWs64Wgi0rC9Ngl1mkIrLnr2tIcyXWw=";
|
sha256 = "sha256-cFaFgChhpgEiJw+dHl3Hr3T2UQF+Vy6u36JWY+cYBNo=";
|
||||||
};
|
};
|
||||||
date = "2025-04-01";
|
date = "2025-04-06";
|
||||||
};
|
};
|
||||||
tree-sitter-idris = {
|
tree-sitter-idris = {
|
||||||
pname = "tree-sitter-idris";
|
pname = "tree-sitter-idris";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue