python3Packages.asusrouter: 1.21.0 -> 1.21.1

https://github.com/Vaskivskyi/asusrouter/releases/tag/1.21.1
This commit is contained in:
Martin Weinelt
2025-12-09 00:30:54 +01:00
parent c0c4f3c760
commit fa01919c61
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "asusrouter";
version = "1.21.0";
version = "1.21.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Vaskivskyi";
repo = "asusrouter";
tag = version;
hash = "sha256-SMQ1jEEMRngl0idWXi7R7KinxR9NnH39vB/itVi7A4A=";
hash = "sha256-y7qJOwKPbVadaiOPyQ7JSrZeOgMDlurONLSvDLauuLI=";
};
postPatch = ''