Skip to content

Commit d59b4dc

Browse files
authored
toxiproxy: 2.9.0 -> 2.11.0 (#359199)
2 parents 2057afb + f162d6a commit d59b4dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/to/toxiproxy/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "toxiproxy";
10-
version = "2.9.0";
10+
version = "2.11.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "Shopify";
1414
repo = "toxiproxy";
1515
rev = "v${version}";
16-
sha256 = "sha256-zwKeJ8LMMSSHvE0x0/9j3wBdAJG43RiGcszKz0B3dG8=";
16+
sha256 = "sha256-1z4a69KnBurTrudqXiOPgrlICICu1ts86WrnFUlRWXE=";
1717
};
1818

19-
vendorHash = "sha256-eSQvLsSWWypA5vXR/GiEf5j7TzzsL8ZFRPOeICsIrlY=";
19+
vendorHash = "sha256-LQV+TFFcrq4Px580yOWU+8EuGt/7bFJYi35He2es6Q8=";
2020

2121
excludedPackages = [ "test/e2e" ];
2222

0 commit comments

Comments
 (0)