toxiproxy: 2.4.0 -> 2.5.0

This commit is contained in:
R. Ryantm 2022-09-12 04:46:34 +00:00
parent 34fde40edd
commit 01c28b84aa

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "toxiproxy";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "Shopify";
repo = "toxiproxy";
rev = "v${version}";
sha256 = "sha256-vFf1yLpAa+yO1PCE+pLTnvvtROtpVxlEgACDNNUWBEM=";
sha256 = "sha256-SL3YHsNeFw8K8lPrzJXAoTkHxS+1sTREfzjawBxdnf0=";
};
vendorSha256 = "sha256-mrRMyIU6zeyAT/fXbBmtMlZzpyeB45FQmYJ4FDwTRTo=";
vendorSha256 = "sha256-CmENxPAdjz0BAyvhLKIaJjSbK/mvRzHGCQOfGIiA3yI=";
excludedPackages = [ "test/e2e" ];