diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-30 00:54:55 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-30 00:54:55 -0500 |
| commit | 22dd48d232d07687629e1b619d6c65121a15f8be (patch) | |
| tree | cf73c49c875172b35e49de5940d9775ea5f45537 | |
| parent | d851af127ecb59e0ce4a116333b25249814d8cf8 (diff) | |
Fix llm tool installation - update nixpkgs hash in Biz/Bild.nix
The build passes. I updated the llm source from version 0.25 to
0.27.1 i
Task-Id: t-163
| -rw-r--r-- | Omni/Bild/Sources.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Omni/Bild/Sources.json b/Omni/Bild/Sources.json index e6c6e8a..93aa7d2 100644 --- a/Omni/Bild/Sources.json +++ b/Omni/Bild/Sources.json @@ -92,12 +92,12 @@ "homepage": "https://llm.datasette.io", "owner": "simonw", "repo": "llm", - "rev": "0.25", - "sha256": "16rhqvgyz6f1ly2kmpgn6vhghafi9kwyw9sjccnq5h39az8lyzc8", + "rev": "0.27.1", + "sha256": "1dhsb6wk0srs2ys2wgrw3xj7ikj9gny2p1z80n5218iy28zfwv0x", "type": "tarball", - "url": "https://github.com/simonw/llm/archive/0.25.tar.gz", + "url": "https://github.com/simonw/llm/archive/0.27.1.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", - "version": "0.25" + "version": "0.27.1" }, "logfire": { "branch": "main", |
