bumped discord

This commit is contained in:
diamondburned 2021-01-06 20:10:53 -08:00
parent 776b58b6dc
commit 70517ecb88
3 changed files with 7 additions and 6 deletions

2
go.mod
View File

@ -13,7 +13,7 @@ require (
github.com/Xuanwo/go-locale v1.0.0
github.com/alecthomas/chroma v0.7.3
github.com/diamondburned/cchat v0.3.17
github.com/diamondburned/cchat-discord v0.0.0-20210107010729-8edbbcc24992
github.com/diamondburned/cchat-discord v0.0.0-20210107014523-4fefdf1b9332
github.com/diamondburned/cchat-mock v0.0.0-20201115033644-df8d1b10f9db
github.com/diamondburned/gspell v0.0.0-20201229064336-e43698fd5828
github.com/diamondburned/handy v0.0.0-20201229063418-ec23c1370374

2
go.sum
View File

@ -96,6 +96,8 @@ github.com/diamondburned/cchat-discord v0.0.0-20210106052627-13f87a764b33 h1:Pl7
github.com/diamondburned/cchat-discord v0.0.0-20210106052627-13f87a764b33/go.mod h1:g+RqSLt/ccZZVZbsukOiCwQCqKM/9HfHMJVboIUW+tU=
github.com/diamondburned/cchat-discord v0.0.0-20210107010729-8edbbcc24992 h1:njLrtjrCpaU/AVVj5TS7mhuDrm60f8CBFqvDFdpH4uI=
github.com/diamondburned/cchat-discord v0.0.0-20210107010729-8edbbcc24992/go.mod h1:g+RqSLt/ccZZVZbsukOiCwQCqKM/9HfHMJVboIUW+tU=
github.com/diamondburned/cchat-discord v0.0.0-20210107014523-4fefdf1b9332 h1:nGOfPHgujDdvltCkzMiKhldlo9qLyflT8weG+xWOi2E=
github.com/diamondburned/cchat-discord v0.0.0-20210107014523-4fefdf1b9332/go.mod h1:g+RqSLt/ccZZVZbsukOiCwQCqKM/9HfHMJVboIUW+tU=
github.com/diamondburned/cchat-mock v0.0.0-20201115033644-df8d1b10f9db h1:VQI2PdbsdsRJ7d669kp35GbCUO44KZ0Xfqdu4o/oqVg=
github.com/diamondburned/cchat-mock v0.0.0-20201115033644-df8d1b10f9db/go.mod h1:M87kjNzWVPlkZycFNzpGPKQXzkHNnZphuwMf3E9ckgc=
github.com/diamondburned/gotk3 v0.0.0-20201209182406-e7291341a091 h1:lQpSWzbi3rQf66aMSip/rIypasIFwqCqF0Wfn5og6gw=

View File

@ -25,15 +25,14 @@ in pkgs.stdenv.mkDerivation rec {
version = "0.0.2";
buildInputs = [
(nostrip libhandy)
(nostrip pkgs.gnome3.gspell)
(nostrip pkgs.gnome3.glib)
(nostrip pkgs.gnome3.gtk)
libhandy
pkgs.gnome3.gspell
pkgs.gnome3.glib
pkgs.gnome3.gtk
];
nativeBuildInputs = with pkgs; [
pkgconfig go
gperftools
];
# Debug flags.