apache-airflow: 2.7.0 -> 2.7.1
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
, enabledProviders ? []
|
, enabledProviders ? []
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "2.7.0";
|
version = "2.7.1";
|
||||||
|
|
||||||
airflow-src = fetchFromGitHub rec {
|
airflow-src = fetchFromGitHub rec {
|
||||||
owner = "apache";
|
owner = "apache";
|
||||||
@@ -96,7 +96,7 @@ let
|
|||||||
# Download using the git protocol rather than using tarballs, because the
|
# Download using the git protocol rather than using tarballs, because the
|
||||||
# GitHub archive tarballs don't appear to include tests
|
# GitHub archive tarballs don't appear to include tests
|
||||||
forceFetchGit = true;
|
forceFetchGit = true;
|
||||||
hash = "sha256-zB4PWcPkm+lat4tNfVld051RHlC1dW2EbgyoxDao52o=";
|
hash = "sha256-TxlOdazdaEKt9U+t/zjRChUABLhVTqXvH8nUbYrRrQs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# airflow bundles a web interface, which is built using webpack by an undocumented shell script in airflow's source tree.
|
# airflow bundles a web interface, which is built using webpack by an undocumented shell script in airflow's source tree.
|
||||||
|
|||||||
Reference in New Issue
Block a user