nifi: 1.26.0 -> 1.27.0

(cherry picked from commit e1ee0bf483)
This commit is contained in:
R. Ryantm 2024-07-08 12:31:09 +00:00 committed by Thomas Gerbet
parent 080166c156
commit f4f141733d

View File

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