python3Packages.asyncio-throttle: use SRI hash format

This commit is contained in:
Harinn
2026-06-03 21:24:52 +07:00
parent 68a66fe332
commit 09c40f1c98
@@ -16,7 +16,7 @@ buildPythonPackage (finalAttrs: {
owner = "hallazzang";
repo = "asyncio-throttle";
tag = "v${finalAttrs.version}";
sha256 = "1hsjcymdcm0hf4l68scf9n8j7ba89azgh96xhxrnyvwxfs5acnmv";
hash = "sha256-u1qminadb29zh90k+L5KSK0jkU2OaWQocRBU1qpnUsM=";
};
build-system = [ setuptools ];