zecwallet-light-cli: init at 1.7.7
This commit is contained in:
3303
pkgs/additional/zecwallet-light-cli/Cargo.lock
generated
Normal file
3303
pkgs/additional/zecwallet-light-cli/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
38
pkgs/additional/zecwallet-light-cli/default.nix
Normal file
38
pkgs/additional/zecwallet-light-cli/default.nix
Normal 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 ];
|
||||||
|
};
|
||||||
|
}
|
@@ -43,6 +43,7 @@ let
|
|||||||
sublime-music-mobile = callPackage ./additional/sublime-music-mobile { };
|
sublime-music-mobile = callPackage ./additional/sublime-music-mobile { };
|
||||||
sxmo-utils = callPackage ./additional/sxmo-utils { };
|
sxmo-utils = callPackage ./additional/sxmo-utils { };
|
||||||
tow-boot-pinephone = callPackage ./additional/tow-boot-pinephone { };
|
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
|
# packages i haven't used for a while, may or may not still work
|
||||||
# fluffychat-moby = callPackage ./additional/fluffychat-moby { };
|
# fluffychat-moby = callPackage ./additional/fluffychat-moby { };
|
||||||
|
Reference in New Issue
Block a user