Critical bug fixes: https://downloads.apache.org/kafka/4.1.2/RELEASE_NOTES.html
6 lines
140 B
Nix
6 lines
140 B
Nix
import ./generic.nix {
|
|
kafkaVersion = "4.1.2";
|
|
scalaVersion = "2.13";
|
|
hash = "sha256-GHleC5qJ3g7YRDrYM2Xib2QHgTr+xP4TnBrLDDNk5tw=";
|
|
}
|