Unverified Commit 2597e5a6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mautrix-discord: 0.7.0 -> 0.7.2 (#381246)

parents 39b5f7ab 31721165
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule rec {
  pname = "mautrix-discord";
  version = "0.7.0";
  version = "0.7.2";

  src = fetchFromGitHub {
    owner = "mautrix";
    repo = "discord";
    rev = "v${version}";
    hash = "sha256-N6CepP+P63TIKKi6FQLJEuV5hFtiv1CcBM+1Y/QPZrI=";
    hash = "sha256-KRfbxPblOL4JznnGx9Jj5XXEWEKzan5xWvAwYmP7yGc=";
  };

  vendorHash = "sha256-QdH98NA5Y9YKkvL8Gq8ChgvHFOyOBFXDDulxwql6v5c=";
  vendorHash = "sha256-8SW2q4Svfe8X9qwzYBa5HhHyQZDsPJqig/V1/Wp+avo=";

  ldflags = [
    "-s"
@@ -42,7 +42,10 @@ buildGoModule rec {
    homepage = "https://github.com/mautrix/discord";
    changelog = "https://github.com/mautrix/discord/blob/${src.rev}/CHANGELOG.md";
    license = licenses.agpl3Only;
    maintainers = with maintainers; [ MoritzBoehme ];
    maintainers = with maintainers; [
      MoritzBoehme
      sumnerevans
    ];
    mainProgram = "mautrix-discord";
  };
}