beads: 0.48.0 -> 0.47.1
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 2m11s

Diff: https://github.com/steveyegge/beads/compare/v0.48.0...v0.47.1
This commit is contained in:
nix-update bot
2026-01-21 18:03:12 +01:00
parent a1d3de6370
commit fb5f3e9447

View File

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