mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
kubemq-community: 2.3.3 -> 2.3.4
This commit is contained in:
parent
76c4748d4d
commit
a45822979b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user