Skip to content

Commit

Permalink
nifi: 1.28.0 -> 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored and github-actions[bot] committed Dec 13, 2024
1 parent 6cdb512 commit 6b44131
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/web-apps/nifi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

stdenv.mkDerivation rec {
pname = "nifi";
version = "1.28.0";
version = "1.28.1";

src = fetchzip {
url = "mirror://apache/nifi/${version}/nifi-${version}-bin.zip";
hash = "sha256-EQqosdwNdaSUIcP3QlvzJZhDNu1JbHg08FlnZo6ogmQ=";
hash = "sha256-YFQIV2/B+8/fBmrWPs7Q3FkqaIxBqNBP0BIkIm4M7Zo=";
};

nativeBuildInputs = [ makeWrapper ];
Expand All @@ -29,9 +29,9 @@ stdenv.mkDerivation rec {
mv $out/{LICENSE,NOTICE,README} $out/share/nifi
substituteInPlace $out/bin/nifi.sh \
--replace "/bin/sh" "${stdenv.shell}"
--replace-fail "/bin/sh" "${stdenv.shell}"
substituteInPlace $out/bin/nifi-env.sh \
--replace "#export JAVA_HOME=/usr/java/jdk1.8.0/" "export JAVA_HOME=${jdk11}"
--replace-fail "#export JAVA_HOME=/usr/java/jdk1.8.0/" "export JAVA_HOME=${jdk11}"
'';

passthru = {
Expand Down

0 comments on commit 6b44131

Please sign in to comment.