kubemq-community: 2.3.3 -> 2.3.4

This commit is contained in:
R. Ryantm 2022-10-29 19:37:24 +00:00 committed by Bobby Rong
parent 76c4748d4d
commit a45822979b

View File

@ -2,12 +2,12 @@
buildGoModule rec {
pname = "kubemq-community";
version = "2.3.3";
version = "2.3.4";
src = fetchFromGitHub {
owner = "kubemq-io";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rZlWVbAmmZ1w6YSb481GHl64aUvdehPVAqYpwk48RGA=";
sha256 = "sha256-+HJpjKMSndcV+xQJM+FesdtoUSGHnpILQFuf3sbxBY0=";
};
CGO_ENABLED=0;