Skip to content

Commit

Permalink
nifi: 1.27.0 -> 1.28.0
Browse files Browse the repository at this point in the history
Fixes CVE-2024-45477

Relevant commit: apache/nifi@153c87a

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

Changes: apache/nifi@rel/nifi-1.27.0...rel/nifi-1.28.0

Signed-off-by: Sefa Eyeoglu <[email protected]>
(cherry picked from commit d7bf46f)
  • Loading branch information
Scrumplex authored and LeSuisse committed Oct 30, 2024
1 parent f4f1417 commit 7e501f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/nifi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 7e501f7

Please sign in to comment.