ghz: 0.110.0 -> 0.111.0

This commit is contained in:
R. Ryantm 2022-11-07 21:17:34 +00:00
parent 891dfb1b63
commit 9cf5bc9fc0

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ghz";
version = "0.110.0";
version = "0.111.0";
src = fetchFromGitHub {
owner = "bojand";
repo = "ghz";
rev = "v${version}";
sha256 = "sha256-lAQGog45COrS2a5ZmFZEDERdZt24DnVSkPz49txqFmo=";
sha256 = "sha256-FXehWUdFHsWYF/WXrJtmoDIb0Smh3D4aSJS8aOpvoxg=";
};
vendorSha256 = "sha256-VjrSUP0SwE5iOTevqIGlnSjH+TV4Ajx/PKuco9etkSc=";