bsky-cli: 0.0.74 -> 0.0.76

This commit is contained in:
R. Ryantm 2026-03-04 04:11:18 +00:00
parent c4b0401802
commit b74acadccf

View file

@ -8,13 +8,13 @@
}:
buildGoModule (finalAttrs: {
pname = "bsky-cli";
version = "0.0.74";
version = "0.0.76";
src = fetchFromGitHub {
owner = "mattn";
repo = "bsky";
tag = "v${finalAttrs.version}";
hash = "sha256-pLgPQYL4+BErqRe09Pj94gLt/OoxEt9r4n+gZtZSS4Y=";
hash = "sha256-R8cKWVNk5gXj+wd0d1ZYSkxuXToXB2UZJsF7sCYGMqw=";
};
vendorHash = "sha256-f9LZHJ5yXWUUh6HdF2JPEBucWuVud3YX5l2MkHs6UXc=";