beads: 0.47.1 -> 0.48.0

Diff: https://github.com/steveyegge/beads/compare/v0.47.1...v0.48.0
This commit is contained in:
nix-update bot
2026-01-18 10:06:10 +01:00
parent a4a1809f52
commit 4bdd4413bc

View File

@@ -10,16 +10,16 @@
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "beads"; pname = "beads";
version = "0.47.1"; version = "0.48.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-baOx+L+arkzcBqMXvN8r7rHSZGfDMRJMpgUEB9gEAls=";
}; };
vendorHash = "sha256-pY5m5ODRgqghyELRwwxOr+xlW41gtJWLXaW53GlLaFw="; vendorHash = "sha256-YU+bRLVlWtHzJ1QPzcKJ70f+ynp8lMoIeFlm+29BNPE=";
subPackages = ["cmd/bd"]; subPackages = ["cmd/bd"];