From 8e3d11f088135b9141c0db7020c34362e3c67121 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 25 Jun 2023 08:53:19 +0000 Subject: [PATCH] apache-airflow: 2.6.0 -> 2.6.2 --- pkgs/servers/apache-airflow/python-package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/apache-airflow/python-package.nix b/pkgs/servers/apache-airflow/python-package.nix index 7be16894e0b9..49b29495197a 100644 --- a/pkgs/servers/apache-airflow/python-package.nix +++ b/pkgs/servers/apache-airflow/python-package.nix @@ -82,7 +82,7 @@ , enabledProviders ? [] }: let - version = "2.6.0"; + version = "2.6.2"; airflow-src = fetchFromGitHub rec { owner = "apache"; @@ -91,7 +91,7 @@ let # Download using the git protocol rather than using tarballs, because the # GitHub archive tarballs don't appear to include tests forceFetchGit = true; - hash = "sha256-CsLOj68+tSOI7drZq6QH+C2EB/9trg5cFAYAQp/06m8="; + hash = "sha256-ejZw71lMhfnqy4Ziha8/ufmX+SkOfopkeCskf02ZQgA="; }; # airflow bundles a web interface, which is built using webpack by an undocumented shell script in airflow's source tree.