python3Packages.coveralls: fix src hash

sha256-c7YV1SAbxmqfVI/wGtfdr+S4T7G2q7tf0FhuyCJaPDg= -> sha256-sr3pR3t21nMZczwugFNAioSry/RxIWAzGdGG070YXGw=
This commit is contained in:
Justin Restivo
2025-12-30 17:14:11 -05:00
parent 4506266924
commit 3a7f84d025

View File

@@ -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 ];