beads: 1.2.2 -> 1.3.0 (#564007)

This commit is contained in:
nixpkgs-ci[bot]
2026-09-16 20:37:09 +00:00
committed by GitHub

View File

@@ -15,16 +15,16 @@
buildGoModule (finalAttrs: {
pname = "beads";
version = "1.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "gastownhall";
repo = "beads";
tag = "v${finalAttrs.version}";
hash = "sha256-HSZ1z4WaHQDPomW6nNs8iUnld36BuHnOVaODD5mxY00=";
hash = "sha256-QryUnK04c9Wm9/VgWoaOJW9M2HoZVZzSDMSMBtjKiyc=";
};
vendorHash = "sha256-WWEwGpCwMPD7jaz02zN745RQQqYTQttehbcT3J9hayM=";
vendorHash = "sha256-DFS9dSZX3v3q3Yk6+bfnoEN1uIULs2h8t/P9W2tk6l8=";
subPackages = [ "cmd/bd" ];