fix: use hash on url dep

This commit is contained in:
Ryan Swart 2023-01-17 20:05:23 +08:00
parent a5c454a834
commit 1a2045ef51

View file

@ -185,6 +185,7 @@ pythonPackages.callPackage
builtins.fetchTarball
{
inherit (source) url;
sha256 = fileInfo.hash;
}
else if isDirectory then
(poetryLib.cleanPythonSources { src = localDepPath; })