mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
nifi: switch src to a working and stable URL
The previous one apparently only works for the last release.
This commit is contained in:
parent
0203296a94
commit
9f43cb3752
@ -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=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user