python310Packages.msgspec: fix src hash
This commit is contained in:
parent
957a7cbcc8
commit
665daeee00
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
owner = "jcrist";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-TGCdsimcoY3441/nOXxHGqYM4q8uoWd78HtUts6EOJY=";
|
||||
hash = "sha256-Sq0hV5ZftUCIR/6QOWvdfzg8UHYLZXo5ba5ydTnjqPg=";
|
||||
};
|
||||
|
||||
# Requires libasan to be accessible
|
||||
|
|
Loading…
Reference in a new issue