nifi: switch src to a working and stable URL

The previous one apparently only works for the last release.
This commit is contained in:
Vladimír Čunát 2022-08-06 15:31:30 +02:00
parent 0203296a94
commit 9f43cb3752
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.16.3";
src = fetchurl {
url = "https://dlcdn.apache.org/nifi/${version}/nifi-${version}-bin.tar.gz";
url = "https://archive.apache.org/dist/nifi/${version}/nifi-${version}-bin.tar.gz";
sha256 = "sha256-57ZtgK1Z8G/nX2rtf7osmymvE4RukGi7CIvCvRQNKuE=";
};