Compare commits

...

1 Commits

Author SHA1 Message Date
216fd3302b chore(deps): update beads digest to 28d6486
All checks were successful
CI / check (pull_request) Successful in 8m50s
2026-02-09 02:04:34 +00:00
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": 1770601353,
"narHash": "sha256-PalPrOXi2ZkGak4hZzFE8lazfOFnMV/A2cKOCgKA4AY=",
"owner": "steveyegge",
"repo": "beads",
"rev": "93965b4abeed920a4701e03571d1b6bb75810722",
"rev": "28d64861937bb1acd72829828d6f710b1fb53604",
"type": "github"
},
"original": {
"owner": "steveyegge",
"repo": "beads",
"rev": "93965b4abeed920a4701e03571d1b6bb75810722",
"rev": "28d64861937bb1acd72829828d6f710b1fb53604",
"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/28d64861937bb1acd72829828d6f710b1fb53604";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};