pkgs: Synchronize upstream source archives for packages

This commit is contained in:
ulic-youthlic 2025-06-19 15:30:32 +08:00
parent 5982ee6318
commit dc6f0ad7aa
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 24 additions and 24 deletions

View file

@ -22,7 +22,7 @@
}, },
"TrackersListCollection": { "TrackersListCollection": {
"cargoLocks": null, "cargoLocks": null,
"date": "2025-06-10", "date": "2025-06-19",
"extract": null, "extract": null,
"name": "TrackersListCollection", "name": "TrackersListCollection",
"passthru": null, "passthru": null,
@ -34,14 +34,14 @@
"name": null, "name": null,
"owner": "XIU2", "owner": "XIU2",
"repo": "TrackersListCollection", "repo": "TrackersListCollection",
"rev": "01e578ea12a7f00d989dfaf13c5f43875f1ff853", "rev": "68f0b601a7e8e30ca3e59d5d0b0c0c159f494fae",
"sha256": "sha256-npX1g1rvprXLEwkjE7S3hfpUCdmEnolSq4eLki9pvag=", "sha256": "sha256-+ve7SYZPvkv29PS91tISjyuCL6CggUv7RutfyITGkQE=",
"sparseCheckout": [ "sparseCheckout": [
"all.txt" "all.txt"
], ],
"type": "github" "type": "github"
}, },
"version": "01e578ea12a7f00d989dfaf13c5f43875f1ff853" "version": "68f0b601a7e8e30ca3e59d5d0b0c0c159f494fae"
}, },
"cliphist": { "cliphist": {
"cargoLocks": null, "cargoLocks": null,
@ -157,7 +157,7 @@
}, },
"rime-ice": { "rime-ice": {
"cargoLocks": null, "cargoLocks": null,
"date": "2025-06-09", "date": "2025-06-16",
"extract": null, "extract": null,
"name": "rime-ice", "name": "rime-ice",
"passthru": null, "passthru": null,
@ -169,16 +169,16 @@
"name": null, "name": null,
"owner": "iDvel", "owner": "iDvel",
"repo": "rime-ice", "repo": "rime-ice",
"rev": "5b94b7df626bffedc3fe05ee71511aa0272bfc36", "rev": "eeb559e70b7775d4d0b89003b3c9b896a447092f",
"sha256": "sha256-RK5togo9YEQVSUL1bpkcsHmzK1V8IMe0adFB1T2hVoI=", "sha256": "sha256-HvjDw2BNvMbu/J0NINN2/+iWCv3pYt+HrtlJPWfhERA=",
"sparseCheckout": [], "sparseCheckout": [],
"type": "github" "type": "github"
}, },
"version": "5b94b7df626bffedc3fe05ee71511aa0272bfc36" "version": "eeb559e70b7775d4d0b89003b3c9b896a447092f"
}, },
"spotx": { "spotx": {
"cargoLocks": null, "cargoLocks": null,
"date": "2025-05-31", "date": "2025-06-18",
"extract": null, "extract": null,
"name": "spotx", "name": "spotx",
"passthru": null, "passthru": null,
@ -190,12 +190,12 @@
"name": null, "name": null,
"owner": "SpotX-Official", "owner": "SpotX-Official",
"repo": "SpotX-Bash", "repo": "SpotX-Bash",
"rev": "b1de24ec4c23c45da373dcb64a44e372253a0c16", "rev": "181fd7fc8fe838237660a46ae096570d869bc30f",
"sha256": "sha256-bIfqqZLMboA5GKxz9EVv8GZQRVejheHw2nLTBS6AKyE=", "sha256": "sha256-tK0ZpyNNI2hDfAhgvrR6s0gaL8VLbHUsHPhnhXD8P40=",
"sparseCheckout": [], "sparseCheckout": [],
"type": "github" "type": "github"
}, },
"version": "b1de24ec4c23c45da373dcb64a44e372253a0c16" "version": "181fd7fc8fe838237660a46ae096570d869bc30f"
}, },
"tree-sitter-idris": { "tree-sitter-idris": {
"cargoLocks": null, "cargoLocks": null,

View file

@ -15,18 +15,18 @@
}; };
TrackersListCollection = { TrackersListCollection = {
pname = "TrackersListCollection"; pname = "TrackersListCollection";
version = "01e578ea12a7f00d989dfaf13c5f43875f1ff853"; version = "68f0b601a7e8e30ca3e59d5d0b0c0c159f494fae";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "XIU2"; owner = "XIU2";
repo = "TrackersListCollection"; repo = "TrackersListCollection";
rev = "01e578ea12a7f00d989dfaf13c5f43875f1ff853"; rev = "68f0b601a7e8e30ca3e59d5d0b0c0c159f494fae";
fetchSubmodules = false; fetchSubmodules = false;
deepClone = false; deepClone = false;
leaveDotGit = false; leaveDotGit = false;
sparseCheckout = [ "all.txt" ]; sparseCheckout = [ "all.txt" ];
sha256 = "sha256-npX1g1rvprXLEwkjE7S3hfpUCdmEnolSq4eLki9pvag="; sha256 = "sha256-+ve7SYZPvkv29PS91tISjyuCL6CggUv7RutfyITGkQE=";
}; };
date = "2025-06-10"; date = "2025-06-19";
}; };
cliphist = { cliphist = {
pname = "cliphist"; pname = "cliphist";
@ -104,27 +104,27 @@
}; };
rime-ice = { rime-ice = {
pname = "rime-ice"; pname = "rime-ice";
version = "5b94b7df626bffedc3fe05ee71511aa0272bfc36"; version = "eeb559e70b7775d4d0b89003b3c9b896a447092f";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "iDvel"; owner = "iDvel";
repo = "rime-ice"; repo = "rime-ice";
rev = "5b94b7df626bffedc3fe05ee71511aa0272bfc36"; rev = "eeb559e70b7775d4d0b89003b3c9b896a447092f";
fetchSubmodules = false; fetchSubmodules = false;
sha256 = "sha256-RK5togo9YEQVSUL1bpkcsHmzK1V8IMe0adFB1T2hVoI="; sha256 = "sha256-HvjDw2BNvMbu/J0NINN2/+iWCv3pYt+HrtlJPWfhERA=";
}; };
date = "2025-06-09"; date = "2025-06-16";
}; };
spotx = { spotx = {
pname = "spotx"; pname = "spotx";
version = "b1de24ec4c23c45da373dcb64a44e372253a0c16"; version = "181fd7fc8fe838237660a46ae096570d869bc30f";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SpotX-Official"; owner = "SpotX-Official";
repo = "SpotX-Bash"; repo = "SpotX-Bash";
rev = "b1de24ec4c23c45da373dcb64a44e372253a0c16"; rev = "181fd7fc8fe838237660a46ae096570d869bc30f";
fetchSubmodules = false; fetchSubmodules = false;
sha256 = "sha256-bIfqqZLMboA5GKxz9EVv8GZQRVejheHw2nLTBS6AKyE="; sha256 = "sha256-tK0ZpyNNI2hDfAhgvrR6s0gaL8VLbHUsHPhnhXD8P40=";
}; };
date = "2025-05-31"; date = "2025-06-18";
}; };
tree-sitter-idris = { tree-sitter-idris = {
pname = "tree-sitter-idris"; pname = "tree-sitter-idris";