spark_3_2: 3.2.1 -> 3.2.2
https://spark.apache.org/releases/spark-release-3-2-2.html Fixes CVE-2022-33891.
This commit is contained in:
parent
95835729fb
commit
24407ae3e7
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ in
|
|||
{
|
||||
spark_3_2 = spark rec {
|
||||
pname = "spark";
|
||||
version = "3.2.1";
|
||||
sha256 = "0kxdqczwmj6pray0h8h1qhygni9m82jzznw5fbv9hrxrkq1v182d";
|
||||
version = "3.2.2";
|
||||
sha256 = "sha256-yKoTyD/IqvsJQs0jB67h1zqwYaLuikdoa5fYIXtvhz0=";
|
||||
};
|
||||
spark_3_1 = spark rec {
|
||||
pname = "spark";
|
||||
|
|
Loading…
Reference in a new issue