Compare commits

..

1 Commits

Author SHA1 Message Date
a715b3bf2c chore(deps): update beads digest to 66b7fc4
All checks were successful
CI / check (pull_request) Successful in 6m19s
2026-02-07 02:02:16 +00:00
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -8,17 +8,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770403663, "lastModified": 1770429071,
"narHash": "sha256-d8rkeRKa2H1nXFIFgtaFS0B5RslL5aLDM1J1yCI7tac=", "narHash": "sha256-blBY6x67xSha+bNkmyUDSY9Cg8aUEeAIrhDCPge5AB0=",
"owner": "steveyegge", "owner": "steveyegge",
"repo": "beads", "repo": "beads",
"rev": "eb1049baf371de3988123244bacac01b1a62ef67", "rev": "66b7fc4a45d2fd82df906cb66031122932a2236d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "steveyegge", "owner": "steveyegge",
"repo": "beads", "repo": "beads",
"rev": "eb1049baf371de3988123244bacac01b1a62ef67", "rev": "66b7fc4a45d2fd82df906cb66031122932a2236d",
"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/eb1049baf371de3988123244bacac01b1a62ef67"; url = "github:steveyegge/beads/66b7fc4a45d2fd82df906cb66031122932a2236d";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };