Compare commits

..

1 Commits

Author SHA1 Message Date
9ce73a448b chore(deps): update beads digest to 3032c62
All checks were successful
CI / check (pull_request) Successful in 5m32s
2026-02-05 20:02:11 +00:00
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -8,17 +8,17 @@
]
},
"locked": {
"lastModified": 1770273441,
"narHash": "sha256-BNHZECq/qGnzKvdF3Mx7x1VF0qOA1f2BRITTZyKoyI8=",
"lastModified": 1770315788,
"narHash": "sha256-ktVhZlTIF2DgRoxNGyQjgPeBQJoBAQU/gtmYygaD/w0=",
"owner": "steveyegge",
"repo": "beads",
"rev": "cd9768d4562413f37487667ac8db943b4e87112a",
"rev": "3032c622d2dec03843da03f45ce41d4ca6afc31d",
"type": "github"
},
"original": {
"owner": "steveyegge",
"repo": "beads",
"rev": "cd9768d4562413f37487667ac8db943b4e87112a",
"rev": "3032c622d2dec03843da03f45ce41d4ca6afc31d",
"type": "github"
}
},

View File

@@ -45,7 +45,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/cd9768d4562413f37487667ac8db943b4e87112a";
url = "github:steveyegge/beads/3032c622d2dec03843da03f45ce41d4ca6afc31d";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};