mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
druid: 30.0.0 -> 31.0.0
Fixes CVE-2024-45384 and CVE-2024-45537. Release notes: https://github.com/apache/druid/releases/tag/druid-31.0.0 https://github.com/apache/druid/releases/tag/druid-30.0.1
This commit is contained in:
parent
0c36a76c57
commit
a98b8f618b
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ let
|
||||||
tests = {
|
tests = {
|
||||||
default = testsForPackage {
|
default = testsForPackage {
|
||||||
druidPackage = pkgs.druid;
|
druidPackage = pkgs.druid;
|
||||||
hadoopPackage = pkgs.hadoop_3_2;
|
hadoopPackage = pkgs.hadoop_3_3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
testsForPackage =
|
testsForPackage =
|
||||||
|
|
|
@ -19,11 +19,11 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "apache-druid";
|
pname = "apache-druid";
|
||||||
version = "30.0.0";
|
version = "31.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://apache/druid/${finalAttrs.version}/apache-druid-${finalAttrs.version}-bin.tar.gz";
|
url = "mirror://apache/druid/${finalAttrs.version}/apache-druid-${finalAttrs.version}-bin.tar.gz";
|
||||||
hash = "sha256-mRYorVkNzM94LP53G78eW20N5UsvMP7Lv4rAysmPwXw=";
|
hash = "sha256-xppAoKNS/qB8WVMwBPxxHbOy5uDGl3IxrCWV1T+YQkE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
mysqlConnector = fetchurl {
|
mysqlConnector = fetchurl {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue