update dioxionary

This commit is contained in:
ulic-youthlic 2025-03-23 10:01:32 +08:00
parent 1e5ee9f41a
commit 7109a1643d
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 25 additions and 23 deletions

View file

@ -2,11 +2,11 @@
"dioxionary": {
"cargoLocks": {
"./Cargo.lock": [
"./dioxionary-v1.1.4/./Cargo.lock",
"./dioxionary-20d7b44e49e51c2fce3b0369bd544ec561476108/./Cargo.lock",
{}
]
},
"date": null,
"date": "2025-03-17",
"extract": null,
"name": "dioxionary",
"passthru": null,
@ -16,14 +16,13 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "vaaandark",
"repo": "dioxionary",
"rev": "v1.1.4",
"rev": "20d7b44e49e51c2fce3b0369bd544ec561476108",
"sha256": "sha256-FAt0WKxVzM+JCGEVJRKUmMebj0MMwHOo8SlPeHn8s/0=",
"sparseCheckout": [],
"type": "github"
"type": "git",
"url": "https://github.com/vaaandark/dioxionary.git"
},
"version": "v1.1.4"
"version": "20d7b44e49e51c2fce3b0369bd544ec561476108"
},
"juicity": {
"cargoLocks": null,
@ -47,7 +46,7 @@
},
"rime-ice": {
"cargoLocks": null,
"date": "2025-03-11",
"date": "2025-03-22",
"extract": null,
"name": "rime-ice",
"passthru": null,
@ -59,12 +58,12 @@
"name": null,
"owner": "iDvel",
"repo": "rime-ice",
"rev": "75b225e84f5e95ddf0b5a50fa6e2cff9800ee7b7",
"sha256": "sha256-/sKoufIf4m5h1Zds6AqIyeCjDaZsFU9ot5ln3ykuNyU=",
"rev": "1dcc6f1119836af276dd35c6f0fe93f6bdabc65a",
"sha256": "sha256-9Xpx3s7iHLiwdzehPQZl44Q1aWhqViekrAHFBXE2PCc=",
"sparseCheckout": [],
"type": "github"
},
"version": "75b225e84f5e95ddf0b5a50fa6e2cff9800ee7b7"
"version": "1dcc6f1119836af276dd35c6f0fe93f6bdabc65a"
},
"tree-sitter-idris": {
"cargoLocks": null,

View file

@ -3,20 +3,23 @@
{
dioxionary = {
pname = "dioxionary";
version = "v1.1.4";
src = fetchFromGitHub {
owner = "vaaandark";
repo = "dioxionary";
rev = "v1.1.4";
version = "20d7b44e49e51c2fce3b0369bd544ec561476108";
src = fetchgit {
url = "https://github.com/vaaandark/dioxionary.git";
rev = "20d7b44e49e51c2fce3b0369bd544ec561476108";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ ];
sha256 = "sha256-FAt0WKxVzM+JCGEVJRKUmMebj0MMwHOo8SlPeHn8s/0=";
};
cargoLock."./Cargo.lock" = {
lockFile = ./dioxionary-v1.1.4/./Cargo.lock;
lockFile = ./dioxionary-20d7b44e49e51c2fce3b0369bd544ec561476108/./Cargo.lock;
outputHashes = {
};
};
date = "2025-03-17";
};
juicity = {
pname = "juicity";
@ -34,15 +37,15 @@
};
rime-ice = {
pname = "rime-ice";
version = "75b225e84f5e95ddf0b5a50fa6e2cff9800ee7b7";
version = "1dcc6f1119836af276dd35c6f0fe93f6bdabc65a";
src = fetchFromGitHub {
owner = "iDvel";
repo = "rime-ice";
rev = "75b225e84f5e95ddf0b5a50fa6e2cff9800ee7b7";
rev = "1dcc6f1119836af276dd35c6f0fe93f6bdabc65a";
fetchSubmodules = false;
sha256 = "sha256-/sKoufIf4m5h1Zds6AqIyeCjDaZsFU9ot5ln3ykuNyU=";
sha256 = "sha256-9Xpx3s7iHLiwdzehPQZl44Q1aWhqViekrAHFBXE2PCc=";
};
date = "2025-03-11";
date = "2025-03-22";
};
tree-sitter-idris = {
pname = "tree-sitter-idris";

View file

@ -12,6 +12,6 @@ src.git = "https://github.com/iDvel/rime-ice.git"
fetch.github = "iDvel/rime-ice"
[dioxionary]
src.github = "vaaandark/dioxionary"
fetch.github = "vaaandark/dioxionary"
src.git = "https://github.com/vaaandark/dioxionary.git"
fetch.git = "https://github.com/vaaandark/dioxionary.git"
cargo_locks = ["./Cargo.lock"]