hivemind: 1.0.4 -> 1.0.6

This commit is contained in:
Laurens Duijvesteijn 2019-12-12 17:19:03 +01:00 committed by Jon
parent 637f16dc3e
commit 88c6f13ef2

View File

@ -2,14 +2,14 @@
buildGoPackage rec {
pname = "hivemind";
version = "1.0.4";
version = "1.0.6";
goPackagePath = "github.com/DarthSim/hivemind";
src = fetchFromGitHub {
owner = "DarthSim";
repo = "hivemind";
rev = "v${version}";
sha256 = "1z2izvyf0j3gi0cas5v22kkmkls03sg67182k8v3p6kwhzn0jw67";
sha256 = "0afcnd03wsdphbbpha65rv5pnv0x6ldnnm6rnv1m6xkkywgnzx95";
};
meta = with stdenv.lib; {