xxh: formatting

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
pasqui23 2021-11-25 16:57:45 +00:00 committed by GitHub
parent 510ef16977
commit a37d518320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,18 @@
{ lib, fetchFromGitHub, buildPythonApplication, pexpect, pyyaml, openssh }:
buildPythonApplication rec{
pname = "xxh";
version = "0.8.7";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-AKfiFBaV8DC/Z7Bc+ZpwcJor/mzYomUaQKKobKXICn4=";
};
propagatedBuildInputs = [ pexpect pyyaml openssh ];
meta = with lib; {
description = "Bring your favorite shell wherever you go through the ssh";
homepage = "https://github.com/xxh/xxh";