1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
10 rev = "release-v${version}";
11 hash = "sha256-JKux64ANtoBumfVU2OyAyLgHDNZMe/bn+SMuQ8qV43M=";
14 vendorHash = "sha256-ic8328r3BpycC2NiErTiFtRIkQaBhYcBwRgq/t9hmT8=";
16 subPackages = [ "." ];
20 # 'x509_test.go:201: server did not report bad certificate error;
21 # instead errored with [...] tls: unknown certificate authority (*url.Error)'
22 "-skip=^TestUntrustedClientCert$"
26 homepage = "https://decred.org";
27 description = "Secure Decred wallet daemon written in Go (golang)";
28 license = with lib.licenses; [ isc ];
29 maintainers = with lib.maintainers; [ juaningan ];
30 mainProgram = "dcrwallet";