Merge pull request #88246 from bbigras/toxiproxy

toxiproxy: 2.1.3 -> 2.1.4
This commit is contained in:
Mario Rodas 2020-05-20 06:15:26 -05:00 committed by GitHub
commit b0fee89f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
buildGoPackage rec {
pname = "toxiproxy";
version = "2.1.3";
version = "2.1.4";
src = fetchFromGitHub {
owner = "Shopify";
repo = "toxiproxy";
rev = "v${version}";
sha256 = "1a7yry846iwi9cs9xam2vjbw73fjy45agjrwk214k0n1ziaawz2f";
sha256 = "07yhsvscdv1qjfc2fyyh9qsrrdwrrw04wadk5gaq4qddcway7vig";
};
goPackagePath = "github.com/Shopify/toxiproxy";