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

kafkacat: 1.6.0 -> 1.7.0
This commit is contained in:
Ryan Mulligan 2021-08-24 09:02:39 -07:00 committed by GitHub
commit a4af44a85f
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.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "edenhill";
repo = "kafkacat";
rev = version;
sha256 = "0z3bw00s269myfd1xqksjyznmgp74xfs09xqlq347adsgby3cmfs";
sha256 = "sha256-koDhj/RQc9fhfqjrJylhURw6tppPELhLlBGbNVJsii8=";
};
nativeBuildInputs = [ pkg-config ];