From d0e44c5b60c279d60cc615eefd8e735112a4192d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 12 Dec 2025 02:35:26 +0000 Subject: [PATCH] python3Packages.asusrouter: 1.21.1 -> 1.21.3 --- pkgs/development/python-modules/asusrouter/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/asusrouter/default.nix b/pkgs/development/python-modules/asusrouter/default.nix index fffac4b05163..1cec31b85dad 100644 --- a/pkgs/development/python-modules/asusrouter/default.nix +++ b/pkgs/development/python-modules/asusrouter/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "asusrouter"; - version = "1.21.1"; + version = "1.21.3"; pyproject = true; src = fetchFromGitHub { owner = "Vaskivskyi"; repo = "asusrouter"; tag = version; - hash = "sha256-y7qJOwKPbVadaiOPyQ7JSrZeOgMDlurONLSvDLauuLI="; + hash = "sha256-7OmuJ3VKBdg5hK8RAkA8DQGd4L+g9S17VT0B5JhNaSA="; }; postPatch = ''