mautrix-discord: 0.6.3 -> 0.6.4

This commit is contained in:
R. Ryantm 2023-11-23 16:15:28 +00:00
parent d046cedfeb
commit 8c24931339

View file

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "mautrix-discord";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "mautrix";
repo = "discord";
rev = "v${version}";
hash = "sha256-hksnD1RWK83JjVIZsKeK8bQobNmzIbm9drgU0VjiqLs=";
hash = "sha256-p2DQD2E9RmP6yZGD88Y15eTz06euhNDaxCnnrWzqaB4=";
};
vendorHash = "sha256-+dmlJZPc2Tw9G64MeLPY5Rgml3UKEqAtgGI1ImRvMBU=";
vendorHash = "sha256-rbz6bWBl2rmfHuszjKoWZP4/B4F90MUtR5nAIXCU3pg=";
ldflags = [ "-s" "-w" ];