python3Packages.brotli: 1.0.9 -> 1.1.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:32:51 +02:00
parent c31e6e834f
commit ae0f16a255
@@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "brotli";
version = "1.0.9";
version = "1.1.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
hash = "sha256-tFnXSXv8t3l3HX6GwWLhEtgpqz0c7Yom5U3k47pWM7o=";
rev = "refs/tags/v${version}";
hash = "sha256-MvceRcle2dSkkucC2PlsCizsIf8iv95d8Xjqew266wc=";
# .gitattributes is not correct or GitHub does not parse it correct and the archive is missing the test data
forceFetchGit = true;
};