summary refs log tree commit diff
diff options
context:
space:
mode:
authorPasquale <p3dimaria@hotmail.it>2022-01-01 21:49:11 +0100
committerPasquale <p3dimaria@hotmail.it>2022-01-01 21:49:11 +0100
commit5e9f0c1e979eafe21808905a2830c0c628e6bef5 (patch)
tree9648afcc10390dd7648625efa73ff4ae2b2436ee
parent6024d6cc61064ed231e2b0e89416ec2fe873fc0e (diff)
downloadnixpkgs-5e9f0c1e979eafe21808905a2830c0c628e6bef5.tar
nixpkgs-5e9f0c1e979eafe21808905a2830c0c628e6bef5.tar.gz
nixpkgs-5e9f0c1e979eafe21808905a2830c0c628e6bef5.tar.bz2
nixpkgs-5e9f0c1e979eafe21808905a2830c0c628e6bef5.tar.lz
nixpkgs-5e9f0c1e979eafe21808905a2830c0c628e6bef5.tar.xz
nixpkgs-5e9f0c1e979eafe21808905a2830c0c628e6bef5.tar.zst
nixpkgs-5e9f0c1e979eafe21808905a2830c0c628e6bef5.zip
xxh: 0.8.7 -> 0.8.8
-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 0799f8cfe94..1e9464ce844 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.7";
+  version = "0.8.8";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    hash = "sha256-AKfiFBaV8DC/Z7Bc+ZpwcJor/mzYomUaQKKobKXICn4=";
+    hash = "sha256-TzC8GTDmnYN56Rp5DyZxh+yGrkgWr6Xt86a/jyB3j5k=";
   };
 
   propagatedBuildInputs = [ pexpect pyyaml openssh ];