kafkactl: 5.11.0 -> 5.11.1

This commit is contained in:
R. Ryantm 2025-07-31 15:41:45 +00:00
parent 0fccabcb91
commit 4462f0b18c

View File

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "kafkactl"; pname = "kafkactl";
version = "5.11.0"; version = "5.11.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "deviceinsight"; owner = "deviceinsight";
repo = "kafkactl"; repo = "kafkactl";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-9d/TXNRuU5+uDImS5hm87tIP1teH6T+/zglRYX+F6Kc="; hash = "sha256-kemN4XJcXH3V7/RT9S2FLiUgS7tisK6wmHyUQnyBfhU=";
}; };
vendorHash = "sha256-rxQxNf3FBAGudgrE2wxHw4mVHxTEpQpQ+DX/nEVpoJY="; vendorHash = "sha256-rxQxNf3FBAGudgrE2wxHw4mVHxTEpQpQ+DX/nEVpoJY=";