fix(v1/packages): update FOD hashes for all python packages

This commit is contained in:
DavHau 2023-03-13 10:44:39 +07:00
parent 969847352f
commit 182cdf306d
5 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ in {
inherit python;
name = config.public.name;
requirementsList = ["${config.public.name}==${config.public.version}"];
hash = "sha256-OauI+N5IX1YEU9LnqZjgrvrR7RtrXXAza5VwLVpNkfw=";
hash = "sha256-dCo1llHcCiFrBOEd6mWhwqwVglsN2grSbcdBj8OzKDY=";
maxDate = "2023-01-01";
};
}

View File

@ -63,7 +63,7 @@ in {
requirementsList = [
"apache-airflow"
];
hash = "sha256-9lwchei0Y5RhP8OLODsioDELZ3Dg7nk6OOaiJwBaNok=";
hash = "sha256-o5Gu069nB54/cI1muPfzrMX4m/Nm+pPOu1nUarNqeHM=";
maxDate = "2023-01-01";
};

View File

@ -38,7 +38,7 @@ in {
inherit (config.deps) python;
name = config.public.name;
requirementsFiles = ["${config.mkDerivation.src}/requirements.txt"];
hash = "sha256-zo3FgjcDgYLmNaX7sizrRSrGhf3acIirkR9wccJPTSo=";
hash = "sha256-E9wNvBakm+R5TSsFsnGpSaziYpi2otm0iBiyphUVSFI=";
maxDate = "2023-01-01";
nativeBuildInputs = with config.deps; [
postgresql

View File

@ -53,7 +53,7 @@ in {
inherit python;
name = config.public.name;
requirementsList = ["${config.public.name}==${config.public.version}"];
hash = "sha256-2Wt+dFxVY2xn6sxZlDO0Fe2j1a9Ne8EIVGOovw+bBu4=";
hash = "sha256-eS81pqSjU6mgBL6tXadSxkGdafsVFThByOQcOf8FkF0=";
maxDate = "2023-01-01";
pipFlags = [
"--no-binary"

View File

@ -40,7 +40,7 @@ in {
inherit (config.deps) python;
name = config.public.name;
requirementsList = ["${config.public.name}==${config.public.version}"];
hash = "sha256-YsKp5U5WyQ77U32vf8LJcQVF+cBkxEVErP6BOVldb50=";
hash = "sha256-PDUrECFjoPznqXwqi2e1djx63t+kn/kAyM9JqQrTmd0=";
maxDate = "2023-01-01";
};
}