beads: 0.47.1 -> 0.49.0

Diff: https://github.com/steveyegge/beads/compare/v0.47.1...v0.49.0
This commit is contained in:
nix-update bot
2026-01-22 18:33:03 +01:00
parent d4ba11c7a3
commit f91695eb38

View File

@@ -11,16 +11,16 @@
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "beads"; pname = "beads";
version = "0.47.1"; version = "0.49.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "steveyegge"; owner = "steveyegge";
repo = "beads"; repo = "beads";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-DwIR/r1TJnpVd/CT1E2OTkAjU7k9/KHbcVwg5zziFVg="; hash = "sha256-m0gVLeWfFeaWZpARuXgP00npmZcO7XCm7mXWA52bqTc=";
}; };
vendorHash = "sha256-pY5m5ODRgqghyELRwwxOr+xlW41gtJWLXaW53GlLaFw="; vendorHash = "sha256-YU+bRLVlWtHzJ1QPzcKJ70f+ynp8lMoIeFlm+29BNPE=";
subPackages = ["cmd/bd"]; subPackages = ["cmd/bd"];