apacheKafka_4_1: 4.1.1 -> 4.1.2

Critical bug fixes: https://downloads.apache.org/kafka/4.1.2/RELEASE_NOTES.html
This commit is contained in:
Erik Skytthe
2026-04-22 12:44:30 +02:00
parent 2bfec39a2d
commit 57084a1d6f

View File

@@ -1,5 +1,5 @@
import ./generic.nix {
kafkaVersion = "4.1.1";
kafkaVersion = "4.1.2";
scalaVersion = "2.13";
hash = "sha256-eR6O5plpgtgFWCk2eoA5H5TBvKcymy+7ZYv8IRp3Ry4=";
hash = "sha256-GHleC5qJ3g7YRDrYM2Xib2QHgTr+xP4TnBrLDDNk5tw=";
}