python312Packages.brotli: fix src FOD hash

Fixes the hash, because we were using the wrong fetcher in update-python-
libraries.
This commit is contained in:
Martin Weinelt
2024-06-27 14:07:57 +02:00
parent f3c7db380a
commit b68dd007fa
@@ -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;
};