summary refs log tree commit diff
path: root/pkgs/tools/networking/xxh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/xxh/default.nix')
-rw-r--r--pkgs/tools/networking/xxh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/xxh/default.nix b/pkgs/tools/networking/xxh/default.nix
index c03708f08a3..d86f1897eeb 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 ];