From b68dd007fa2708e505e142751e2c8c1c8c50018d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 27 Jun 2024 01:11:16 +0200 Subject: [PATCH] python312Packages.brotli: fix src FOD hash Fixes the hash, because we were using the wrong fetcher in update-python- libraries. --- pkgs/development/python-modules/brotli/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/brotli/default.nix b/pkgs/development/python-modules/brotli/default.nix index afe4e9e3fd70..78840a245cea 100644 --- a/pkgs/development/python-modules/brotli/default.nix +++ b/pkgs/development/python-modules/brotli/default.nix @@ -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; };