mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-22 15:04:46 +03:00
fix(v1/packages): update FOD hashes for all python packages
This commit is contained in:
parent
969847352f
commit
182cdf306d
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ in {
|
||||
requirementsList = [
|
||||
"apache-airflow"
|
||||
];
|
||||
hash = "sha256-9lwchei0Y5RhP8OLODsioDELZ3Dg7nk6OOaiJwBaNok=";
|
||||
hash = "sha256-o5Gu069nB54/cI1muPfzrMX4m/Nm+pPOu1nUarNqeHM=";
|
||||
maxDate = "2023-01-01";
|
||||
};
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user