beads: 0.49.0 -> 0.49.1
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 2m57s

Diff: https://github.com/steveyegge/beads/compare/v0.49.0...v0.49.1
This commit is contained in:
nix-update bot
2026-01-26 15:00:49 +01:00
parent 308a60888b
commit 9cff518954

View File

@@ -11,13 +11,13 @@
}:
buildGoModule (finalAttrs: {
pname = "beads";
version = "0.49.0";
version = "0.49.1";
src = fetchFromGitHub {
owner = "steveyegge";
repo = "beads";
tag = "v${finalAttrs.version}";
hash = "sha256-m0gVLeWfFeaWZpARuXgP00npmZcO7XCm7mXWA52bqTc=";
hash = "sha256-roOyTMy9nKxH2Bk8MnP4h2CDjStwK6z0ThQhFcM64QI=";
};
vendorHash = "sha256-YU+bRLVlWtHzJ1QPzcKJ70f+ynp8lMoIeFlm+29BNPE=";