opencode -> 1.1.18

This commit is contained in:
m3tm3re
2026-01-13 19:53:46 +01:00
parent 338aced3a8
commit 15b7b13ea1
5 changed files with 18 additions and 14 deletions

View File

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