3
0
Fork 0
forked from mirrors/nixpkgs

kafkactl: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm 2023-01-31 06:57:13 +00:00
parent fe85b09c8b
commit 783c88bfb4

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kafkactl";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "deviceinsight";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lwyM2l4eBCtkyAtG51cEy29Jw/vakjrfYVBSZ9pIBFs=";
sha256 = "sha256-ZEXW9nqkR0yuVIY9qr1RyKVE7tSlP59Xb4JZfdAK2To=";
};
vendorSha256 = "sha256-ba7amhYuCB3k1esu1qYBCgUZMjlq5iac498TMqeGuz0=";
vendorHash = "sha256-e7SJjDWcHPgupZujeRD3Zg6vFAudDC3V60R2B61fjGU=";
doCheck = false;
meta = with lib; {