forked from mirrors/nixpkgs
storm: 2.2.0 -> 2.3.0
Fixes CVE-2021-38294 and CVE-2021-40865. https://storm.apache.org/2021/09/27/storm230-released.html
This commit is contained in:
parent
9dd8cb8ce2
commit
840af81e55
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "apache-storm";
|
pname = "apache-storm";
|
||||||
version = "2.2.0";
|
version = "2.3.0";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://apache/storm/${name}/${name}.tar.gz";
|
url = "mirror://apache/storm/${name}/${name}.tar.gz";
|
||||||
sha256 = "0xc6lfilfkkjyds59b6c770gj21v9srzpln31c9qb3ls6hzic8gn";
|
sha256 = "sha256-ScIlWyZjPG/ZY5nFIDOeRZ/NopoOfm0Mh3XO/P9sNjY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ zip unzip ];
|
nativeBuildInputs = [ zip unzip ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue