chore(deps): update beads digest to 745c591
All checks were successful
CI / check (pull_request) Successful in 5m31s

This commit is contained in:
2026-02-06 02:02:00 +00:00
parent 87f6d5c759
commit 7efb57af69
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -8,17 +8,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1769840331, "lastModified": 1770326765,
"narHash": "sha256-Yp0K4JoXX8EcHp1juH4OZ7dcCmkopDu4VvAgZEOxgL8=", "narHash": "sha256-oPPlNIjw8G04MOKlw/5kpOUkvx8wkbvgDHXGrDRArDQ=",
"owner": "steveyegge", "owner": "steveyegge",
"repo": "beads", "repo": "beads",
"rev": "93965b4abeed920a4701e03571d1b6bb75810722", "rev": "745c591ef0158e861ebe55b11a14b632b362d9f1",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "steveyegge", "owner": "steveyegge",
"repo": "beads", "repo": "beads",
"rev": "93965b4abeed920a4701e03571d1b6bb75810722", "rev": "745c591ef0158e861ebe55b11a14b632b362d9f1",
"type": "github" "type": "github"
} }
}, },

View File

@@ -45,7 +45,7 @@
beads = { beads = {
# v0.49.1 has dolt server mode support (gt-1mf.3) # v0.49.1 has dolt server mode support (gt-1mf.3)
# Pinned to 259ddd92 - uses Go 1.24 compatible with nixpkgs # Pinned to 259ddd92 - uses Go 1.24 compatible with nixpkgs
url = "github:steveyegge/beads/93965b4abeed920a4701e03571d1b6bb75810722"; url = "github:steveyegge/beads/745c591ef0158e861ebe55b11a14b632b362d9f1";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };