Merge pull request #240936 from r-ryantm/auto-update/ghz

ghz: 0.115.0 -> 0.117.0
This commit is contained in:
figsoda 2023-07-01 18:44:04 -04:00 committed by GitHub
commit 149340b2ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ghz";
version = "0.115.0";
version = "0.117.0";
src = fetchFromGitHub {
owner = "bojand";
repo = "ghz";
rev = "v${version}";
sha256 = "sha256-Y/RvXBE2+ztAPJrSBek1APkN7F3LIWAz13TGQUgFzR0=";
sha256 = "sha256-aAqbSPcz7qQID4H0Vu3VTnbECvlj+We9K5F656k9jTw=";
};
vendorHash = "sha256-BTfdKH2FBfIeHOG4dhOopoPQWHjhlJstQWWOkMwEOGs=";
vendorHash = "sha256-jtzCOF5TAHv3PiGxBx65IR/3x6JpqMzsWW8amab8hqQ=";
subPackages = [ "cmd/ghz" "cmd/ghz-web" ];