kafkactl: 5.12.0 -> 5.12.1 (#440830)

This commit is contained in:
Wolfgang Walther
2025-09-23 16:37:46 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kafkactl";
version = "5.12.0";
version = "5.12.1";
src = fetchFromGitHub {
owner = "deviceinsight";
repo = "kafkactl";
tag = "v${version}";
hash = "sha256-wNqoGb3tVzoj+cUNNxqJvnq2Qr8BF0BC0FM01QAnu2o=";
hash = "sha256-f4Y8JOXw4bWW3fCnRZ02AE2HcdgeEfUlZgO7VoZeJ6k=";
};
vendorHash = "sha256-sVvEHMXpjas+l93IZfAChDX5eDm0lkUNCr5r1JaVQ9I=";