chore(deps): update beads digest to 153aaf8
All checks were successful
CI / check (pull_request) Successful in 5m30s

This commit is contained in:
2026-02-08 08:02:11 +00:00
parent 87f6d5c759
commit bbcccddc10
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": 1770535388,
"narHash": "sha256-32N9P3AsynQ2SBFCNhWCuQKxHaADZCOTkHwsSqeYF3E=",
"owner": "steveyegge",
"repo": "beads",
"rev": "93965b4abeed920a4701e03571d1b6bb75810722",
"rev": "153aaf889ffb9525a282ef92ca4dcdd921eabfcd",
"type": "github"
},
"original": {
"owner": "steveyegge",
"repo": "beads",
"rev": "93965b4abeed920a4701e03571d1b6bb75810722",
"rev": "153aaf889ffb9525a282ef92ca4dcdd921eabfcd",
"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/93965b4abeed920a4701e03571d1b6bb75810722";
url = "github:steveyegge/beads/153aaf889ffb9525a282ef92ca4dcdd921eabfcd";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};