chore(deps): update beads digest to e9a0287
All checks were successful
CI / check (pull_request) Successful in 6m41s
CI / build-and-cache (boxy) (pull_request) Has been skipped
CI / build-and-cache (john-endesktop) (pull_request) Has been skipped
CI / build-and-cache (live-usb) (pull_request) Has been skipped
CI / build-and-cache (nix-book) (pull_request) Has been skipped
CI / build-and-cache (nix-deck) (pull_request) Has been skipped
CI / build-and-cache (zix790prors) (pull_request) Has been skipped

This commit is contained in:
2026-02-10 02:05:28 +00:00
parent e2a81e7290
commit 0e8bb12ba1
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -8,17 +8,17 @@
]
},
"locked": {
"lastModified": 1769840331,
"narHash": "sha256-Yp0K4JoXX8EcHp1juH4OZ7dcCmkopDu4VvAgZEOxgL8=",
"lastModified": 1770685931,
"narHash": "sha256-sOdxPktaKRuRE83Z2shWUejzGXa72T0r9XjWmPx9b9A=",
"owner": "steveyegge",
"repo": "beads",
"rev": "93965b4abeed920a4701e03571d1b6bb75810722",
"rev": "e9a0287d6c4d1c6f402321bdd45f2a2483e62114",
"type": "github"
},
"original": {
"owner": "steveyegge",
"repo": "beads",
"rev": "93965b4abeed920a4701e03571d1b6bb75810722",
"rev": "e9a0287d6c4d1c6f402321bdd45f2a2483e62114",
"type": "github"
}
},

View File

@@ -48,7 +48,7 @@
beads = {
# v0.49.1 has dolt server mode support (gt-1mf.3)
# Pinned to 259ddd92 - uses Go 1.24 compatible with nixpkgs
url = "github:steveyegge/beads/93965b4abeed920a4701e03571d1b6bb75810722";
url = "github:steveyegge/beads/e9a0287d6c4d1c6f402321bdd45f2a2483e62114";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};