python313Packages.asusrouter: 1.20.1 -> 1.21.0
Diff: https://github.com/Vaskivskyi/asusrouter/compare/1.20.1...1.21.0 Changelog: https://github.com/Vaskivskyi/asusrouter/releases/tag/1.21.0
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "asusrouter";
|
||||
version = "1.20.1";
|
||||
version = "1.21.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Vaskivskyi";
|
||||
repo = "asusrouter";
|
||||
tag = version;
|
||||
hash = "sha256-RZdSwLR/7uJICc56lLO0YyFs1ZDzpk/8Ebm3juG+gss=";
|
||||
hash = "sha256-SMQ1jEEMRngl0idWXi7R7KinxR9NnH39vB/itVi7A4A=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user