about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/spark/default.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-06-29 10:13:13 +0300
committerK900 <me@0upti.me>2024-06-29 10:13:13 +0300
commitbde999c03ef22ee707b0d34e9503193252c3eb90 (patch)
treecd19946fa3b31482c480e394e67570ae6171c6ab /pkgs/applications/networking/cluster/spark/default.nix
parente335319c8289917236a7c53beda15169def0b1a1 (diff)
parent3c2eabf5a1682f1ea721bc43e58faf652ec3112d (diff)
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/applications/networking/cluster/spark/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/spark/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/spark/default.nix b/pkgs/applications/networking/cluster/spark/default.nix
index d3c0e1fd3f202..f717ec92267f0 100644
--- a/pkgs/applications/networking/cluster/spark/default.nix
+++ b/pkgs/applications/networking/cluster/spark/default.nix
@@ -77,7 +77,7 @@ in
   };
   spark_3_4 = spark rec {
     pname = "spark";
-    version = "3.4.2";
-    hash = "sha256-qr0tRuzzEcarJznrQYkaQzGqI7tugp/XJpoZxL7tJwk=";
+    version = "3.4.3";
+    hash = "sha256-ifeytk08oaEyiEawwWbUWWuoynGTJNvnrkOW/CjeaSk=";
   };
 }