matterbridge: fix src hash

I used the wrong source hash because of some kind of metadata problem.
See https://github.com/NixOS/nixpkgs/pull/28892#issuecomment-330344570
for details.
This commit is contained in:
Ryan Mulligan 2017-09-18 14:20:11 -07:00 committed by Franz Pletz
parent 96bd8daebc
commit 20f949376f

View file

@ -8,7 +8,7 @@ buildGoPackage rec {
src = fetchurl {
url = "https://github.com/42wim/matterbridge/archive/v${version}.tar.gz";
sha256 = "0nn3929wyjdpkk8azp6wd6mkcg8h0jb1fjxm6jmb74xvdknrzv3k";
sha256 = "1br3rf500jdklzpxg1lkagglvmqshhligfkhndi8plg9hmzpd8qp";
};
meta = with stdenv.lib; {