tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.openwrt-luci-rpc: 1.1.8 -> 1.1.11
Fabian Affolter
5 years ago
be4a9f22
6f8eb1e6
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
openwrt-luci-rpc
default.nix
+2
-2
pkgs/development/python-modules/openwrt-luci-rpc/default.nix
···
9
9
10
10
buildPythonPackage rec {
11
11
pname = "openwrt-luci-rpc";
12
12
-
version = "1.1.8";
12
12
+
version = "1.1.11";
13
13
14
14
src = fetchPypi {
15
15
inherit pname version;
16
16
-
sha256 = "sha256-bo9HLT0q0yiLJI7i5v/36G82FHbGCtnAI50iGniyKSU=";
16
16
+
sha256 = "sha256-DkitN+mwCZ14QEn2fTOqUrQTtoncR1ifP3WDSQ6qkkk=";
17
17
};
18
18
19
19
propagatedBuildInputs = [