Merge pull request #233326 from illustris/hadoop

hadoop, hbase: patch version updates

authored by Sandro and committed by GitHub ab7af0e6 ba5d0dc5

+8 -9
+4 -5
pkgs/applications/networking/cluster/hadoop/default.nix
··· 92 92 pname = "hadoop"; 93 93 platformAttrs = rec { 94 94 x86_64-linux = { 95 - version = "3.3.4"; 96 - hash = "sha256-akg9GgsSNJDr2N8/cbZOs58zP3i5XwkK61jkM8vCQW0="; 95 + version = "3.3.5"; 96 + hash = "sha256-RG4FypL6I6YGF6ixeUbe3kcoGvFQQEFhfLfV9i50JSo="; 97 97 }; 98 98 x86_64-darwin = x86_64-linux; 99 99 aarch64-linux = { 100 - version = "3.3.1"; 101 - hash = "sha256-v1Om2pk0wsgKBghRD2wgTSHJoKd3jkm1wPKAeDcKlgI="; 102 - meta.knownVulnerabilities = [ "CVE-2021-37404" "CVE-2021-33036" ]; 100 + version = "3.3.5"; 101 + hash = "sha256-qcKjbE881isauWBxIv+NY0UFbYit704/Re8Kdl6x1LA="; 103 102 }; 104 103 aarch64-darwin = aarch64-linux; 105 104 };
+4 -4
pkgs/servers/hbase/default.nix
··· 39 39 in 40 40 { 41 41 hbase_2_4 = common { 42 - version = "2.4.16"; 43 - hash = "sha256-vMuTqS2bXFRcCsZ7bOaNLVGyOG38HhL8WlCq2MFmAaE="; 42 + version = "2.4.17"; 43 + hash = "sha256-1JT57kpp+dqoXY5ZZig1nHDtSqvfLjEWviu73J7hKj0="; 44 44 tests.standalone = nixosTests.hbase_2_4; 45 45 }; 46 46 hbase_2_5 = common { 47 - version = "2.5.3"; 48 - hash = "sha256-h08jnDQaakpkYFHHn9qeg4JCSBtwRjv42qKLpyOVdsI="; 47 + version = "2.5.4"; 48 + hash = "sha256-/7kp0f/K8DCeFheDPzs2ZFqcnZwQtH1rrMx+UMbQ7TM="; 49 49 tests.standalone = nixosTests.hbase2; 50 50 }; 51 51 hbase_3_0 = common {