pythonPackages.openwrt-luci-rpc: use src instead of srcs

This commit is contained in:
Matías Lang 2020-08-14 21:46:48 -03:00
parent 20a80c1786
commit 0de3cdf197

View file

@ -12,7 +12,7 @@ buildPythonPackage rec {
pname = "openwrt-luci-rpc";
version = "1.1.2";
srcs = fetchPypi {
src = fetchPypi {
inherit pname version;
sha256 = "144bw7w1xvpdkad5phflpkl15ih5pvi19799wmvfv8mj1dn1yjhp";
};