mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
fix: use hash on url dep
This commit is contained in:
parent
a5c454a834
commit
1a2045ef51
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ pythonPackages.callPackage
|
|||
builtins.fetchTarball
|
||||
{
|
||||
inherit (source) url;
|
||||
sha256 = fileInfo.hash;
|
||||
}
|
||||
else if isDirectory then
|
||||
(poetryLib.cleanPythonSources { src = localDepPath; })
|
||||
|
|
Loading…
Add table
Reference in a new issue