Unverified Commit b00e2cde authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

llmfit: 0.9.8 -> 0.9.17 (#515171)

parents ca0d60d8 4ea51f77
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "llmfit";
  version = "0.9.8";
  version = "0.9.17";

  src = fetchFromGitHub {
    owner = "AlexsJones";
    repo = "llmfit";
    tag = "v${finalAttrs.version}";
    hash = "sha256-hD/9Q/VChQZBVYH4c7rMdIoTsM11TgYO+OSDs2W7aKM=";
    hash = "sha256-ILLNExMAsBhikwrXZa9qgNlJzKTEwhjhvl5UQGtKPT0=";
  };

  cargoHash = "sha256-BrydHdtiMklC8OZ+FzDg88v+i2/plPyX9eTYprtqNnM=";
  cargoHash = "sha256-ftnGz3mUGMOQveKbsiUVSsP0hqkj9LVxnGrCG+fzvJ4=";

  meta = {
    description = "TUI to find LLM models right sized for the system's RAM, CPU, and GPU";