hbase: 2.5.1 -> 2.5.3, 2.4.15 -> 2.4.16

This commit is contained in:
illustris 2023-02-11 20:09:51 +05:30
parent 8f1c823ab0
commit 1035e52191
No known key found for this signature in database
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -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 {