Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a33cf2276f65
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b0fee89f7d10
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 20, 2020

  1. toxiproxy: 2.1.3 -> 2.1.4

    bbigras committed May 20, 2020
    Copy the full SHA
    48a7f3b View commit details
  2. Merge pull request #88246 from bbigras/toxiproxy

    toxiproxy: 2.1.3 -> 2.1.4
    marsam authored May 20, 2020
    Copy the full SHA
    b0fee89 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/toxiproxy/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/toxiproxy/default.nix
Original file line number Diff line number Diff line change
@@ -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";