mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
python3Packages.apache-airflow: 2.2.4 -> 2.3.3
This commit is contained in:
parent
5c46e00eb7
commit
a70989643d
@ -65,13 +65,13 @@
|
|||||||
, mkYarnPackage
|
, mkYarnPackage
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "2.2.4";
|
version = "2.3.3";
|
||||||
|
|
||||||
airflow-src = fetchFromGitHub rec {
|
airflow-src = fetchFromGitHub rec {
|
||||||
owner = "apache";
|
owner = "apache";
|
||||||
repo = "airflow";
|
repo = "airflow";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "sha256-JCcEgCq1sB8lBaeJy7QQbWU00sGAh5vUmJAptF8M9qo=";
|
sha256 = "sha256-N+6ljfSo6+UvSAnvDav6G0S49JZ1VJwxmaiKPV3/DjA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user