Merge pull request #322889 from mweinelt/brotli-fod-fix

python312Packages.brotli: fix src FOD hash
This commit is contained in:
Martin Weinelt 2024-07-03 12:34:31 +02:00 committed by GitHub
commit 9b85dd0da8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
owner = "google";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-MvceRcle2dSkkucC2PlsCizsIf8iv95d8Xjqew266wc=";
hash = "sha256-U1vAupUthD5W0xvlOKdgm9MAVLqsVyZUaFdeLsDAbDM=";
# .gitattributes is not correct or GitHub does not parse it correct and the archive is missing the test data
forceFetchGit = true;
};