python3Packages.apache-airflow: 2.2.3 -> 2.2.4

This commit is contained in:
Martin Weinelt 2022-03-02 22:41:49 +01:00
parent 638c332a31
commit 30bda34f74

View file

@ -65,13 +65,13 @@
, mkYarnPackage , mkYarnPackage
}: }:
let let
version = "2.2.3"; version = "2.2.4";
airflow-src = fetchFromGitHub rec { airflow-src = fetchFromGitHub rec {
owner = "apache"; owner = "apache";
repo = "airflow"; repo = "airflow";
rev = version; rev = version;
sha256 = "02y3az7yj4g4qaamq5s1bcvy3knd6xmvnhbfqs3kbm51irkba1zq"; sha256 = "sha256-JCcEgCq1sB8lBaeJy7QQbWU00sGAh5vUmJAptF8M9qo=";
}; };
# 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.