tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hbase: 2.4.16 -> 2.4.17, 2.5.3 -> 2.5.4
illustris
2 years ago
679d2c54
b31a6e87
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
servers
hbase
default.nix
+4
-4
pkgs/servers/hbase/default.nix
···
39
39
in
40
40
{
41
41
hbase_2_4 = common {
42
42
-
version = "2.4.16";
43
43
-
hash = "sha256-vMuTqS2bXFRcCsZ7bOaNLVGyOG38HhL8WlCq2MFmAaE=";
42
42
+
version = "2.4.17";
43
43
+
hash = "sha256-1JT57kpp+dqoXY5ZZig1nHDtSqvfLjEWviu73J7hKj0=";
44
44
tests.standalone = nixosTests.hbase_2_4;
45
45
};
46
46
hbase_2_5 = common {
47
47
-
version = "2.5.3";
48
48
-
hash = "sha256-h08jnDQaakpkYFHHn9qeg4JCSBtwRjv42qKLpyOVdsI=";
47
47
+
version = "2.5.4";
48
48
+
hash = "sha256-/7kp0f/K8DCeFheDPzs2ZFqcnZwQtH1rrMx+UMbQ7TM=";
49
49
tests.standalone = nixosTests.hbase2;
50
50
};
51
51
hbase_3_0 = common {