zecwallet-light-cli: init at 1.7.7

This commit is contained in:
Colin 2023-06-14 00:32:54 +00:00
parent b60986cfb8
commit 32dde42ee2
3 changed files with 3342 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,38 @@
{ lib
, buildPackages
, fetchFromGitHub
, rustfmt
, rustPlatform
}:
rustPlatform.buildRustPackage rec {
pname = "zecwallet-light-cli";
version = "1.7.7";
src = fetchFromGitHub {
owner = "adityapk00";
repo = pname;
rev = "v${version}";
hash = "sha256-8qr6GIldJcybQwXbdZxFVGvFPJErLpqCEIuGJw1z0qQ=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"equihash-0.1.0" = "sha256-/QJoQKBJajNofD71e5rNVzYSw3WqXlIXPVE1BIaKGmE=";
};
};
nativeBuildInputs = [
rustfmt
];
env.PROTOC = lib.getExe buildPackages.protobuf;
meta = with lib; {
description = "Zecwallet-Lite is z-Addr first lightwallet for Zcash";
homepage = "https://github.com/adityapk00/zecwallet-light-cli";
license = licenses.mit;
maintainers = with maintainers; [ colinsane ];
};
}

View File

@ -43,6 +43,7 @@ let
sublime-music-mobile = callPackage ./additional/sublime-music-mobile { };
sxmo-utils = callPackage ./additional/sxmo-utils { };
tow-boot-pinephone = callPackage ./additional/tow-boot-pinephone { };
zecwallet-light-cli = callPackage ./additional/zecwallet-light-cli { };
# packages i haven't used for a while, may or may not still work
# fluffychat-moby = callPackage ./additional/fluffychat-moby { };