xxh: 0.8.7 -> 0.8.8

This commit is contained in:
Pasquale 2022-01-01 21:49:11 +01:00
parent 6024d6cc61
commit 5e9f0c1e97
No known key found for this signature in database
GPG Key ID: 13160FFB4CEB03F2

View File

@ -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 ];