mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
pythonPackages.openwrt-luci-rpc: use src instead of srcs
This commit is contained in:
parent
20a80c1786
commit
0de3cdf197
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||||||
pname = "openwrt-luci-rpc";
|
pname = "openwrt-luci-rpc";
|
||||||
version = "1.1.2";
|
version = "1.1.2";
|
||||||
|
|
||||||
srcs = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "144bw7w1xvpdkad5phflpkl15ih5pvi19799wmvfv8mj1dn1yjhp";
|
sha256 = "144bw7w1xvpdkad5phflpkl15ih5pvi19799wmvfv8mj1dn1yjhp";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user