ghz: 0.117.0 -> 0.118.0

This commit is contained in:
R. Ryantm 2024-05-05 13:16:58 +00:00
parent 14e704d967
commit ccd16f3162

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ghz";
version = "0.117.0";
version = "0.118.0";
src = fetchFromGitHub {
owner = "bojand";
repo = "ghz";
rev = "v${version}";
sha256 = "sha256-aAqbSPcz7qQID4H0Vu3VTnbECvlj+We9K5F656k9jTw=";
sha256 = "sha256-oBxkXe5PHdi5H5qSwV2G6+wBTvI4nRJuaRnUiq/3l+c=";
};
vendorHash = "sha256-jtzCOF5TAHv3PiGxBx65IR/3x6JpqMzsWW8amab8hqQ=";
vendorHash = "sha256-h/obb+hJ0XnE7GK7G5djITjiL0OjjIk1q68JM8+EfHo=";
subPackages = [ "cmd/ghz" "cmd/ghz-web" ];