apache-airflow: fix src.hash

Got broken due to limitations of the python bulk updater

+1 -1
+1 -1
pkgs/development/python-modules/apache-airflow/default.nix
··· 86 86 # Download using the git protocol rather than using tarballs, because the 87 87 # GitHub archive tarballs don't appear to include tests 88 88 forceFetchGit = true; 89 - sha256 = "sha256-gE/kPFb5PyPOi6sqtA9YqMokbjVSKgclGNQ6fbiCdgQ="; 89 + hash = "sha256-QWUXSG+RSHkF5kP1ZYtx+tHjO0n7hfya9CFA3lBhJHk="; 90 90 }; 91 91 92 92 # airflow bundles a web interface, which is built using webpack by an undocumented shell script in airflow's source tree.