kafkactl: 5.5.0 -> 5.5.1

This commit is contained in:
R. Ryantm
2025-03-10 19:01:21 +00:00
parent 6af46873e5
commit e9ecb45bf9
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kafkactl";
version = "5.5.0";
version = "5.5.1";
src = fetchFromGitHub {
owner = "deviceinsight";
repo = pname;
tag = "v${version}";
hash = "sha256-9xo/lg3IhAdJnmmLAmiMcKNCTMXkKK2jnYaGHIk8Rq4=";
hash = "sha256-lsYdq3+hf+8EPLmLbgnzuVHfeZXrUlqYmHY4kJ6HzC4=";
};
vendorHash = "sha256-0Kc8Z32YdmwhKMTBMBAK0ZdnXnH8/Ze1HcMDafosLvw=";