llmfit: 0.9.25 -> 0.9.28; add nix-update-script (#524361)

This commit is contained in:
Alexis Hildebrandt
2026-05-26 20:35:09 +00:00
committed by GitHub
+6 -3
View File
@@ -2,20 +2,23 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "llmfit";
version = "0.9.25";
version = "0.9.28";
src = fetchFromGitHub {
owner = "AlexsJones";
repo = "llmfit";
tag = "v${finalAttrs.version}";
hash = "sha256-ijm2RkOF+B1E7dARxI3MsZz3l6OTQOUqBC+2mzZ7ruI=";
hash = "sha256-okTaIKaLw3BcBqBRe1Mz9V3tCaEStF32qxrcfggi33w=";
};
cargoHash = "sha256-BdnsqqqnvnXQl6Q1L0tVHQyn7BatQVYfYF8mLRqZfqQ=";
cargoHash = "sha256-ty45oqyDcuUuiM1J41UreCqc0SbMz8U/V9ckE2FZv3c=";
passthru.updateScript = nix-update-script { };
meta = {
description = "TUI to find LLM models right sized for the system's RAM, CPU, and GPU";