tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.openwrt-luci-rpc: 1.1.12 -> 1.1.16
Martin Weinelt
3 years ago
f751ca1e
510680e5
+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
reviewed
···
9
9
10
10
buildPythonPackage rec {
11
11
pname = "openwrt-luci-rpc";
12
12
-
version = "1.1.12";
12
12
+
version = "1.1.16";
13
13
14
14
src = fetchPypi {
15
15
inherit pname version;
16
16
-
hash = "sha256-vLRmv8xxbjBp6TDFExfprqw3JGi8qCVZ5bV7AgVZnuA=";
16
16
+
hash = "sha256-ZvPMJbYCNKMXuTrHwXQvBZ/mMenYTsV1X4COiVxvJGY=";
17
17
};
18
18
19
19
propagatedBuildInputs = [