Unverified Commit ea8bd8be authored by isabel's avatar isabel Committed by GitHub
Browse files

bsky-cli: 0.0.74 -> 0.0.76 (#496472)

parents 235bc24c b74acadc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";