1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mautrix-discord: 0.6.1 -> 0.6.2

This commit is contained in:
Wietse 2023-09-20 14:53:50 +02:00
parent 63ae6fa5c6
commit 9b7ac46eb6

View file

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "mautrix-discord";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "mautrix";
repo = "discord";
rev = "v${version}";
hash = "sha256-rs7wWlQMc79Vls+cqPPo+lRzYAGye4WcKKz+9EXlEBo=";
hash = "sha256-194AB7r63gijTyeh8mn5N/AgVBeh39YMwdmvuAi3c9k=";
};
vendorHash = "sha256-ZI1+Tfru2OfnqLnaaiDL08OtSmbMBiRDvkL39+jhhmI=";
vendorHash = "sha256-389ewqgpdFNRGAyka+oumx0RVadCSt1BXsXxIGTQwW0=";
ldflags = [ "-s" "-w" ];