From 3a7f84d0256a91d662e7777bebc283ca829d41bb Mon Sep 17 00:00:00 2001 From: Justin Restivo Date: Tue, 30 Dec 2025 17:14:11 -0500 Subject: [PATCH] python3Packages.coveralls: fix src hash sha256-c7YV1SAbxmqfVI/wGtfdr+S4T7G2q7tf0FhuyCJaPDg= -> sha256-sr3pR3t21nMZczwugFNAioSry/RxIWAzGdGG070YXGw= --- pkgs/development/python-modules/coveralls/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/coveralls/default.nix b/pkgs/development/python-modules/coveralls/default.nix index 56e089c52984..1d0750548a97 100644 --- a/pkgs/development/python-modules/coveralls/default.nix +++ b/pkgs/development/python-modules/coveralls/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "TheKevJames"; repo = "coveralls-python"; tag = version; - hash = "sha256-c7YV1SAbxmqfVI/wGtfdr+S4T7G2q7tf0FhuyCJaPDg="; + hash = "sha256-sr3pR3t21nMZczwugFNAioSry/RxIWAzGdGG070YXGw="; }; build-system = [ poetry-core ];