python310Packages.monai: fix src.hash

This commit is contained in:
Ben Darwin 2023-10-16 20:07:31 -04:00
parent f9ac2c657d
commit 11bfc0ad09

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Project-MONAI";
repo = "MONAI";
rev = "refs/tags/${version}";
hash = "sha256-wjpHgDNNxPC4b0Yy6zponGZPHV9qGSnbLfccMeick3I=";
hash = "sha256-h//igmSV1cPAFifE1woIluSyGwZBRByYMLqeY3oLHnk=";
};
# Ninja is not detected by setuptools for some reason even though it's present: