2022-11-08T17:02:15 ghz 0.110.0 -> 0.111.0 https://repology.org/metapackage/ghz/versions 2022-11-08T17:02:17 attrpath: ghz 2022-11-08T17:02:17 Checking auto update branch... 2022-11-08T17:02:17 No auto update branch exists 2022-11-08T17:02:18 Old version 0.110.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "ghz"; version = "0.111.0"; src = fetchFromGitHub { owner = "bojand"; repo = "ghz"; rev = "v${version}"; sha256 = "sha256-FXehWUdFHsWYF/WXrJtmoDIb0Smh3D4aSJS8aOpvoxg="; }; vendorSha256 = "sha256-VjrSUP0SwE5iOTevqIGlnSjH+TV4Ajx/PKuco9etkSc="; subPackages = [ "cmd/ghz" "cmd/ghz-web" ]; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Simple gRPC benchmarking and load testing tool"; homepage = "https://ghz.sh"; license = licenses.asl20; maintainers = [ maintainers.zombiezen ]; }; } 2022-11-08T22:26:18 ghz 0.110.0 -> 0.111.0 https://github.com/bojand/ghz/releases 2022-11-08T22:26:20 attrpath: ghz 2022-11-08T22:26:20 Checking auto update branch... 2022-11-08T22:26:20 No auto update branch exists 2022-11-08T22:26:21 Old version 0.110.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "ghz"; version = "0.111.0"; src = fetchFromGitHub { owner = "bojand"; repo = "ghz"; rev = "v${version}"; sha256 = "sha256-FXehWUdFHsWYF/WXrJtmoDIb0Smh3D4aSJS8aOpvoxg="; }; vendorSha256 = "sha256-VjrSUP0SwE5iOTevqIGlnSjH+TV4Ajx/PKuco9etkSc="; subPackages = [ "cmd/ghz" "cmd/ghz-web" ]; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Simple gRPC benchmarking and load testing tool"; homepage = "https://ghz.sh"; license = licenses.asl20; maintainers = [ maintainers.zombiezen ]; }; }