mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
python3Packages.cymem: fix src hash (#475427)
This commit is contained in:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "explosion";
|
||||
repo = "cymem";
|
||||
tag = "release-v${version}";
|
||||
hash = "sha256-4srwdQS06KeBAIaJm6XxmsHEZto0eiXBznrCHgT/BAc=";
|
||||
hash = "sha256-kZHnfUNbDyw+LD/7GgtXa6ZssTkJG2PkcM+6YLFK5RQ=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user