chore: Update pkgs' upstream

This commit is contained in:
ulic-youthlic 2025-10-15 17:25:33 +08:00
parent b0576debca
commit e0f052d71b
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 8 additions and 8 deletions

View file

@ -22,7 +22,7 @@
}, },
"TrackersListCollection": { "TrackersListCollection": {
"cargoLocks": null, "cargoLocks": null,
"date": "2025-10-14", "date": "2025-10-17",
"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": "673a78b2f5032eed48e03317ab58dfab4f76880c", "rev": "d03b757d8e1bec4718c2a5afa96149ada983fe61",
"sha256": "sha256-+MvC3IZj8Bi1qvvljNQa9saJFYz5U/s1V8lLAKNARLQ=", "sha256": "sha256-xS/u7ySlK7Znr+Gtj6rOf6OKKTLTCIhkTfcKOg/7DZg=",
"sparseCheckout": [ "sparseCheckout": [
"all.txt" "all.txt"
], ],
"type": "github" "type": "github"
}, },
"version": "673a78b2f5032eed48e03317ab58dfab4f76880c" "version": "d03b757d8e1bec4718c2a5afa96149ada983fe61"
}, },
"cliphist": { "cliphist": {
"cargoLocks": null, "cargoLocks": null,

View file

@ -15,18 +15,18 @@
}; };
TrackersListCollection = { TrackersListCollection = {
pname = "TrackersListCollection"; pname = "TrackersListCollection";
version = "673a78b2f5032eed48e03317ab58dfab4f76880c"; version = "d03b757d8e1bec4718c2a5afa96149ada983fe61";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "XIU2"; owner = "XIU2";
repo = "TrackersListCollection"; repo = "TrackersListCollection";
rev = "673a78b2f5032eed48e03317ab58dfab4f76880c"; rev = "d03b757d8e1bec4718c2a5afa96149ada983fe61";
fetchSubmodules = false; fetchSubmodules = false;
deepClone = false; deepClone = false;
leaveDotGit = false; leaveDotGit = false;
sparseCheckout = [ "all.txt" ]; sparseCheckout = [ "all.txt" ];
sha256 = "sha256-+MvC3IZj8Bi1qvvljNQa9saJFYz5U/s1V8lLAKNARLQ="; sha256 = "sha256-xS/u7ySlK7Znr+Gtj6rOf6OKKTLTCIhkTfcKOg/7DZg=";
}; };
date = "2025-10-14"; date = "2025-10-17";
}; };
cliphist = { cliphist = {
pname = "cliphist"; pname = "cliphist";