decred: 2.1.3 -> 2.1.5 for dcrd, dcrwallet, and dcrctl; updated source hashes and vendor hashes
This commit is contained in:
+3
-3
@@ -6,16 +6,16 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "dcrd";
|
||||
version = "2.1.3";
|
||||
version = "2.1.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "decred";
|
||||
repo = "dcrd";
|
||||
rev = "release-v${finalAttrs.version}";
|
||||
hash = "sha256-7hlrsKFYENgVn4Se0Wk3qXk9QUM1o4cod9TiIBH4kFQ=";
|
||||
hash = "sha256-EzNohMu0jLhQJwI16xKupH/riLKvtC1edMw5l6Bxj/I=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-Rf74x9hK4F2DhgR7QTuXgRJKZ6Kc4WhNw/SPBFEyIvk=";
|
||||
vendorHash = "sha256-iUfTHzwjG+TyaHyhs4MGBCvfxah+Wv1+syFkiiaMLeU=";
|
||||
|
||||
subPackages = [
|
||||
"."
|
||||
|
||||
Reference in New Issue
Block a user