HBase: 2.5.9 -> 2.5.10, 2.6.0 -> 2.6.1

This commit is contained in:
illustris 2024-12-20 12:22:07 +05:30
parent 814015be43
commit 0a9e59f6a4
No known key found for this signature in database
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -51,13 +51,13 @@ in
tests.standalone = nixosTests.hbase_2_4;
};
hbase_2_5 = common {
version = "2.5.9";
hash = "sha256-rJGeJ9zmUn28q1Sfk5cdEdEZxbAnvFjRjdcTCx9x1Qc=";
version = "2.5.10";
hash = "sha256-uYc5IZGQdLOm5gAEyyGtJtcgf+GxADEEuxjixZbG3Qs=";
tests.standalone = nixosTests.hbase_2_5;
};
hbase_2_6 = common {
version = "2.6.0";
hash = "sha256-zjQ5HgUCiHmrMQuyMN4IAuLR0fVrJ+YKDUfPQb05Dp4=";
version = "2.6.1";
hash = "sha256-dubu/4Ilk82NtNEcKt8uLbcH8n81EncxOvkZOwk2kVA=";
tests.standalone = nixosTests.hbase2;
};
hbase_3_0 = common {