about summary refs log tree commit diff
path: root/pkgs/servers/hbase
diff options
context:
space:
mode:
authorillustris <rharikrishnan95@gmail.com>2023-05-22 05:05:46 +0530
committerillustris <rharikrishnan95@gmail.com>2023-05-22 05:06:32 +0530
commit679d2c5493ad30e812c4dcfcf2da8da160d14716 (patch)
treeb3c51d7b8c5bb25b44e77fb6a173e816603d5b5c /pkgs/servers/hbase
parentb31a6e8782f8a8faadd05f0840a83bb6ef0a8fa9 (diff)
hbase: 2.4.16 -> 2.4.17, 2.5.3 -> 2.5.4
Diffstat (limited to 'pkgs/servers/hbase')
-rw-r--r--pkgs/servers/hbase/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/hbase/default.nix b/pkgs/servers/hbase/default.nix
index a295086ed18c3..61b571574cfdf 100644
--- a/pkgs/servers/hbase/default.nix
+++ b/pkgs/servers/hbase/default.nix
@@ -39,13 +39,13 @@ let common = { version, hash, jdk ? jdk11_headless, tests }:
 in
 {
   hbase_2_4 = common {
-    version = "2.4.16";
-    hash = "sha256-vMuTqS2bXFRcCsZ7bOaNLVGyOG38HhL8WlCq2MFmAaE=";
+    version = "2.4.17";
+    hash = "sha256-1JT57kpp+dqoXY5ZZig1nHDtSqvfLjEWviu73J7hKj0=";
     tests.standalone = nixosTests.hbase_2_4;
   };
   hbase_2_5 = common {
-    version = "2.5.3";
-    hash = "sha256-h08jnDQaakpkYFHHn9qeg4JCSBtwRjv42qKLpyOVdsI=";
+    version = "2.5.4";
+    hash = "sha256-/7kp0f/K8DCeFheDPzs2ZFqcnZwQtH1rrMx+UMbQ7TM=";
     tests.standalone = nixosTests.hbase2;
   };
   hbase_3_0 = common {