feat: update beads to v0.46.0

This commit is contained in:
m3tm3re
2026-01-08 04:19:43 +01:00
parent e146a79309
commit be7cd917a0

View File

@@ -1,13 +1,16 @@
{prev}:
prev.beads.overrideAttrs (oldAttrs: rec {
version = "0.43.0";
version = "0.46.0";
src = prev.fetchFromGitHub {
owner = "steveyegge";
repo = "beads";
tag = "v${version}";
hash = "sha256-uc+3IK6CKmXx82WobEnb4Lin2EG2VLcbIJdq0H5U3Xc=";
hash = "sha256-PMzLKb0pYKiXdiEXBFe6N4FZ3AaNfvBRZlQBKijtldc=";
};
vendorHash = "sha256-BpACCjVk0V5oQ5YyZRv9wC/RfHw4iikc2yrejZzD1YU=";
# Tests require git worktree operations that fail in Nix sandbox
doCheck = false;
})