pkgs: Synchronize upstream source archives for packages and inputs for flake

This commit is contained in:
ulic-youthlic 2025-06-20 18:22:23 +08:00
parent d390953280
commit 977ded3804
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 127 additions and 63 deletions

View file

@ -22,7 +22,7 @@
},
"TrackersListCollection": {
"cargoLocks": null,
"date": "2025-06-20",
"date": "2025-06-22",
"extract": null,
"name": "TrackersListCollection",
"passthru": null,
@ -34,14 +34,14 @@
"name": null,
"owner": "XIU2",
"repo": "TrackersListCollection",
"rev": "434c1455c6877e91d2f399e3f8ec52727974167d",
"sha256": "sha256-UcDxpNWGO72pS54SsmaF09NWmUYo8y+peGaOVKMSxZA=",
"rev": "5a0135a913cd27cea026bd558d0319da3630f327",
"sha256": "sha256-YllDv9VEmBCWV0YrdD2yO54foDy/m+9FR2NBwEpSiCY=",
"sparseCheckout": [
"all.txt"
],
"type": "github"
},
"version": "434c1455c6877e91d2f399e3f8ec52727974167d"
"version": "5a0135a913cd27cea026bd558d0319da3630f327"
},
"cliphist": {
"cargoLocks": null,

View file

@ -15,18 +15,18 @@
};
TrackersListCollection = {
pname = "TrackersListCollection";
version = "434c1455c6877e91d2f399e3f8ec52727974167d";
version = "5a0135a913cd27cea026bd558d0319da3630f327";
src = fetchFromGitHub {
owner = "XIU2";
repo = "TrackersListCollection";
rev = "434c1455c6877e91d2f399e3f8ec52727974167d";
rev = "5a0135a913cd27cea026bd558d0319da3630f327";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ "all.txt" ];
sha256 = "sha256-UcDxpNWGO72pS54SsmaF09NWmUYo8y+peGaOVKMSxZA=";
sha256 = "sha256-YllDv9VEmBCWV0YrdD2yO54foDy/m+9FR2NBwEpSiCY=";
};
date = "2025-06-20";
date = "2025-06-22";
};
cliphist = {
pname = "cliphist";