Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.aioasuswrt: 1.3.3 -> 1.3.4

+3 -5
+3 -5
pkgs/development/python-modules/aioasuswrt/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "aioasuswrt"; 12 - version = "1.3.3"; 12 + version = "1.3.4"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "kennedyshead"; 16 16 repo = pname; 17 - rev = "V${version}"; 18 - sha256 = "1h1qwc7szgrcwiz4q6x4mlf26is20lj1ds5rcb9i611j26656v6d"; 17 + rev = version; 18 + sha256 = "101d76zarvilzfmcy8n3bjqzyars8hsjzr0zc80d4rngv4vhrki1"; 19 19 }; 20 20 21 21 postPatch = '' 22 - substituteInPlace setup.py \ 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" ""