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 = "dcrctl";
|
||||
version = "2.1.3";
|
||||
version = "2.1.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "decred";
|
||||
repo = "dcrctl";
|
||||
rev = "release-v${finalAttrs.version}";
|
||||
hash = "sha256-XWe0Sf9T2ydsczjbA0BXLnA5znDfXRhQ6EnQtXfrONw=";
|
||||
hash = "sha256-Cw+lLPjq+kcQ0aH//wBvAK2cNIWodEJXku8jUVBys5o=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-rr0OrphqFPlix4n4YFtPyJItO+enGGx8xOyVTA0e1lc=";
|
||||
vendorHash = "sha256-THlkOwgggTEz3ajRNgSxK6n5dKhCS4UGw/61Rc9q1nc=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
||||
Reference in New Issue
Block a user