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