Merge pull request #193640 from r-ryantm/auto-update/xxh

python310Packages.xxh: 0.8.11 -> 0.8.12

authored by Fabian Affolter and committed by GitHub 007597cc 60fdf6cf

+2 -2
+2 -2
pkgs/tools/networking/xxh/default.nix
··· 10 10 11 11 buildPythonApplication rec{ 12 12 pname = "xxh"; 13 - version = "0.8.11"; 13 + version = "0.8.12"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.6"; ··· 19 19 owner = pname; 20 20 repo = pname; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-xZVQamTEQpwxKZxOOhQyaDP4fX2dAI1CTNL94tHuGIw="; 22 + hash = "sha256-3/AU2o72X7FE11NSXC6m9fFhmjzEDZ+OpTXg8yvv62A="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [