Compare commits

..

1 Commits

Author SHA1 Message Date
90e2920838 chore(deps): update beads digest to 1c3479d
All checks were successful
CI / check (pull_request) Successful in 5m22s
2026-02-08 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": 1770546561,
"narHash": "sha256-yntrroDpb1qFeDBXtWgtj7RRSMTbpvE6s2NH3itiBR8=",
"lastModified": 1770577230,
"narHash": "sha256-ilp3kkwU75VS6iMFf6sNKCahHiXnNh/s04FnrG4Vuzc=",
"owner": "steveyegge",
"repo": "beads",
"rev": "764ad0ce23ff9e82a9968095fc13e2fcb978f67d",
"rev": "1c3479dda90881797319b0ebe1771bb0343dc1a5",
"type": "github"
},
"original": {
"owner": "steveyegge",
"repo": "beads",
"rev": "764ad0ce23ff9e82a9968095fc13e2fcb978f67d",
"rev": "1c3479dda90881797319b0ebe1771bb0343dc1a5",
"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/764ad0ce23ff9e82a9968095fc13e2fcb978f67d";
url = "github:steveyegge/beads/1c3479dda90881797319b0ebe1771bb0343dc1a5";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};