From c58fb597d6aa2b55068f6b52187622ffdbc12241 Mon Sep 17 00:00:00 2001 From: Justin Restivo Date: Tue, 30 Dec 2025 15:56:53 -0500 Subject: [PATCH] python3Packages.asyncmy: fix src hash sha256-HQZmt22yPYaWfJzL20+jBc855HR4dVW983Z0LrN1Xa0= -> sha256-pWAUvHWtmpPlKh6YGJqhubQzIUSB0LeVanqfziOMWIM= --- pkgs/development/python-modules/asyncmy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/asyncmy/default.nix b/pkgs/development/python-modules/asyncmy/default.nix index 756fda8c3d67..0f7f07627ccb 100644 --- a/pkgs/development/python-modules/asyncmy/default.nix +++ b/pkgs/development/python-modules/asyncmy/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "long2ice"; repo = "asyncmy"; tag = "v${version}"; - hash = "sha256-HQZmt22yPYaWfJzL20+jBc855HR4dVW983Z0LrN1Xa0="; + hash = "sha256-pWAUvHWtmpPlKh6YGJqhubQzIUSB0LeVanqfziOMWIM="; }; nativeBuildInputs = [