update pkgs

This commit is contained in:
ulic-youthlic 2025-05-22 00:44:05 +08:00
parent a7caac6dae
commit 242163f0c2
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
{ {
"TrackersListCollection": { "TrackersListCollection": {
"cargoLocks": null, "cargoLocks": null,
"date": "2025-05-20", "date": "2025-05-22",
"extract": null, "extract": null,
"name": "TrackersListCollection", "name": "TrackersListCollection",
"passthru": null, "passthru": null,
@ -13,14 +13,14 @@
"name": null, "name": null,
"owner": "XIU2", "owner": "XIU2",
"repo": "TrackersListCollection", "repo": "TrackersListCollection",
"rev": "4625b564bb0bf03e069c4fbaa42df59c84ff0fdf", "rev": "89d1e855ada9fa4e136759c1f2d9f83e4077fa9b",
"sha256": "sha256-1si2rVI2TB0urt6HhLeMot6tAsfii+uc74zxYc9AJk0=", "sha256": "sha256-2ZctoHyfyDCMuqLlMWoy8BIuZff5fAivtsVPLoVef9I=",
"sparseCheckout": [ "sparseCheckout": [
"all.txt" "all.txt"
], ],
"type": "github" "type": "github"
}, },
"version": "4625b564bb0bf03e069c4fbaa42df59c84ff0fdf" "version": "89d1e855ada9fa4e136759c1f2d9f83e4077fa9b"
}, },
"dioxionary": { "dioxionary": {
"cargoLocks": { "cargoLocks": {

View file

@ -3,18 +3,18 @@
{ {
TrackersListCollection = { TrackersListCollection = {
pname = "TrackersListCollection"; pname = "TrackersListCollection";
version = "4625b564bb0bf03e069c4fbaa42df59c84ff0fdf"; version = "89d1e855ada9fa4e136759c1f2d9f83e4077fa9b";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "XIU2"; owner = "XIU2";
repo = "TrackersListCollection"; repo = "TrackersListCollection";
rev = "4625b564bb0bf03e069c4fbaa42df59c84ff0fdf"; rev = "89d1e855ada9fa4e136759c1f2d9f83e4077fa9b";
fetchSubmodules = false; fetchSubmodules = false;
deepClone = false; deepClone = false;
leaveDotGit = false; leaveDotGit = false;
sparseCheckout = [ "all.txt" ]; sparseCheckout = [ "all.txt" ];
sha256 = "sha256-1si2rVI2TB0urt6HhLeMot6tAsfii+uc74zxYc9AJk0="; sha256 = "sha256-2ZctoHyfyDCMuqLlMWoy8BIuZff5fAivtsVPLoVef9I=";
}; };
date = "2025-05-20"; date = "2025-05-22";
}; };
dioxionary = { dioxionary = {
pname = "dioxionary"; pname = "dioxionary";