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: 577b96a1d107
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: efe35454d4c4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 20, 2020

  1. Copy the full SHA
    e2b72ec View commit details

Commits on May 23, 2020

  1. Merge pull request #88469 from r-ryantm/auto-update/tendermint

    tendermint: 0.32.11 -> 0.32.12
    ryantm authored May 23, 2020
    Copy the full SHA
    efe3545 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/tendermint/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/tendermint/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "tendermint";
version = "0.32.11";
version = "0.32.12";

src = fetchFromGitHub {
owner = "tendermint";
repo = pname;
rev = "v${version}";
sha256 = "17p7khfiv5aflpl4imbqp8v7gignd6v6a7g80xlnzgix5ismh84l";
sha256 = "1d3q5d49pzh86brrwp4kfsxs0n9zdmcnkminarg3wl9w97qrjsr6";
};

vendorSha256 = "1vhd3s6yxfhirgipxcy0rh8sk55cdzirr8n8r31sijgyak92mq0l";