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: {
pname = "beads";
version = "0.48.0";
version = "0.47.1";
src = fetchFromGitHub {
owner = "steveyegge";
repo = "beads";
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"];