mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
python310Packages.msgspec: fix hash mismatch
Was apparently fine when the update occurred, but has changed since.
This commit is contained in:
parent
ed1a0dce0c
commit
a51b9d5eaf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user