Merge pull request #93738 from r-ryantm/auto-update/kafkacat

kafkacat: 1.5.0 -> 1.6.0
This commit is contained in:
Sarah Brofeldt 2020-07-24 07:05:56 +02:00 committed by GitHub
commit ea731f42f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "kafkacat";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "edenhill";
repo = "kafkacat";
rev = version;
sha256 = "0lf2pf3zqncd4a44h0mjm66qnw02k9kvz1hjkah6p6gp7mx3ksjv";
sha256 = "0z3bw00s269myfd1xqksjyznmgp74xfs09xqlq347adsgby3cmfs";
};
nativeBuildInputs = [ pkgconfig ];