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:
parent
adf3312076
commit
743d011616
@ -1,9 +1,8 @@
|
|||||||
{ lib, buildGoPackage, fetchFromGitHub, runtimeShell }:
|
{ lib, buildGoModule, fetchFromGitHub, runtimeShell }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoModule rec {
|
||||||
pname = "hivemind";
|
pname = "hivemind";
|
||||||
version = "1.0.6";
|
version = "1.1.0";
|
||||||
goPackagePath = "github.com/DarthSim/hivemind";
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace process.go --replace \"/bin/sh\" \"${runtimeShell}\"
|
substituteInPlace process.go --replace \"/bin/sh\" \"${runtimeShell}\"
|
||||||
@ -13,8 +12,9 @@ buildGoPackage rec {
|
|||||||
owner = "DarthSim";
|
owner = "DarthSim";
|
||||||
repo = "hivemind";
|
repo = "hivemind";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0afcnd03wsdphbbpha65rv5pnv0x6ldnnm6rnv1m6xkkywgnzx95";
|
sha256 = "YUR9OwRuH1xSPs8iTsSIjLCt2TyYH357IAYULGTyYUc=";
|
||||||
};
|
};
|
||||||
|
vendorSha256 = "KweFhT8Zueg45Q/vw3kNET35hB+0WbUPfz0FYaAiIA8=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/DarthSim/";
|
homepage = "https://github.com/DarthSim/";
|
||||||
|
Loading…
Reference in New Issue
Block a user