apache-airflow: 2.1.1rc1 -> 2.1.2

This commit is contained in:
R. RyanTM 2021-07-19 19:45:21 +00:00 committed by Jonathan Ringer
parent 9d1e94fdc3
commit 2b55249486

View file

@ -65,13 +65,13 @@
}:
let
version = "2.1.1rc1";
version = "2.1.2";
airflow-src = fetchFromGitHub rec {
owner = "apache";
repo = "airflow";
rev = version;
sha256 = "1vzzmcfgqni9rkf7ggh8mswnm3ffwaishcz1ysrwx0a96ilhm9q2";
sha256 = "sha256-Q0l2c1tuxcoE65zgdxnv/j1TIoQzaNoEFCYHvqN+Bzk=";
};
# airflow bundles a web interface, which is built using webpack by an undocumented shell script in airflow's source tree.