spark: 3.4.1->3.4.2
This commit is contained in:
parent
fefde6c135
commit
7697f2ef7f
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ in
|
|||
};
|
||||
spark_3_4 = spark rec {
|
||||
pname = "spark";
|
||||
version = "3.4.1";
|
||||
hash = "sha256-4vC9oBCycVNy3hIxFII65j7FHlrxhDURU3NmsJZPDDU=";
|
||||
version = "3.4.2";
|
||||
hash = "sha256-qr0tRuzzEcarJznrQYkaQzGqI7tugp/XJpoZxL7tJwk=";
|
||||
};
|
||||
spark_3_3 = spark rec {
|
||||
pname = "spark";
|
||||
|
|
Loading…
Reference in a new issue