python313Packages.asusrouter: 1.18.2 -> 1.20.1

Diff: https://github.com/Vaskivskyi/asusrouter/compare/1.18.2...1.20.1

Changelog: https://github.com/Vaskivskyi/asusrouter/releases/tag/1.20.1
This commit is contained in:
Fabian Affolter
2025-08-24 09:36:46 +02:00
parent d7ac4e7dbf
commit 151b882c22
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "asusrouter";
version = "1.18.2";
version = "1.20.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Vaskivskyi";
repo = "asusrouter";
tag = version;
hash = "sha256-8kETQKvPwURyEabK/g8Ub+aLcPPTRs0FFWbSNU4jJZc=";
hash = "sha256-RZdSwLR/7uJICc56lLO0YyFs1ZDzpk/8Ebm3juG+gss=";
};
postPatch = ''