apache-airflow: 3.1.6 -> 3.1.7 (#487221)
This commit is contained in:
@@ -88,13 +88,13 @@
|
||||
enabledProviders,
|
||||
}:
|
||||
let
|
||||
version = "3.1.6";
|
||||
version = "3.1.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "apache";
|
||||
repo = "airflow";
|
||||
tag = version;
|
||||
hash = "sha256-wC6C0jhCA76/+KhBQbe3WeSGqR6FwaudCT5xPV39Z6c=";
|
||||
hash = "sha256-qFgI65wAttERPCHn7ezSdNGB0sclEV7zYIBqaC0Gs4A=";
|
||||
};
|
||||
|
||||
airflowUi = stdenv.mkDerivation rec {
|
||||
@@ -112,7 +112,7 @@ let
|
||||
pname = "airflow-ui";
|
||||
inherit sourceRoot src version;
|
||||
fetcherVersion = 1;
|
||||
hash = "sha256-UcEFQkDZ9Ye+VfyJ9rdZKe0wilTgO4dMsULABWfL2Co=";
|
||||
hash = "sha256-t39aatMfqyHtP+kdszyTQs+w7EojNGX0zVmlxqtY1jk=";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p common-updater-scripts curl jq nixfmt-tree
|
||||
#!nix-shell -i bash -p common-updater-scripts curl jq nixfmt-tree nix-update
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
@@ -40,7 +40,8 @@ echo "Latest tag found: $LATEST_TAG"
|
||||
# Update the version and hash in the package definition
|
||||
# This uses the standard nixpkgs script `update-source-version`.
|
||||
echo "Updating source version for $PACKAGE_NAME to $LATEST_TAG..."
|
||||
update-source-version "$PACKAGE_NAME" "$LATEST_TAG"
|
||||
nix-update --subpackage airflowUi --subpackage airflowSimpleAuthUi "$PACKAGE_NAME" \
|
||||
--version "$LATEST_TAG"
|
||||
|
||||
# After updating the main package, run the providers update script.
|
||||
# It will automatically pick up the new version from the nix file.
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyjwt";
|
||||
version = "2.10.1";
|
||||
version = "2.11.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jpadilla";
|
||||
repo = "pyjwt";
|
||||
tag = version;
|
||||
hash = "sha256-BPVythRLpglYtpLEoaC7+Q4l9izYXH2M9JEbxdyQZqU=";
|
||||
hash = "sha256-Sves+/Mkk9O8rF/yRD6gID120diF1m+lt0exQ83LA1A=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
||||
Reference in New Issue
Block a user