tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.aioasuswrt: 1.3.3 -> 1.3.4
Fabian Affolter
4 years ago
ea855f0a
93123faa
+3
-5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
aioasuswrt
default.nix
+3
-5
pkgs/development/python-modules/aioasuswrt/default.nix
···
9
9
10
10
buildPythonPackage rec {
11
11
pname = "aioasuswrt";
12
12
-
version = "1.3.3";
12
12
+
version = "1.3.4";
13
13
14
14
src = fetchFromGitHub {
15
15
owner = "kennedyshead";
16
16
repo = pname;
17
17
-
rev = "V${version}";
18
18
-
sha256 = "1h1qwc7szgrcwiz4q6x4mlf26is20lj1ds5rcb9i611j26656v6d";
17
17
+
rev = version;
18
18
+
sha256 = "101d76zarvilzfmcy8n3bjqzyars8hsjzr0zc80d4rngv4vhrki1";
19
19
};
20
20
21
21
postPatch = ''
22
22
-
substituteInPlace setup.py \
23
23
-
--replace "cryptography==3.3.2" "cryptography"
24
22
substituteInPlace setup.cfg \
25
23
--replace "--cov-report html" "" \
26
24
--replace "--cov-report term-missing" ""