asitop: use top-level fetchPypi

This commit is contained in:
figsoda 2023-05-25 12:06:14 -04:00
parent 6e6f778fe3
commit 16b0cc0067

View File

@ -1,5 +1,6 @@
{ lib
, python3
, fetchPypi
}:
python3.pkgs.buildPythonApplication rec {
@ -9,7 +10,7 @@ python3.pkgs.buildPythonApplication rec {
disabled = python3.pythonOlder "3.7";
src = python3.pkgs.fetchPypi {
src = fetchPypi {
inherit pname version;
hash = "sha256-BNncgQRNAd6Pgur5D1xVQi3LSsijSAYIYvhsuiVyi9Q=";
};