Compare commits

..

1 Commits

Author SHA1 Message Date
8059654d3a chore(deps): update beads digest to c9f68c2
All checks were successful
CI / check (pull_request) Successful in 9m41s
2026-02-06 08:02:16 +00:00
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -8,17 +8,17 @@
]
},
"locked": {
"lastModified": 1770326765,
"narHash": "sha256-oPPlNIjw8G04MOKlw/5kpOUkvx8wkbvgDHXGrDRArDQ=",
"lastModified": 1770356420,
"narHash": "sha256-a3qwWQOo/lHxJsjW9ycciWLCfatZoHlZghj+iYoQmuo=",
"owner": "steveyegge",
"repo": "beads",
"rev": "745c591ef0158e861ebe55b11a14b632b362d9f1",
"rev": "c9f68c2ba99f40693cd5be5e1d0def8e93ac3429",
"type": "github"
},
"original": {
"owner": "steveyegge",
"repo": "beads",
"rev": "745c591ef0158e861ebe55b11a14b632b362d9f1",
"rev": "c9f68c2ba99f40693cd5be5e1d0def8e93ac3429",
"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/745c591ef0158e861ebe55b11a14b632b362d9f1";
url = "github:steveyegge/beads/c9f68c2ba99f40693cd5be5e1d0def8e93ac3429";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};