Merge pull request #720 from razielgn/update-overrides-orjson-and-parasita

Update overrides for orjson and parsita
This commit is contained in:
adisbladis 2022-09-24 17:51:43 +12:00 committed by GitHub
commit 675a05088a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -950,6 +950,9 @@
"pandas": [
"cython"
],
"parsita": [
"poetry"
],
"pastel": [
"poetry-core"
],

View file

@ -1285,7 +1285,10 @@ lib.composeManyExtensions [
"3.6.8" = "sha256-vpfceVtYkU09xszNIihY1xbqGWieqDquxwsAmDH8jd4=";
"3.7.2" = "sha256-2U37IhftNYjH7sV7Nh51YpR/WjmPmmzX/aGuHsFgwf4=";
"3.7.9" = "sha256-QHzAhjHgm4XLxY2zUdnIsd/WWMI7dJLQQAvTXC+2asQ=";
}.${version} or null;
"3.8.0" = "sha256-8k0DetamwLqkdcg8V/D2J5ja6IJSLi50CE+ZjFa7Hdc=";
}.${version} or (
lib.warn "Unknown orjson version: '${version}'. Please update getCargoHash." lib.fakeHash
);
in
super.orjson.overridePythonAttrs (old: {
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {