hivemind: 1.0.6 -> 1.1.0 (#157994)

Update to latest release: https://github.com/DarthSim/hivemind/releases/tag/v1.1.0
This commit is contained in:
Jean-François Roche 2022-02-03 17:15:34 +01:00 committed by GitHub
parent adf3312076
commit 743d011616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,8 @@
{ lib, buildGoPackage, fetchFromGitHub, runtimeShell }:
{ lib, buildGoModule, fetchFromGitHub, runtimeShell }:
buildGoPackage rec {
buildGoModule rec {
pname = "hivemind";
version = "1.0.6";
goPackagePath = "github.com/DarthSim/hivemind";
version = "1.1.0";
postPatch = ''
substituteInPlace process.go --replace \"/bin/sh\" \"${runtimeShell}\"
@ -13,8 +12,9 @@ buildGoPackage rec {
owner = "DarthSim";
repo = "hivemind";
rev = "v${version}";
sha256 = "0afcnd03wsdphbbpha65rv5pnv0x6ldnnm6rnv1m6xkkywgnzx95";
sha256 = "YUR9OwRuH1xSPs8iTsSIjLCt2TyYH357IAYULGTyYUc=";
};
vendorSha256 = "KweFhT8Zueg45Q/vw3kNET35hB+0WbUPfz0FYaAiIA8=";
meta = with lib; {
homepage = "https://github.com/DarthSim/";