ghz: 0.109.0 -> 0.110.0

This commit is contained in:
R. Ryantm 2022-09-06 13:57:01 +00:00
parent d219ba6f99
commit ebb86f32b5

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ghz";
version = "0.109.0";
version = "0.110.0";
src = fetchFromGitHub {
owner = "bojand";
repo = "ghz";
rev = "v${version}";
sha256 = "sha256-5l2PeN+VxTaORAkmAfI9TCGd4W6y8BFs/eY4T9nYJuc=";
sha256 = "sha256-lAQGog45COrS2a5ZmFZEDERdZt24DnVSkPz49txqFmo=";
};
vendorSha256 = "sha256-qZD+qxjjFgyQDtjOQcilS4w2sS9I+7iCK2/ThaAJTy4=";
vendorSha256 = "sha256-VjrSUP0SwE5iOTevqIGlnSjH+TV4Ajx/PKuco9etkSc=";
subPackages = [ "cmd/ghz" "cmd/ghz-web" ];