matterircd: 0.11.4 -> 0.12.0

This version is compatible with our current Mattermost.
This commit is contained in:
Franz Pletz 2017-09-18 21:25:22 +02:00
parent 94bbe7db22
commit 05b1e514bc
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
name = "matterircd-${version}";
version = "0.11.4";
version = "0.12.0";
src = fetchFromGitHub {
owner = "42wim";
repo = "matterircd";
rev = "v${version}";
sha256 = "0mnfay6bh9ls2fi3k96hmw4gr7q11lw4rd466lidi4jyjpc7q42x";
sha256 = "1fgpfyb78l1kl0kja2fjqc4ik1q869cmhx6xdmp9ff2qcqk22cj0";
};
goPackagePath = "github.com/42vim/matterircd";