chore: Update packages' upstreams

This commit is contained in:
ulic-youthlic 2025-10-18 23:10:53 +08:00
parent fce213c07e
commit 0d0b97aaea
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 16 additions and 16 deletions

View file

@ -22,7 +22,7 @@
}, },
"TrackersListCollection": { "TrackersListCollection": {
"cargoLocks": null, "cargoLocks": null,
"date": "2025-10-17", "date": "2025-10-20",
"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": "d03b757d8e1bec4718c2a5afa96149ada983fe61", "rev": "98a1b6882702723217dc1d089872179fd63609a5",
"sha256": "sha256-xS/u7ySlK7Znr+Gtj6rOf6OKKTLTCIhkTfcKOg/7DZg=", "sha256": "sha256-Bs7/VYu8JTWcPNG2MgUd13qeA51kq35LVCSFlu95IaY=",
"sparseCheckout": [ "sparseCheckout": [
"all.txt" "all.txt"
], ],
"type": "github" "type": "github"
}, },
"version": "d03b757d8e1bec4718c2a5afa96149ada983fe61" "version": "98a1b6882702723217dc1d089872179fd63609a5"
}, },
"cliphist": { "cliphist": {
"cargoLocks": null, "cargoLocks": null,
@ -188,7 +188,7 @@
}, },
"spotx": { "spotx": {
"cargoLocks": null, "cargoLocks": null,
"date": "2025-10-08", "date": "2025-10-17",
"extract": null, "extract": null,
"name": "spotx", "name": "spotx",
"passthru": null, "passthru": null,
@ -200,12 +200,12 @@
"name": null, "name": null,
"owner": "SpotX-Official", "owner": "SpotX-Official",
"repo": "SpotX-Bash", "repo": "SpotX-Bash",
"rev": "12cfe5dcec1d82cb613d8aa8dd60f4cd181dfb06", "rev": "49d01737d175fd2d8b7dc415498bee4099ffae22",
"sha256": "sha256-GPy9/fJhcx1XPS6WRt4yVQQrEt/YQCh2cDzQxb1nvfg=", "sha256": "sha256-OTWfBCIJXLd+Jlnkx45CSO/Zpvc4QHtvb+ROpDgaJLw=",
"sparseCheckout": [], "sparseCheckout": [],
"type": "github" "type": "github"
}, },
"version": "12cfe5dcec1d82cb613d8aa8dd60f4cd181dfb06" "version": "49d01737d175fd2d8b7dc415498bee4099ffae22"
}, },
"tree-sitter-idris": { "tree-sitter-idris": {
"cargoLocks": null, "cargoLocks": null,

View file

@ -15,18 +15,18 @@
}; };
TrackersListCollection = { TrackersListCollection = {
pname = "TrackersListCollection"; pname = "TrackersListCollection";
version = "d03b757d8e1bec4718c2a5afa96149ada983fe61"; version = "98a1b6882702723217dc1d089872179fd63609a5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "XIU2"; owner = "XIU2";
repo = "TrackersListCollection"; repo = "TrackersListCollection";
rev = "d03b757d8e1bec4718c2a5afa96149ada983fe61"; rev = "98a1b6882702723217dc1d089872179fd63609a5";
fetchSubmodules = false; fetchSubmodules = false;
deepClone = false; deepClone = false;
leaveDotGit = false; leaveDotGit = false;
sparseCheckout = [ "all.txt" ]; sparseCheckout = [ "all.txt" ];
sha256 = "sha256-xS/u7ySlK7Znr+Gtj6rOf6OKKTLTCIhkTfcKOg/7DZg="; sha256 = "sha256-Bs7/VYu8JTWcPNG2MgUd13qeA51kq35LVCSFlu95IaY=";
}; };
date = "2025-10-17"; date = "2025-10-20";
}; };
cliphist = { cliphist = {
pname = "cliphist"; pname = "cliphist";
@ -119,15 +119,15 @@
}; };
spotx = { spotx = {
pname = "spotx"; pname = "spotx";
version = "12cfe5dcec1d82cb613d8aa8dd60f4cd181dfb06"; version = "49d01737d175fd2d8b7dc415498bee4099ffae22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SpotX-Official"; owner = "SpotX-Official";
repo = "SpotX-Bash"; repo = "SpotX-Bash";
rev = "12cfe5dcec1d82cb613d8aa8dd60f4cd181dfb06"; rev = "49d01737d175fd2d8b7dc415498bee4099ffae22";
fetchSubmodules = false; fetchSubmodules = false;
sha256 = "sha256-GPy9/fJhcx1XPS6WRt4yVQQrEt/YQCh2cDzQxb1nvfg="; sha256 = "sha256-OTWfBCIJXLd+Jlnkx45CSO/Zpvc4QHtvb+ROpDgaJLw=";
}; };
date = "2025-10-08"; date = "2025-10-17";
}; };
tree-sitter-idris = { tree-sitter-idris = {
pname = "tree-sitter-idris"; pname = "tree-sitter-idris";