about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-03-15 16:55:36 +0100
committerGitHub <noreply@github.com>2023-03-15 16:55:36 +0100
commitfbeb9b9a96c34d484862b00f401e72cc25d5285d (patch)
tree980a9c86fdba87cc6bab3a1b91e024cba2419417 /pkgs
parent83dcadaf61040a5885fcc5fe31e2ef60d678aa7b (diff)
parent653d1f053463b85525e02afb7ee91b4b26d966e1 (diff)
Merge pull request #215835 from illustris/hbase
nixos/hbase: add thrift and rest servers
Diffstat (limited to 'pkgs')
-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 aa00fe80743ac..a295086ed18c3 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.15";
-    hash = "sha256-KJXpfQ91POVd7ZnKQyIX5qzX4JIZqh3Zn2Pz0chW48g=";
+    version = "2.4.16";
+    hash = "sha256-vMuTqS2bXFRcCsZ7bOaNLVGyOG38HhL8WlCq2MFmAaE=";
     tests.standalone = nixosTests.hbase_2_4;
   };
   hbase_2_5 = common {
-    version = "2.5.1";
-    hash = "sha256-ddSa4q43PSJv1W4lzzaXfv4LIThs4n8g8wYufHgsZVE=";
+    version = "2.5.3";
+    hash = "sha256-h08jnDQaakpkYFHHn9qeg4JCSBtwRjv42qKLpyOVdsI=";
     tests.standalone = nixosTests.hbase2;
   };
   hbase_3_0 = common {