From cf266b999fb0227cdf037ab6a56097149ef2e8d6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 14 Feb 2022 10:36:14 +0000 Subject: [PATCH] python310Packages.xxh: 0.8.8 -> 0.8.9 --- pkgs/tools/networking/xxh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/xxh/default.nix b/pkgs/tools/networking/xxh/default.nix index c03708f08a31..d86f1897eeb5 100644 --- a/pkgs/tools/networking/xxh/default.nix +++ b/pkgs/tools/networking/xxh/default.nix @@ -2,13 +2,13 @@ buildPythonApplication rec{ pname = "xxh"; - version = "0.8.8"; + version = "0.8.9"; src = fetchFromGitHub { owner = pname; repo = pname; rev = version; - hash = "sha256-TzC8GTDmnYN56Rp5DyZxh+yGrkgWr6Xt86a/jyB3j5k="; + hash = "sha256-Uo7xFwE9e5MFWDlNWq15kg+4xf/hF4WGUNTpTK+rgVg="; }; propagatedBuildInputs = [ pexpect pyyaml openssh ];