nifi: 1.27.0 -> 1.28.0

Fixes CVE-2024-45477

Relevant commit: 153c87a7da

Announcement: https://www.openwall.com/lists/oss-security/2024/10/28/1

Changes: https://github.com/apache/nifi/compare/rel/nifi-1.27.0...rel/nifi-1.28.0

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-10-28 22:13:02 +01:00
parent 03cf384b1f
commit d7bf46fed1
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "nifi";
version = "1.27.0";
version = "1.28.0";
src = fetchzip {
url = "mirror://apache/nifi/${version}/nifi-${version}-bin.zip";
hash = "sha256-D3o7MLn8vdDqzk6/AJ7Lmq6Yx2swy8CwOyDTlxFSVME=";
hash = "sha256-EQqosdwNdaSUIcP3QlvzJZhDNu1JbHg08FlnZo6ogmQ=";
};
nativeBuildInputs = [ makeWrapper ];