apacheKafka: 3.6.1 → 3.6.2

This commit is contained in:
Jonathan Davies 2024-06-13 15:03:21 +01:00 committed by Sarah Brofeldt
parent 4e5d904350
commit 03e0cf25d9

View File

@ -9,9 +9,9 @@ let
jre = jdk17_headless;
};
"3_6" = {
kafkaVersion = "3.6.1";
kafkaVersion = "3.6.2";
scalaVersion = "2.13";
sha256 = "sha256-49tWjH+PzMf5gep7CUQmiukxBZLHPuDrV56/2/zy08o=";
sha256 = "sha256-wxfkf3cUHTFG6VY9nLodZIbIHmcLIR7OasRqn3Lkqqw=";
jre = jdk17_headless;
};
"3_5" = {