about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/spark
diff options
context:
space:
mode:
authorillustris <rharikrishnan95@gmail.com>2023-09-22 22:40:27 +0530
committerillustris <rharikrishnan95@gmail.com>2023-10-22 12:35:55 +0530
commit60199f1d26630af16a0305057ebeba3362c594af (patch)
tree3d7cd2695d98534297738bf311a90f0de9021d45 /pkgs/applications/networking/cluster/spark
parent6b4e45787b7362fd20f1049e4a0ea42508a05715 (diff)
spark: init 3.5.0, 3.4.0->3.4.1, 3.3.2->3.3.3
Diffstat (limited to 'pkgs/applications/networking/cluster/spark')
-rw-r--r--pkgs/applications/networking/cluster/spark/default.nix14
1 files changed, 9 insertions, 5 deletions
diff --git a/pkgs/applications/networking/cluster/spark/default.nix b/pkgs/applications/networking/cluster/spark/default.nix
index 80142048c6fe4..eed715e520b34 100644
--- a/pkgs/applications/networking/cluster/spark/default.nix
+++ b/pkgs/applications/networking/cluster/spark/default.nix
@@ -71,16 +71,20 @@ let
     };
 in
 {
+  spark_3_5 = spark rec {
+    pname = "spark";
+    version = "3.5.0";
+    hash = "sha256-f+a4a23aOM0GCDoZlZ7WNXs0Olzyh3yMtO8ZmEoYvZ4=";
+  };
   spark_3_4 = spark rec {
     pname = "spark";
-    version = "3.4.0";
-    hash = "sha256-0y80dRYzb6Ceu6MlGQHtpMdzOob/TBg6kf8dtF6KyCk=";
+    version = "3.4.1";
+    hash = "sha256-4vC9oBCycVNy3hIxFII65j7FHlrxhDURU3NmsJZPDDU=";
   };
   spark_3_3 = spark rec {
     pname = "spark";
-    version = "3.3.2";
-    hash = "sha256-AeKe2QN+mhUJgZRSIgbi/DttAWlDgwC1kl9p7syEvbo=";
-    extraMeta.knownVulnerabilities = [ "CVE-2023-22946" ];
+    version = "3.3.3";
+    hash = "sha256-YtHxRYTwrwSle3UpFjRSwKcnLFj2m9/zLBENH/HVzuM=";
   };
   spark_3_2 = spark rec {
     pname = "spark";