Unverified Commit d1d4a5f9 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

atproto-goat: 0-unstable-2024-10-08 -> 0-unstable-2024-10-29 (#352383)

parents 7d6108cd cbf90379
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "atproto-goat";
  version = "0-unstable-2024-10-08";
  version = "0-unstable-2024-10-29";

  src = fetchFromGitHub {
    owner = "bluesky-social";
    repo = "indigo";
    rev = "06bacb465af714feb77609566aba15ab1ed41e24";
    hash = "sha256-wWsE3sAGZQmOBVqTgy4RjoU8zmtuvyQIj9DjwSbtmKw=";
    rev = "983ce4a481a32a3eb2944c4c76e885d0f6006f83";
    hash = "sha256-Jo3pI4uRyKh3yV03ijOcg+Uyu75Spmy/VS116MVgleU=";
  };

  postPatch = ''