mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
hbase: 2.5.10 -> 2.5.11, 2.6.1 -> 2.6.2
This commit is contained in:
parent
e47e7cdaff
commit
99384545e6
1 changed files with 4 additions and 4 deletions
|
@ -51,13 +51,13 @@ in
|
||||||
tests.standalone = nixosTests.hbase_2_4;
|
tests.standalone = nixosTests.hbase_2_4;
|
||||||
};
|
};
|
||||||
hbase_2_5 = common {
|
hbase_2_5 = common {
|
||||||
version = "2.5.10";
|
version = "2.5.11";
|
||||||
hash = "sha256-uYc5IZGQdLOm5gAEyyGtJtcgf+GxADEEuxjixZbG3Qs=";
|
hash = "sha256-W3o8J+aY2bQoiu1Lr1n5EQWDVoS1OwWTNIUAU03a5Es=";
|
||||||
tests.standalone = nixosTests.hbase_2_5;
|
tests.standalone = nixosTests.hbase_2_5;
|
||||||
};
|
};
|
||||||
hbase_2_6 = common {
|
hbase_2_6 = common {
|
||||||
version = "2.6.1";
|
version = "2.6.2";
|
||||||
hash = "sha256-dubu/4Ilk82NtNEcKt8uLbcH8n81EncxOvkZOwk2kVA=";
|
hash = "sha256-X/mjmTAx9anh2U/Xlfuf+O4AO5BXDkdsY69tPddEpYM=";
|
||||||
tests.standalone = nixosTests.hbase2;
|
tests.standalone = nixosTests.hbase2;
|
||||||
};
|
};
|
||||||
hbase_3_0 = common {
|
hbase_3_0 = common {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue