bisonw: 1.0.4 -> 1.0.5
This commit is contained in:
parent
2154d9ca94
commit
c82f288429
@ -6,13 +6,13 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "bisonw";
|
||||
version = "1.0.4";
|
||||
version = "1.0.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "decred";
|
||||
repo = "dcrdex";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-P3aIoCpQoCpc1OPMssbBezgSgMuS1lMuQxHDfPT1pGY=";
|
||||
hash = "sha256-NDG1wucELH+2St63yZxEDTGTpYt3NT6EPYcKKWsvU5g=";
|
||||
};
|
||||
|
||||
subPackages = [
|
||||
@ -24,7 +24,7 @@ buildGoModule (finalAttrs: {
|
||||
# ERROR: The package-lock.json file does not exist!
|
||||
# Luckily, upstream includes pre-built frontend files.
|
||||
|
||||
vendorHash = "sha256-PsEe2UEhbeKCEmZA1SPj8QYawvtw0+vflKStFr6k5eE=";
|
||||
vendorHash = "sha256-1B2bvJrsHXPPpgem0W2VhQDQiCxaheoq16RCzm+NO0E=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Bison Wallet - Multi-coin wallet with built-in DEX trading";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user