chore: Update flake inputs and packages' upstream

This commit is contained in:
ulic-youthlic 2026-04-07 02:58:08 +08:00
parent b898c5db30
commit 56bb0819b3
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 190 additions and 218 deletions

View file

@ -22,7 +22,7 @@
},
"TrackersListCollection": {
"cargoLock": null,
"date": "2026-03-17",
"date": "2026-04-06",
"extract": null,
"name": "TrackersListCollection",
"passthru": null,
@ -34,12 +34,12 @@
"name": null,
"owner": "XIU2",
"repo": "TrackersListCollection",
"rev": "9a296881f7b90e4022c594fa824185a4c02ccb25",
"sha256": "sha256-EOjTGf9OHslTSzRbosPcuQDxauQ2dqT/I6W+k80s3XE=",
"rev": "f1d702310217435824f0c41a3ce79939bc753dba",
"sha256": "sha256-LnrSroalPV1izwZxWHIPoQ9Sj7MBeAUpeowPeRSlGAU=",
"sparseCheckout": [],
"type": "github"
},
"version": "9a296881f7b90e4022c594fa824185a4c02ccb25"
"version": "f1d702310217435824f0c41a3ce79939bc753dba"
},
"nvim_vim-startuptime": {
"cargoLock": null,

View file

@ -20,15 +20,15 @@
};
TrackersListCollection = {
pname = "TrackersListCollection";
version = "9a296881f7b90e4022c594fa824185a4c02ccb25";
version = "f1d702310217435824f0c41a3ce79939bc753dba";
src = fetchFromGitHub {
owner = "XIU2";
repo = "TrackersListCollection";
rev = "9a296881f7b90e4022c594fa824185a4c02ccb25";
rev = "f1d702310217435824f0c41a3ce79939bc753dba";
fetchSubmodules = false;
sha256 = "sha256-EOjTGf9OHslTSzRbosPcuQDxauQ2dqT/I6W+k80s3XE=";
sha256 = "sha256-LnrSroalPV1izwZxWHIPoQ9Sj7MBeAUpeowPeRSlGAU=";
};
date = "2026-03-17";
date = "2026-04-06";
};
nvim_vim-startuptime = {
pname = "nvim_vim-startuptime";