apache-airflow 2.6.0 -> 2.6.1 https://repology.org/project/apache-airflow/versions attrpath: apache-airflow Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/apache-airflow/python-package.nix b/pkgs/servers/apache-airflow/python-package.nix index 7be16894e0b..259dcf2b42a 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.1"; 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-Wl9175Brl+X0bxZwfkKmRn/NajeRb388n6ZDRk/ICRQ="; }; # airflow bundles a web interface, which is built using webpack by an undocumented shell script in airflow's source tree. Successfully finished processing cachix "/nix/store/8s7sszz41755h9gj1pma2jqsy4spm3n7-python3.10-apache-airflow-2.6.1" [check][nixpkgs-review]