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

Commits on Apr 15, 2019

  1. kafkacat: 1.3.1 -> 1.4.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/kafkacat/versions
    r-ryantm committed Apr 15, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    infinisil Silvan Mosberger
    Copy the full SHA
    68265ae View commit details

Commits on Apr 23, 2019

  1. Merge pull request #59550 from r-ryantm/auto-update/kafkacat

    kafkacat: 1.3.1 -> 1.4.0
    Lassulus authored Apr 23, 2019
    Copy the full SHA
    b2d5a5b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/kafkacat/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/kafkacat/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "kafkacat-${version}";

version = "1.3.1";
version = "1.4.0";

src = fetchFromGitHub {
owner = "edenhill";
repo = "kafkacat";
rev = "${version}";
sha256 = "1fgs04rclgfwri6vd9lj0mw545nmscav9p6kh7r28k5ap2g0gak5";
sha256 = "0zs2nmf3ghm9iar7phc0ncqsb9nhipav94v6qmpxkfwxd2ljkpds";
};

nativeBuildInputs = [ pkgconfig ];