Merge pull request #248702 from LeSuisse/nifi-1.23.0

nifi: 1.22.0 -> 1.23.0
This commit is contained in:
Robert Scott 2023-08-13 15:58:00 +01:00 committed by GitHub
commit 79b7e94d82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "nifi";
version = "1.22.0";
version = "1.23.0";
src = fetchzip {
url = "mirror://apache/nifi/${version}/nifi-${version}-bin.zip";
hash = "sha256-IzTGsD6nL7UrXuHrJc8Dt1C6r137UjT/V4vES2m/8cg=";
hash = "sha256-IWmekIrWGvVTOX2MG+3EkX4phWzdrhxH5vNWpsrsrvM=";
};
nativeBuildInputs = [ makeWrapper ];
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
homepage = "https://nifi.apache.org";
platforms = [ "x86_64-linux" ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
maintainers = with maintainers; [ izorkin ];
};
}