Compare commits

..

1 Commits

Author SHA1 Message Date
5eeddbf77e chore(deps): update beads digest to 820ff2b
Some checks failed
CI / check (pull_request) Failing after 15m54s
CI / build-and-cache (boxy) (pull_request) Has been cancelled
CI / build-and-cache (john-endesktop) (pull_request) Has been cancelled
CI / build-and-cache (live-usb) (pull_request) Has been cancelled
CI / build-and-cache (nix-book) (pull_request) Has been cancelled
CI / build-and-cache (nix-deck) (pull_request) Has been cancelled
CI / build-and-cache (zix790prors) (pull_request) Has been cancelled
2026-02-10 08:02:34 +00:00
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -8,17 +8,17 @@
]
},
"locked": {
"lastModified": 1770685931,
"narHash": "sha256-sOdxPktaKRuRE83Z2shWUejzGXa72T0r9XjWmPx9b9A=",
"lastModified": 1770709204,
"narHash": "sha256-av07hYdaZBgIst51TACFLHso5M4+7ex2Lg2eA5yr2ps=",
"owner": "steveyegge",
"repo": "beads",
"rev": "e9a0287d6c4d1c6f402321bdd45f2a2483e62114",
"rev": "820ff2bbeb4cbd335f4d29bbc65168dac3375f7f",
"type": "github"
},
"original": {
"owner": "steveyegge",
"repo": "beads",
"rev": "e9a0287d6c4d1c6f402321bdd45f2a2483e62114",
"rev": "820ff2bbeb4cbd335f4d29bbc65168dac3375f7f",
"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/e9a0287d6c4d1c6f402321bdd45f2a2483e62114";
url = "github:steveyegge/beads/820ff2bbeb4cbd335f4d29bbc65168dac3375f7f";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};