tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.monai: fix src.hash
Ben Darwin
2 years ago
11bfc0ad
f9ac2c65
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
monai
default.nix
+1
-1
pkgs/development/python-modules/monai/default.nix
···
19
19
owner = "Project-MONAI";
20
20
repo = "MONAI";
21
21
rev = "refs/tags/${version}";
22
22
-
hash = "sha256-wjpHgDNNxPC4b0Yy6zponGZPHV9qGSnbLfccMeick3I=";
22
22
+
hash = "sha256-h//igmSV1cPAFifE1woIluSyGwZBRByYMLqeY3oLHnk=";
23
23
};
24
24
25
25
# Ninja is not detected by setuptools for some reason even though it's present: