python310Packages.msgspec: fix hash mismatch

Was apparently fine when the update occurred, but has changed since.
This commit is contained in:
Martin Weinelt 2023-07-26 01:27:22 +02:00
parent ed1a0dce0c
commit a51b9d5eaf

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "jcrist";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-hxXywlDZoQ1DUL/03UngIdlHke8Ey4rDbEV4JKxiGps=";
hash = "sha256-IDu+Yu9BKk4/ITkNY6YLVmJ5zNR6F4LF1vj8QIEW108=";
};
# Requires libasan to be accessible