Skip to content

Commit

Permalink
matterircd: 0.12.0 -> 0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 22, 2018
1 parent 9152ef9 commit 7dee8ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/mattermost/matterircd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoPackage rec {
name = "matterircd-${version}";
version = "0.12.0";
version = "0.16.5";

src = fetchFromGitHub {
owner = "42wim";
repo = "matterircd";
rev = "v${version}";
sha256 = "1fgpfyb78l1kl0kja2fjqc4ik1q869cmhx6xdmp9ff2qcqk22cj0";
sha256 = "1rsmc2dpf25rkl8c085xwssbry3hv1gv318m7rdj616agx4m7yr2";
};

goPackagePath = "github.com/42vim/matterircd";
goPackagePath = "github.com/42wim/matterircd";

meta = with stdenv.lib; {
inherit (src.meta) homepage;
Expand Down

0 comments on commit 7dee8ab

Please sign in to comment.