{prev}: prev.beads.overrideAttrs (oldAttrs: rec { version = "0.47.1"; src = prev.fetchFromGitHub { owner = "steveyegge"; repo = "beads"; tag = "v${version}"; hash = "sha256-DwIR/r1TJnpVd/CT1E2OTkAjU7k9/KHbcVwg5zziFVg="; }; vendorHash = "sha256-pY5m5ODRgqghyELRwwxOr+xlW41gtJWLXaW53GlLaFw="; # Tests require git worktree operations that fail in Nix sandbox doCheck = false; })